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

Function hasNodeName

source/MaterialXCore/Interface.h:78–81  ·  view source on GitHub ↗

Return true if this element has a node name string.

Source from the content-addressed store, hash-verified

76
77 /// Return true if this element has a node name string.
78 bool hasNodeName() const
79 {
80 return hasAttribute(NODE_NAME_ATTRIBUTE);
81 }
82
83 /// Return the node name string of this element.
84 const string& getNodeName() const

Callers 2

getConnectedOutputMethod · 0.85
validateMethod · 0.85

Calls 1

hasAttributeFunction · 0.70

Tested by

no test coverage detected