|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< RootNode * > MayaFlux::Nodes::NodeGraphManager::get_all_root_nodes | ( | ProcessingToken | token | ) |
Get spans of root nodes for a token (for custom processing)
| token | Processing domain |
Returns a vector of pointers to all root nodes for the specified processing domain. Useful for custom processing, introspection, or multi-channel operations.
Definition at line 261 of file NodeGraphManager.cpp.
References m_token_roots, and token.
Referenced by process_token().
Here is the caller graph for this function: