Cortex
10.0.0-a4
|
#include <IFFFile.h>
Classes | |
class | Chunk |
class | Tag |
Public Member Functions | |
IFFFile (const std::string &fileName) | |
Chunk * | root () |
![]() | |
IE_CORE_DECLAREMEMBERPTR (RefCounted) | |
void | addRef () const |
Add a reference to the current object. | |
void | removeRef () const |
Remove a reference from the current object. | |
RefCount | refCount () const |
Returns the current reference count. | |
Additional Inherited Members | |
![]() | |
typedef size_t | RefCount |
The IFFFile class defines a low level class for reading IFF files. For specific IFF file types use a more specific implementation (i.e. NParticleReader, IFFHairReader, IFFImageReader).