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

Function pathToString

src/IECoreScene/bindings/SceneInterfaceBinding.cpp:103–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103static std::string pathToString( list l )
104{
105 SceneInterface::Path p;
106 container_utils::extend_container( p, l );
107 std::string str;
108 SceneInterface::pathToString( p, str );
109 return str;
110}
111
112static list stringToPath( std::string str )
113{

Callers 9

writeAttributeMethod · 0.85
writeSetMethod · 0.85
flushMethod · 0.85
throwExceptionMethod · 0.85
writeAttributeMethod · 0.85
readSetMethod · 0.85
writeSetMethod · 0.85
pathAsStringFunction · 0.85
sceneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected