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

Method readBoundAtSample

src/IECoreScene/SceneCache.cpp:2335–2339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2333}
2334
2335Imath::Box3d SceneCache::readBoundAtSample( size_t sampleIndex ) const
2336{
2337 ReaderImplementation *reader = ReaderImplementation::reader( m_implementation.get() );
2338 return reader->readBoundAtSample( sampleIndex );
2339}
2340
2341void SceneCache::writeBound( const Imath::Box3d &bound, double time )
2342{

Callers 8

testStoredSceneMethod · 0.95
testWritingMethod · 0.45
testTimeRemappingMethod · 0.45
recurseCompareMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 8

testStoredSceneMethod · 0.76
testWritingMethod · 0.36
testTimeRemappingMethod · 0.36
recurseCompareMethod · 0.36