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

Function pathAsString

src/IECoreScene/bindings/SceneInterfaceBinding.cpp:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80static std::string pathAsString( const SceneInterface &m )
81{
82 SceneInterface::Path p;
83 m.path( p );
84 std::string str;
85 SceneInterface::pathToString( p, str );
86 return str;
87}
88
89static SceneInterfacePtr nonConstScene( SceneInterface &m, list l, SceneInterface::MissingBehaviour b )
90{

Callers

nothing calls this directly

Calls 2

pathToStringFunction · 0.85
pathMethod · 0.45

Tested by

no test coverage detected