16 #include "lwoInputFile.h" 33 _pivot.set(0.0, 0.0, 0.0);
61 if (_parent == 0xffff) {
75 write(ostream &out,
int indent_level)
const {
76 indent(out, indent_level)
77 <<
get_id() <<
" { number = " << _number <<
", flags = 0x" 78 << hex << _flags << dec <<
", pivot = " << _pivot
79 <<
", _name = \"" << _name <<
"\", _parent = " << _parent <<
" }\n";
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.
void make_generic()
Resets the layer's parameters to initial defaults for a generic layer created implicitly.
IffId get_id() const
Returns the ID associated with this chunk.