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

Function nonConstScene

src/IECoreScene/bindings/SceneInterfaceBinding.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89static SceneInterfacePtr nonConstScene( SceneInterface &m, list l, SceneInterface::MissingBehaviour b )
90{
91 SceneInterface::Path p;
92 container_utils::extend_container( p, l );
93 return m.scene( p, b );
94}
95
96static list attributeNames( const SceneInterface &m )
97{

Callers

nothing calls this directly

Calls 1

sceneMethod · 0.45

Tested by

no test coverage detected