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

Method canWrite

src/IECore/ObjectWriter.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool ObjectWriter::canWrite( ConstObjectPtr object, const std::string &fileName )
71{
72 return true;
73}
74
75void ObjectWriter::doWrite( const CompoundObject *operands )
76{

Callers 2

testCanWriteMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by 1

testCanWriteMethod · 0.36