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

Method root

src/IECore/IFFFile.cpp:99–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99IFFFile::Chunk *IFFFile::root()
100{
101 if ( !open() )
102 {
103 throw Exception( ( boost::format( "Failed to load \"%s\"." ) % m_streamFileName ).str() );
104 }
105
106 return m_root;
107}
108
109IFFFile::Tag IFFFile::Chunk::type()
110{

Callers 4

USDSceneMethod · 0.45
hasTagMethod · 0.45
canReadMethod · 0.45
openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected