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

◆ clear_all_nodes()

void MayaFlux::Nodes::RootNode::clear_all_nodes ( )
inline

Removes all nodes from this root node.

After calling this method, the root node will have no registered nodes and will output zero values.

Definition at line 130 of file RootNode.hpp.

130{ m_Nodes.clear(); }
std::vector< std::shared_ptr< Node > > m_Nodes
Collection of nodes registered with this root node.
Definition RootNode.hpp:151