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

Function write

src/IECorePython/WriterBinding.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static void write( IECore::Writer &w )
78{
79 ScopedGILRelease gilRelease;
80 w.write();
81}
82
83void bindWriter()
84{

Callers 5

ClientDisplayDriverMethod · 0.85
sendHeaderMethod · 0.85
imageDataMethod · 0.85
writeMethod · 0.85
flushMethod · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected