43 if (_lwid ==
IffId(
"LWO2")) {
46 }
else if (_lwid ==
IffId(
"LWOB")) {
55 read_chunks_iff(lin, stop_at);
64 write(std::ostream &out,
int indent_level)
const {
67 indent(out, indent_level + 2)
68 <<
"id = " << _lwid <<
"\n";
69 write_chunks(out, indent_level + 2);
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
std::ostream & indent(std::ostream &out, int indent_level)
A handy function for doing text formatting.
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.