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

Function childNames

src/IECoreScene/bindings/SceneInterfaceBinding.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66static list childNames( const SceneInterface &m )
67{
68 SceneInterface::NameList n;
69 m.childNames( n );
70 return arrayToList( n );
71}
72
73static list path( const SceneInterface &m )
74{

Callers 4

setNamesMethod · 0.85
recurseReadSetMethod · 0.85
recurseReadSetMethod · 0.85
recurseLinkLocationsMethod · 0.85

Calls 2

arrayToListFunction · 0.85
childNamesMethod · 0.45

Tested by

no test coverage detected