18 #include "pandatoolbase.h"
23 #include "vector_string.h"
42 virtual void write(ostream &out,
int indent_level = 0)
const;
45 typedef vector_string Tags;
50 return get_class_type();
52 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
56 static void init_type() {
57 LwoChunk::init_type();
58 register_type(_type_handle,
"LwoTags",
59 LwoChunk::get_class_type());
A specialization of IffChunk for Lightwave Object files.
TypeHandle is the identifier used to differentiate C++ class types.