|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
Terminal builder for POINT_LIST scatter encoding. More...
#include <SeriesBuilder.hpp>
Collaboration diagram for MayaFlux::Portal::Forma::Plot::ScatterBuilder:Public Member Functions | |
| SeriesSpec | done () const |
| ScatterBuilder & | point_size (float s) |
| Point size in pixels. | |
| ScatterBuilder (Series state) | |
Private Attributes | |
| float | m_point_size { 4.F } |
| Series | m_state |
Terminal builder for POINT_LIST scatter encoding.
Pairs X and Y axis mappings into (x[i], y[i]) point series. Z mappings map to vertex Z. N X/Y pairs = N point clouds in one FormaBuffer. Colors resolved per series: per-mapping palette first, global fallback.
.done() produces a GeometryFn<shared_ptr<PlotContainer>>.
Definition at line 564 of file SeriesBuilder.hpp.