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

Method readTransform

src/IECoreScene/LinkedScene.cpp:461–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461ConstDataPtr LinkedScene::readTransform( double time ) const
462{
463 if ( m_linkedScene && !m_atLink )
464 {
465 if ( m_timeRemapped )
466 {
467 time = remappedLinkTime( time );
468 }
469 return m_linkedScene->readTransform(time);
470 }
471 else
472 {
473 return m_mainScene->readTransform(time);
474 }
475}
476
477Imath::M44d LinkedScene::readTransformAsMatrix( double time ) const
478{

Callers 10

testCopyReturnValuesMethod · 0.45
testWritingMethod · 0.45
testTimeRemappingMethod · 0.45
testIdentityTransformMethod · 0.45
handleLocationFunction · 0.45
readTransformAtSampleMethod · 0.45
readTransformFunction · 0.45

Calls

no outgoing calls

Tested by 5

testCopyReturnValuesMethod · 0.36
testWritingMethod · 0.36
testTimeRemappingMethod · 0.36
testIdentityTransformMethod · 0.36