|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::shared_ptr< Node > MayaFlux::Nodes::NodeGraphManager::get_node | ( | const std::string & | id | ) |
Looks up a node by its string identifier.
| id | The string identifier of the node |
Retrieves a previously registered node using its string identifier. This allows for connecting nodes by name rather than requiring direct references to node objects.
Definition at line 407 of file NodeGraphManager.cpp.
References m_Node_registry.
Referenced by connect().
Here is the caller graph for this function: