15 #ifndef LWOSURFACEBLOCKTMAP_H 16 #define LWOSURFACEBLOCKTMAP_H 18 #include "pandatoolbase.h" 20 #include "lwoGroupChunk.h" 29 virtual void write(ostream &out,
int indent_level = 0)
const;
35 return get_class_type();
37 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
41 static void init_type() {
42 LwoGroupChunk::init_type();
43 register_type(_type_handle,
"LwoSurfaceBlockTMap",
44 LwoGroupChunk::get_class_type());
The tMap chunk within a LwoSurfaceBlock chunk.
The basic kind of record in an EA "IFF" file, which the LightWave object file is based on...
virtual bool read_iff(IffInputFile *in, size_t stop_at)
Reads the data of the chunk in from the given input file, if possible.
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.
virtual IffChunk * make_new_chunk(IffInputFile *in, IffId id)
Allocates and returns a new chunk of the appropriate type based on the given ID, according to the con...
A four-byte chunk ID appearing in an "IFF" file.