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

◆ create_default_processor()

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

Create and configure a default processor for this container.

Instantiates a standard DataProcessor to handle basic processing needs, such as channel organization or format conversion. Called during initialization if no custom processor is provided.

Implements MayaFlux::Kakshya::SignalSourceContainer.

Definition at line 451 of file PlotContainer.cpp.

452{
453 set_default_processor(std::make_shared<PlotProcessor>());
454}
void set_default_processor(const std::shared_ptr< DataProcessor > &processor) override
Set the default data processor for this container.

References set_default_processor().

Referenced by ensure_processor().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: