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

Method hasChild

src/IECoreScene/LinkedScene.cpp:1306–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1304}
1305
1306bool LinkedScene::hasChild( const Name &name ) const
1307{
1308 if ( m_linkedScene )
1309 {
1310 return m_linkedScene->hasChild(name);
1311 }
1312 else
1313 {
1314 return m_mainScene->hasChild(name);
1315 }
1316}
1317
1318SceneInterfacePtr LinkedScene::createChild( const Name &name )
1319{

Callers 1

childMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected