15 #ifndef LWOBOUNDINGBOX_H 16 #define LWOBOUNDINGBOX_H 18 #include "pandatoolbase.h" 36 virtual void write(ostream &out,
int indent_level = 0)
const;
40 return get_class_type();
42 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
46 static void init_type() {
47 LwoChunk::init_type();
48 register_type(_type_handle,
"LwoBoundingBox",
49 LwoChunk::get_class_type());
This is the base class for all three-component vectors and points.
virtual bool read_iff(IffInputFile *in, size_t stop_at)
Reads the data of the chunk in from the given input file, if possible.
Stores the bounding box for the vertex data in a layer.
A specialization of IffChunk for Lightwave Object files.
TypeHandle is the identifier used to differentiate C++ class types.