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

Method boundSampleTime

src/IECoreScene/SceneCache.cpp:2323–2327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2321}
2322
2323double SceneCache::boundSampleTime( size_t sampleIndex ) const
2324{
2325 ReaderImplementation *reader = ReaderImplementation::reader( m_implementation.get() );
2326 return reader->boundSampleTime( sampleIndex );
2327}
2328
2329double SceneCache::boundSampleInterval( double time, size_t &floorIndex, size_t &ceilIndex ) const
2330{

Callers 3

testStoredSceneMethod · 0.95
testSampleTimeOrderMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 3

testStoredSceneMethod · 0.76
testSampleTimeOrderMethod · 0.36