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

◆ clear_operations()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
void MayaFlux::Yantra::ComputationPipeline< InputType, OutputType >::clear_operations ( )
inline

Clear all operations.

Removes all operations from the pipeline, leaving it empty. The grammar instance is preserved.

Definition at line 290 of file ComputePipeline.hpp.

291 {
292 m_operations.clear();
293 }
std::vector< std::pair< std::shared_ptr< ComputeOperation< InputType, OutputType > >, std::string > > m_operations
Operations and their names in execution order.