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

Method ObjectReader

src/IECore/ObjectReader.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48const Reader::ReaderDescription<ObjectReader> ObjectReader::g_readerDescription( "cob" );
49
50ObjectReader::ObjectReader() :
51 Reader( "Reads instances of a single Object from a file with a .cob extension" )
52{
53}
54
55ObjectReader::ObjectReader( const std::string &fileName ) :
56 Reader( "Reads instances of a single Object from a file with a .cob extension" )

Callers 15

testJoinedUVEdgesMethod · 0.80
testMethod · 0.80
testMethod · 0.80
testMethod · 0.80
testIOMethod · 0.80
testSlashInKeyMethod · 0.80
testIOMethod · 0.80
testColorIOMethod · 0.80
testIOMethod · 0.80

Calls

no outgoing calls

Tested by 12

testJoinedUVEdgesMethod · 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