Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
139
IFFFile::Chunk::ChunkIterator IFFFile::Chunk::childrenEnd()
140
{
141
if ( isGroup() && !m_children.size() )
142
{
143
ls();
144
}
145
146
return m_children.end();
147
}
148
149
void IFFFile::Chunk::ls()
150
{
Callers
4
open
Method · 0.80
numParticles
Method · 0.80
attributeNames
Method · 0.80
readAttribute
Method · 0.80
Calls
2
size
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected