#include <lwoLayer.h>
Inheritance diagram for LwoLayer:
Public Types | |
enum | Flags { F_hidden = 0x0001 } |
Public Member Functions | |
void | make_generic () |
virtual bool | read_iff (IffInputFile *in, size_t stop_at) |
virtual void | write (ostream &out, int indent_level=0) const |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Public Attributes | |
int | _number |
int | _flags |
LPoint3f | _pivot |
string | _name |
int | _parent |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 40 of file lwoLayer.h. |
|
Reimplemented from LwoChunk. Definition at line 58 of file lwoLayer.h. References get_class_type(), and init_type(). |
|
Reimplemented from LwoChunk. Definition at line 59 of file lwoLayer.h. References _type_handle. Referenced by LwoToEggConverter::collect_lwo(), force_init_type(), and get_type(). |
|
Reimplemented from LwoChunk. Definition at line 55 of file lwoLayer.h. References get_class_type(). |
|
Reimplemented from LwoChunk. Definition at line 62 of file lwoLayer.h. References _type_handle, LwoChunk::get_class_type(), LwoChunk::init_type(), and register_type(). Referenced by force_init_type(), and init_liblwo(). |
|
Definition at line 34 of file lwoLayer.cxx. |
|
Implements IffChunk. Definition at line 53 of file lwoLayer.cxx. References _flags, _name, _number, _parent, _pivot, DCAST, IffInputFile::get_be_uint16(), IffInputFile::get_bytes_read(), IffInputFile::get_string(), and LwoInputFile::get_vec3(). |
|
Reimplemented from IffChunk. Definition at line 79 of file lwoLayer.cxx. References _flags, _name, _number, _parent, _pivot, IffChunk::get_id(), and indent(). |
|
Definition at line 45 of file lwoLayer.h. Referenced by make_generic(), read_iff(), and write(). |
|
Definition at line 47 of file lwoLayer.h. Referenced by make_generic(), read_iff(), and write(). |
|
Definition at line 44 of file lwoLayer.h. Referenced by make_generic(), read_iff(), and write(). |
|
Definition at line 48 of file lwoLayer.h. Referenced by make_generic(), read_iff(), and write(). |
|
Definition at line 46 of file lwoLayer.h. Referenced by make_generic(), read_iff(), and write(). |
|
Reimplemented from LwoChunk. Definition at line 25 of file lwoLayer.cxx. Referenced by get_class_type(), and init_type(). |