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

Method readTransformAtSample

src/IECoreScene/SceneCache.cpp:2365–2369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2363}
2364
2365ConstDataPtr SceneCache::readTransformAtSample( size_t sampleIndex ) const
2366{
2367 ReaderImplementation *reader = ReaderImplementation::reader( m_implementation.get() );
2368 return reader->readTransformAtSample( sampleIndex );
2369}
2370
2371Imath::M44d SceneCache::readTransformAsMatrixAtSample( size_t sampleIndex ) const
2372{

Callers 6

testTimeRemappingMethod · 0.45
recurseCompareMethod · 0.45
readTransformAtSampleMethod · 0.45
readTransformAtSampleFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 4

testTimeRemappingMethod · 0.36
recurseCompareMethod · 0.36