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

Function image

src/IECoreImageBindings/ImageDisplayDriverBinding.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68static ImagePrimitivePtr image( ImageDisplayDriverPtr dd )
69{
70 return dd->image()->copy();
71}
72
73static ImagePrimitivePtr storedImage( const std::string &handle )
74{

Callers

nothing calls this directly

Calls 2

copyMethod · 0.45
imageMethod · 0.45

Tested by

no test coverage detected