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

◆ clear()

void MayaFlux::Nodes::Network::OperatorChain::clear ( )

Remove all operators from the chain.

Definition at line 24 of file OperatorChain.cpp.

25{
26 m_operators.clear();
27}
std::vector< std::shared_ptr< NetworkOperator > > m_operators

References m_operators.