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

Method ObjectWriter

src/IECore/ObjectWriter.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54const Writer::WriterDescription<ObjectWriter> ObjectWriter::g_writerDescription( "cob" );
55
56ObjectWriter::ObjectWriter()
57 : Writer( "Writes instances of a single Object to a file with a .cob extension", ObjectTypeId )
58{
59 constructParameters();
60}
61
62ObjectWriter::ObjectWriter( ObjectPtr object, const std::string &fileName )
63 : Writer( "Writes instances of a single Object to a file with a .cob extension", ObjectTypeId )

Callers 15

testClosestPointMethod · 0.80
runTestMethod · 0.80
testMethod · 0.80
testReadingMethod · 0.80
testMethod · 0.80
testMethod · 0.80
testIOMethod · 0.80
testSlashInKeyMethod · 0.80
testIOMethod · 0.80
testColorIOMethod · 0.80
testIOMethod · 0.80
testColorIOMethod · 0.80

Calls 1

setValueMethod · 0.45

Tested by 11

testClosestPointMethod · 0.64
runTestMethod · 0.64
testReadingMethod · 0.64
testMethod · 0.64
testMethod · 0.64
testIOMethod · 0.64
testIOMethod · 0.64
testColorIOMethod · 0.64
testIOMethod · 0.64
testColorIOMethod · 0.64
testIOMethod · 0.64