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

Method getImplementation

source/MaterialXCore/Node.cpp:759–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759InterfaceElementPtr NodeGraph::getImplementation() const
760{
761 NodeDefPtr nodedef = getNodeDef();
762 return nodedef ? nodedef->getImplementation() : InterfaceElementPtr();
763}
764
765vector<PortElementPtr> NodeGraph::getDownstreamPorts() const
766{

Callers 9

GenReference.cppFile · 0.45
Document.cppFile · 0.45
Node.cppFile · 0.45
checkImplementationsFunction · 0.45
validateMethod · 0.45
saveDotFilesMethod · 0.45
getImplementationFunction · 0.45
flattenSubgraphsMethod · 0.45

Calls 1

getNodeDefFunction · 0.85

Tested by

no test coverage detected