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

Function nonConstGet

src/IECoreScene/bindings/SharedSceneInterfacesBinding.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45{
46
47static SceneInterfacePtr nonConstGet( std::string fileName )
48{
49 ConstSceneInterfacePtr scene = SharedSceneInterfaces::get( fileName );
50 return const_cast<SceneInterface*>( scene.get() );
51}
52
53void bindSharedSceneInterfaces()
54{

Callers

nothing calls this directly

Calls 2

getFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected