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

◆ get_node_graph_manager()

MAYAFLUX_API std::shared_ptr< Nodes::NodeGraphManager > MayaFlux::get_node_graph_manager ( )

Gets the node graph manager from the default engine.

Returns
Shared pointer to the centrally managed NodeGraphManager

Returns the node graph manager that's managed by the default engine instance. All node operations using the convenience functions will use this manager.

Definition at line 18 of file Graph.cpp.

19{
21}
std::shared_ptr< Nodes::NodeGraphManager > get_node_graph_manager()
Gets the node graph manager.
Definition Engine.hpp:229
Core::Engine & get_context()
Gets the default engine instance.
Definition Core.cpp:56

References get_context(), and MayaFlux::Core::Engine::get_node_graph_manager().

Referenced by MayaFlux::Kriya::Sequence::execute(), register_audio_node(), unregister_audio_node(), and unregister_node().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: