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

Method childrenBegin

src/IECore/IFFFile.cpp:129–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129IFFFile::Chunk::ChunkIterator IFFFile::Chunk::childrenBegin()
130{
131 if ( isGroup() && !m_children.size() )
132 {
133 ls();
134 }
135
136 return m_children.begin();
137}
138
139IFFFile::Chunk::ChunkIterator IFFFile::Chunk::childrenEnd()
140{

Callers 5

canReadMethod · 0.80
openMethod · 0.80
numParticlesMethod · 0.80
attributeNamesMethod · 0.80
readAttributeMethod · 0.80

Calls 2

sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected