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

Method Open

contrib/IECoreUSD/src/IECoreUSD/SceneCacheData.cpp:1205–1214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1203}
1204
1205bool SceneCacheData::Open( const std::string& filePath )
1206{
1207 m_scene = SharedSceneInterfaces::get( filePath );
1208 m_sceneio = IndexedIO::create( filePath, IndexedIO::rootPath, IndexedIO::Read );
1209
1210 loadFps();
1211 loadSceneIntoCache( m_scene );
1212
1213 return true;
1214}
1215
1216SceneCacheData::~SceneCacheData()
1217{

Callers 15

testConstructionMethod · 0.80
testTimeSettingMethod · 0.80
testHierarchyMethod · 0.80
testBoundMethod · 0.80
testTransformMethod · 0.80
testPointsAndTopologyMethod · 0.80
testDefaultPrimVarsMethod · 0.80
testCustomPrimvarsMethod · 0.80
testCornersAndCreasesMethod · 0.80
testPointsPrimitiveMethod · 0.80

Calls 2

createFunction · 0.85
getFunction · 0.50

Tested by 15

testConstructionMethod · 0.64
testTimeSettingMethod · 0.64
testHierarchyMethod · 0.64
testBoundMethod · 0.64
testTransformMethod · 0.64
testPointsAndTopologyMethod · 0.64
testDefaultPrimVarsMethod · 0.64
testCustomPrimvarsMethod · 0.64
testCornersAndCreasesMethod · 0.64
testPointsPrimitiveMethod · 0.64