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

◆ m_token_processors

std::unordered_map<ProcessingToken, std::function<void(std::span<RootNode*>)> > MayaFlux::Nodes::NodeGraphManager::m_token_processors
private

Registered custom processors for each processing token.

Maps each processing domain (token) to a custom processing function that receives a span of all root nodes for that domain. Enables efficient backend-specific or multi-channel processing.

Definition at line 427 of file NodeGraphManager.hpp.

Referenced by process_token(), and register_token_processor().