Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ arrayLength
Method
arrayLength
src/IECore/IndexedIO.cpp:228–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
size_t IndexedIO::Entry::arrayLength() const
229
{
230
if ( !isArray() )
231
{
232
throw IOException(
"IndexedIO Entry '"
+ m_ID.value() +
"' is not an array"
);
233
}
234
235
return m_arrayLength;
236
}
Callers
9
loadSceneIntoCache
Method · 0.45
loadPrimVars
Method · 0.45
restoreSampleTimes
Method · 0.45
readArray
Method · 0.45
handleArray
Method · 0.45
handleArray
Method · 0.45
handleArray
Method · 0.45
load
Method · 0.45
loadObjectOrReference
Method · 0.45
Calls
2
IOException
Function · 0.85
value
Method · 0.45
Tested by
no test coverage detected