MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/MaterialX / getNodeGraph

Function getNodeGraph

source/MaterialXCore/Document.h:102–105  ·  view source on GitHub ↗

Return the NodeGraph, if any, with the given name.

Source from the content-addressed store, hash-verified

100
101 /// Return the NodeGraph, if any, with the given name.
102 NodeGraphPtr getNodeGraph(const string& name) const
103 {
104 return getChildOfType<NodeGraph>(name);
105 }
106
107 /// Return a vector of all NodeGraph elements in the document.
108 vector<NodeGraphPtr> getNodeGraphs() const

Callers 1

addNodeDefFromGraphMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected