|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::PlotContainer::bind | ( | uint32_t | series_index, |
| std::function< void(std::vector< double > &)> | fn | ||
| ) |
Bind a series to a callable.
Each process() calls fn(series_vector) by reference. The callable fills or mutates it freely. Use for computed series, ring buffer views, or any source that does not fit the other patterns.
| series_index | Index returned by add_series(). |
| fn | Callable invoked with the series vector each process(). |
Definition at line 169 of file PlotContainer.cpp.
References MayaFlux::Kakshya::ContainerDataStructure::dimensions, ensure_processor(), m_structure, mark_ready_for_processing(), and MayaFlux::Kakshya::ContainerDataStructure::modality.
Here is the call graph for this function: