15 #include "lwoHeader.h" 16 #include "lwoInputFile.h" 50 if (_lwid ==
IffId(
"LWO2")) {
53 }
else if (_lwid ==
IffId(
"LWOB")) {
62 read_chunks_iff(lin, stop_at);
73 write(ostream &out,
int indent_level)
const {
74 indent(out, indent_level)
76 indent(out, indent_level + 2)
77 <<
"id = " << _lwid <<
"\n";
78 write_chunks(out, indent_level + 2);
79 indent(out, indent_level)
TypeHandle is the identifier used to differentiate C++ class types.
A four-byte chunk ID appearing in an "IFF" file.
IffId get_id() const
Returns the ID associated with this chunk.