|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::NodeGraphManager::remove_from_root | ( | const std::shared_ptr< Node > & | node, |
| ProcessingToken | token, | ||
| unsigned int | channel = 0 |
||
| ) |
Remove node from a specific processing token and channel.
| node | Node to remove |
| token | Processing domain (AUDIO_RATE, VISUAL_RATE, etc.) |
| channel | Channel within that domain |
Removes the specified node from the root node of the given processing domain and channel. If the node is not found in that root, no action is taken.
Definition at line 25 of file NodeGraphManager.cpp.
References get_root_node(), token, and unset_channel_mask().
Here is the call graph for this function: