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

Method getNodeGraph

source/MaterialXGraphEditor/UiNode.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93mx::NodeGraphPtr UiNode::getNodeGraph() const
94{
95 return _element ? _element->asA<mx::NodeGraph>() : nullptr;
96}
97
98// return the uiNode connected with input name
99UiNodePtr UiNode::getConnectedNode(const std::string& name)

Callers 15

getOutputPinMethod · 0.80
setRenderMaterialMethod · 0.80
setUiNodeInfoMethod · 0.80
findNodeMethod · 0.80
copyUiNodeMethod · 0.80
copyNodeGraphMethod · 0.80
copyInputsMethod · 0.80
createNodesMethod · 0.80
addLinkMethod · 0.80
deleteLinkInfoMethod · 0.80
deleteNodeMethod · 0.80
addNodeGraphPinsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected