MCPcopy Create free account
hub / github.com/ImageEngine/cortex / attributeNames

Function attributeNames

src/IECoreScene/bindings/SceneInterfaceBinding.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96static list attributeNames( const SceneInterface &m )
97{
98 SceneInterface::NameList a;
99 m.attributeNames( a );
100 return arrayToList( a );
101}
102
103static std::string pathToString( list l )
104{

Callers 3

hashMethod · 0.50
positionPrimVarNameMethod · 0.50
particleAttributesMethod · 0.50

Calls 2

arrayToListFunction · 0.85
attributeNamesMethod · 0.45

Tested by

no test coverage detected