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

◆ m_Nodes

std::vector<std::shared_ptr<Node> > MayaFlux::Nodes::RootNode::m_Nodes
private

Collection of nodes registered with this root node.

All nodes in this collection will be processed when the root node's process() method is called.

Definition at line 151 of file RootNode.hpp.

Referenced by postprocess(), process_frame(), process_pending_operations(), process_sample(), register_node(), and unregister_node().