16 #include "iffInputFile.h"
17 #include "lwoStillImage.h"
36 read_subchunks_iff(in, stop_at);
46 write(ostream &out,
int indent_level)
const {
47 indent(out, indent_level)
49 indent(out, indent_level + 2)
50 <<
"index = " << _index <<
"\n";
51 write_chunks(out, indent_level + 2);
52 indent(out, indent_level)
65 if (
id ==
IffId(
"STIL")) {
virtual IffChunk * make_new_chunk(IffInputFile *in, IffId id)
Allocates and returns a new chunk of the appropriate type based on the given ID, according to the con...
virtual IffChunk * make_new_chunk(IffInputFile *in, IffId id)
Allocates and returns a new chunk of the appropriate type based on the given ID, according to the con...
The basic kind of record in an EA "IFF" file, which the LightWave object file is based on...
IffId get_id() const
Returns the ID associated with this chunk.
A single still image associated with a LwoClip chunk.
virtual bool read_iff(IffInputFile *in, size_t stop_at)
Reads the data of the chunk in from the given input file, if possible.
TypeHandle is the identifier used to differentiate C++ class types.
A four-byte chunk ID appearing in an "IFF" file.