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

Method createChild

src/IECoreScene/LinkedScene.cpp:1318–1325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1316}
1317
1318SceneInterfacePtr LinkedScene::createChild( const Name &name )
1319{
1320 if ( hasChild(name) )
1321 {
1322 throw Exception( "Child already exist!" );
1323 }
1324 return child( name, SceneInterface::CreateIfMissing );
1325}
1326
1327SceneInterfacePtr LinkedScene::scene( const Path &path, MissingBehaviour missingBehaviour )
1328{

Callers 15

testLinkedSceneCacheMethod · 0.95
testSceneWriteMethod · 0.95
testLinksTimeOffsetMethod · 0.95
testWritingMethod · 0.95
testTimeRemappingMethod · 0.95
testTagsMethod · 0.95
testHashesMethod · 0.95

Calls

no outgoing calls

Tested by 15

testLinkedSceneCacheMethod · 0.76
testSceneWriteMethod · 0.76
testLinksTimeOffsetMethod · 0.76
testWritingMethod · 0.76
testTimeRemappingMethod · 0.76
testTagsMethod · 0.76
testHashesMethod · 0.76