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

Function hasOutputString

source/MaterialXCore/Interface.h:122–125  ·  view source on GitHub ↗

Return true if this element has an output string.

Source from the content-addressed store, hash-verified

120
121 /// Return true if this element has an output string.
122 bool hasOutputString() const
123 {
124 return hasAttribute(OUTPUT_ATTRIBUTE);
125 }
126
127 /// Set the output to which this input is connected. If the output
128 /// argument is null, then any existing output connection will be cleared.

Callers 1

validateMethod · 0.85

Calls 1

hasAttributeFunction · 0.70

Tested by

no test coverage detected