MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_processed_data() [2/2]

std::vector< DataVariant > & MayaFlux::Kakshya::PlotContainer::get_processed_data ( )
inlineoverridevirtual

Get a mutable reference to the processed data buffer.

Returns
Reference to the processed DataVariant vector

The structure and type of this data is implementation-specific and may depend on the processing chain or data source.

Implements MayaFlux::Kakshya::SignalSourceContainer.

Definition at line 284 of file PlotContainer.hpp.

284{ return m_processed_data; }
std::vector< DataVariant > m_processed_data

Referenced by MayaFlux::Portal::Forma::Plot::series_by_role().

+ Here is the caller graph for this function: