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

Function hasNodeGraphString

source/MaterialXCore/Interface.h:100–103  ·  view source on GitHub ↗

Return true if this element has a node graph string.

Source from the content-addressed store, hash-verified

98
99 /// Return true if this element has a node graph string.
100 bool hasNodeGraphString() const
101 {
102 return hasAttribute(NODE_GRAPH_ATTRIBUTE);
103 }
104
105 /// Return the node graph string of this element.
106 const string& getNodeGraphString() const

Callers 2

getConnectedOutputMethod · 0.85
validateMethod · 0.85

Calls 1

hasAttributeFunction · 0.70

Tested by

no test coverage detected