|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inline |
Creates and registers a new node of the specified type.
| NodeType | The type of node to create (must derive from Node) |
| Args | Parameter types for the node's constructor |
| id | String identifier for the node |
| args | Constructor arguments for the node |
This template method creates a node of any type that derives from Node, passing the provided arguments to its constructor. The created node is automatically registered with the given string identifier for later lookup.
Example:
Definition at line 134 of file NodeGraphManager.hpp.