|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::unregister_node_network | ( | const std::shared_ptr< Nodes::NodeNetwork > & | network, |
| const Nodes::ProcessingToken & | token = Nodes::ProcessingToken::AUDIO_RATE |
||
| ) |
Unregisters a node network from the default engine's node graph manager.
| network | NodeNetwork to unregister |
Removes the node network from the default engine's node graph manager. The network will no longer be available for managing nodes and their connections.
Definition at line 131 of file Graph.cpp.
References get_context(), MayaFlux::Core::Engine::get_node_graph_manager(), and token.
Here is the call graph for this function: