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

◆ clear()

void MayaFlux::Kakshya::PlotContainer::clear ( )
overridevirtual

Clear all data in the container.

Implements MayaFlux::Kakshya::NDDataContainer.

Definition at line 347 of file PlotContainer.cpp.

348{
349 m_data.clear();
350 m_processed_data.clear();
351 m_structure.dimensions.clear();
353}
std::vector< DataVariant > m_data
std::vector< DataVariant > m_processed_data
ContainerDataStructure m_structure
void update_processing_state(ProcessingState state) override
Update the processing state of the container.
@ IDLE
Container is inactive with no data or not ready for processing.

References MayaFlux::Kakshya::ContainerDataStructure::dimensions, MayaFlux::Kakshya::IDLE, m_data, m_processed_data, m_structure, and update_processing_state().

+ Here is the call graph for this function: