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

Function arrayToList

src/IECoreScene/bindings/SceneInterfaceBinding.cpp:56–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56inline list arrayToList( std::vector<IndexedIO::EntryID> &ids )
57{
58 list result;
59 for( SceneInterface::NameList::const_iterator it = ids.begin(); it != ids.end(); it++ )
60 {
61 result.append( ( *it ).value() );
62 }
63 return result;
64}
65
66static list childNames( const SceneInterface &m )
67{

Callers 5

childNamesFunction · 0.85
pathFunction · 0.85
attributeNamesFunction · 0.85
stringToPathFunction · 0.85
setNamesFunction · 0.85

Calls 4

appendMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected