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

Method boundSampleInterval

src/IECoreScene/SceneCache.cpp:2329–2333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2327}
2328
2329double SceneCache::boundSampleInterval( double time, size_t &floorIndex, size_t &ceilIndex ) const
2330{
2331 ReaderImplementation *reader = ReaderImplementation::reader( m_implementation.get() );
2332 return reader->boundSampleInterval( time, floorIndex, ceilIndex );
2333}
2334
2335Imath::Box3d SceneCache::readBoundAtSample( size_t sampleIndex ) const
2336{

Callers 3

testStoredSceneMethod · 0.95
boundSampleIntervalFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 2

testStoredSceneMethod · 0.76