|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| const std::vector< std::shared_ptr< Node > > & MayaFlux::Nodes::NodeGraphManager::get_nodes | ( | ProcessingToken | token, |
| uint32_t | channel = 0 |
||
| ) | const |
Get all nodes from their respective root nodes for a specific token and/or channel.
| token | Processing domain (AUDIO_RATE, VISUAL_RATE, etc.) |
| channel | Channel within that domain |
Definition at line 50 of file NodeGraphManager.cpp.
References MayaFlux::Reflect::enum_to_string(), m_token_roots, MF_ERROR, MayaFlux::Journal::NodeProcessing, and MayaFlux::Journal::Nodes.
Here is the call graph for this function: