15 #ifndef LWOPOLYGONTAGS_H
16 #define LWOPOLYGONTAGS_H
18 #include "pandatoolbase.h"
31 bool has_tag(
int polygon_index)
const;
32 int get_tag(
int polygon_index)
const;
38 virtual void write(ostream &out,
int indent_level = 0)
const;
46 return get_class_type();
48 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
52 static void init_type() {
53 LwoChunk::init_type();
54 register_type(_type_handle,
"LwoPolygonTags",
55 LwoChunk::get_class_type());
A specialization of IffChunk for Lightwave Object files.
TypeHandle is the identifier used to differentiate C++ class types.
A four-byte chunk ID appearing in an "IFF" file.