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

◆ m_token_roots

std::unordered_map<ProcessingToken, std::unordered_map<unsigned int, std::shared_ptr<RootNode> > > MayaFlux::Nodes::NodeGraphManager::m_token_roots
private

Multi-modal map of processing tokens to their channel root nodes.

Each processing domain (token) can have multiple channels, each with its own RootNode. Enables support for audio, visual, and custom processing domains.

Definition at line 416 of file NodeGraphManager.hpp.

Referenced by ensure_root_exists(), get_active_tokens(), get_all_channel_root_nodes(), get_all_channels(), get_all_root_nodes(), get_node_count(), and get_root_node().