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

Method write

src/IECore/Writer.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void Writer::write()
86{
87 /// \todo Perhaps we should append the fileName() to any exceptions thrown by operate() before re-raising them?
88 operate();
89}
90
91ObjectPtr Writer::doOperation( const CompoundObject * operands )
92{

Callers 15

infoFunction · 0.45
warningFunction · 0.45
fixFileFunction · 0.45
convertFileFunction · 0.45
saveMethod · 0.45
storeSampleTimesMethod · 0.45
doFlushMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45

Calls 1

operateFunction · 0.85

Tested by

no test coverage detected