#include <lwoSurface.h>
Inheritance diagram for LwoSurface:
Public Member Functions | |
virtual bool | read_iff (IffInputFile *in, size_t stop_at) |
virtual void | write (ostream &out, int indent_level=0) const |
virtual IffChunk * | make_new_chunk (IffInputFile *in, IffId id) |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Public Attributes | |
string | _name |
string | _source |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Reimplemented from LwoGroupChunk. Definition at line 47 of file lwoSurface.h. References get_class_type(), and init_type(). |
|
Reimplemented from LwoGroupChunk. Definition at line 48 of file lwoSurface.h. References _type_handle. Referenced by LwoToEggConverter::collect_lwo(), force_init_type(), and get_type(). |
|
Reimplemented from LwoGroupChunk. Definition at line 44 of file lwoSurface.h. References get_class_type(). |
|
Reimplemented from LwoGroupChunk. Definition at line 51 of file lwoSurface.h. References _type_handle, LwoGroupChunk::get_class_type(), LwoGroupChunk::init_type(), and register_type(). Referenced by force_init_type(), and init_liblwo(). |
|
Reimplemented from IffChunk. Definition at line 73 of file lwoSurface.cxx. References id, and IffChunk::make_new_chunk(). |
|
Implements IffChunk. Definition at line 42 of file lwoSurface.cxx. References _name, _source, IffInputFile::get_string(), and LwoGroupChunk::read_subchunks_iff(). |
|
Reimplemented from IffChunk. Definition at line 55 of file lwoSurface.cxx. References _name, _source, IffChunk::get_id(), indent(), and LwoGroupChunk::write_chunks(). |
|
Definition at line 34 of file lwoSurface.h. Referenced by read_iff(), and write(). |
|
Definition at line 35 of file lwoSurface.h. Referenced by read_iff(), and write(). |
|
Reimplemented from LwoGroupChunk. Definition at line 29 of file lwoSurface.cxx. Referenced by get_class_type(), and init_type(). |