14 #ifndef LWOGROUPCHUNK_H 15 #define LWOGROUPCHUNK_H 37 bool read_subchunks_iff(
IffInputFile *in,
size_t stop_at);
38 void write_chunks(std::ostream &out,
int indent_level)
const;
45 return get_class_type();
47 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
51 static void init_type() {
52 LwoChunk::init_type();
54 LwoChunk::get_class_type());
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
IffChunk * get_chunk(int n) const
Returns the nth child chunk of this group.
This is our own Panda specialization on the default STL vector.
The basic kind of record in an EA "IFF" file, which the LightWave object file is based on.
int get_num_chunks() const
Returns the number of child chunks of this group.
A specialization of IffChunk for Lightwave Object files.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A particular kind of LwoChunk that is expected to contain an arbitrary number of child chunks.
TypeHandle is the identifier used to differentiate C++ class types.