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

Method createChild

src/IECoreScene/SceneCache.cpp:2603–2608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2601}
2602
2603SceneInterfacePtr SceneCache::createChild( const Name &name )
2604{
2605 WriterImplementation *writer = WriterImplementation::writer( m_implementation.get() );
2606 ImplementationPtr impl = writer->createChild( name );
2607 return duplicate( impl );
2608}
2609
2610SceneInterfacePtr SceneCache::scene( const Path &path, MissingBehaviour missingBehaviour )
2611{

Callers 15

_writeSceneMethod · 0.95
testConstructionMethod · 0.95
testTimeSettingMethod · 0.95
testTransformMethod · 0.95
testCustomPrimvarsMethod · 0.95
testCornersAndCreasesMethod · 0.95
testPointsPrimitiveMethod · 0.95
testCurvesPrimitiveMethod · 0.95
testCameraMethod · 0.95
writeSCCMethod · 0.95
writeBigSCCMethod · 0.95

Calls 1

getMethod · 0.45

Tested by 15

_writeSceneMethod · 0.76
testConstructionMethod · 0.76
testTimeSettingMethod · 0.76
testTransformMethod · 0.76
testCustomPrimvarsMethod · 0.76
testCornersAndCreasesMethod · 0.76
testPointsPrimitiveMethod · 0.76
testCurvesPrimitiveMethod · 0.76
testCameraMethod · 0.76