MCPcopy 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
228size_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

loadSceneIntoCacheMethod · 0.45
loadPrimVarsMethod · 0.45
restoreSampleTimesMethod · 0.45
readArrayMethod · 0.45
handleArrayMethod · 0.45
handleArrayMethod · 0.45
handleArrayMethod · 0.45
loadMethod · 0.45
loadObjectOrReferenceMethod · 0.45

Calls 2

IOExceptionFunction · 0.85
valueMethod · 0.45

Tested by

no test coverage detected