15 #ifndef LWOSTILLIMAGE_H 16 #define LWOSTILLIMAGE_H 18 #include "pandatoolbase.h" 34 virtual void write(ostream &out,
int indent_level = 0)
const;
38 return get_class_type();
40 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
44 static void init_type() {
45 LwoChunk::init_type();
46 register_type(_type_handle,
"LwoStillImage",
47 LwoChunk::get_class_type());
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 specialization of IffChunk for Lightwave Object files.
The name of a file, such as a texture file or an Egg file.
A single still image associated with a LwoClip chunk.
TypeHandle is the identifier used to differentiate C++ class types.