maxon::nodes::NodesGraphModelInterface is an implementation of maxon::GraphModelInterface and presents the node system (NodeSystemInterface Manual) as a graph model.
The maxon::nodes::NodesGraphModelRef is obtained from the NodeMaterial:
See NodeMaterial Manual.
The node graph model gives access to the stored node system:
See NodeSystemInterface Manual.
A new nodes graph can be created with the class maxon::nodes::NodesGraphModelClass().
A view on a node graph is a new node graph that presents only a subset of the original node graph.
A node system can contain multiple children under the root node:
Nodes can be organized in group nodes:
Nodes are based on assets from the asset repository:
A maxon::nodes::NodeSystemManagerInterface manages a node system and its views: