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

Method childrenEnd

src/IECore/IFFFile.cpp:139–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139IFFFile::Chunk::ChunkIterator IFFFile::Chunk::childrenEnd()
140{
141 if ( isGroup() && !m_children.size() )
142 {
143 ls();
144 }
145
146 return m_children.end();
147}
148
149void IFFFile::Chunk::ls()
150{

Callers 4

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

Calls 2

sizeMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected