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

Method entryIds

src/IECore/StreamIndexedIO.cpp:2974–2977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2972}
2973
2974void StreamIndexedIO::entryIds( IndexedIO::EntryIDList &names ) const
2975{
2976 m_node->childNames( names );
2977}
2978
2979void StreamIndexedIO::entryIds( IndexedIO::EntryIDList &names, IndexedIO::EntryType type ) const
2980{

Callers 15

loadSceneIntoCacheMethod · 0.45
loadAttributesMethod · 0.45
loadPrimVarsMethod · 0.45
testRmStressMethod · 0.45
testResetRootMethod · 0.45
testLsMethod · 0.45
testRmMethod · 0.45
testRmStressMethod · 0.45
attributeNamesMethod · 0.45
readTagsMethod · 0.45
childNamesMethod · 0.45
readChildSetsMethod · 0.45

Calls 1

childNamesMethod · 0.45

Tested by

no test coverage detected