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

Method numBoundSamples

src/IECoreScene/SceneCache.cpp:2317–2321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2315}
2316
2317size_t SceneCache::numBoundSamples() const
2318{
2319 ReaderImplementation *reader = ReaderImplementation::reader( m_implementation.get() );
2320 return reader->numBoundSamples();
2321}
2322
2323double SceneCache::boundSampleTime( size_t sampleIndex ) const
2324{

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