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

Method getMatchingPorts

source/MaterialXCore/Document.cpp:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332vector<PortElementPtr> Document::getMatchingPorts(const string& nodeName) const
333{
334 return _cache->getMatchingPorts(nodeName);
335}
336
337ValuePtr Document::getGeomPropValue(const string& geomPropName, const string& geom) const
338{

Callers 1

getDownstreamPortsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected