33 virtual void write(std::ostream &out,
int indent_level = 0)
const;
41 return get_class_type();
43 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
47 static void init_type() {
48 LwoChunk::init_type();
50 LwoChunk::get_class_type());
A specialization of IffChunk for Lightwave Object files.
An array of points that will be referenced by later chunks.
int get_num_points() const
Returns the number of points of this group.
const LPoint3 & get_point(int n) const
Returns the nth point of this group.
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.
This is our own Panda specialization on the default STL vector.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...