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

Method readObject

src/IECoreScene/LinkedScene.cpp:1055–1069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1053}
1054
1055ConstObjectPtr LinkedScene::readObject( double time, const Canceller *canceller ) const
1056{
1057 if ( m_linkedScene )
1058 {
1059 if ( m_timeRemapped )
1060 {
1061 time = remappedLinkTime( time );
1062 }
1063 return m_linkedScene->readObject(time, canceller );
1064 }
1065 else
1066 {
1067 return m_mainScene->readObject(time, canceller );
1068 }
1069}
1070
1071PrimitiveVariableMap LinkedScene::readObjectPrimitiveVariables( const std::vector<InternedString> &primVarNames, double time ) const
1072{

Callers 13

readWalkMethod · 0.45
testCopyReturnValuesMethod · 0.45
testUVsFromFileMethod · 0.45
testCanReadVBObjectMethod · 0.45
handleLocationFunction · 0.45
readObjectAtSampleMethod · 0.45

Calls

no outgoing calls

Tested by 7

readWalkMethod · 0.36
testCopyReturnValuesMethod · 0.36
testCanReadVBObjectMethod · 0.36