The header chunk within a LwoSurfaceBlock chunk.
More...
#include "lwoSurfaceBlockHeader.h"
List of all members.
Public Member Functions |
|
virtual TypeHandle | force_init_type () |
|
virtual TypeHandle | get_type () const |
| 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 context given by this chunk itself.
|
| virtual bool | read_iff (IffInputFile *in, size_t stop_at) |
| | Reads the data of the chunk in from the given input file, if possible.
|
|
virtual void | write (ostream &out, int indent_level=0) const |
Static Public Member Functions |
|
static TypeHandle | get_class_type () |
| static void | init_type () |
| | This function is declared non-inline to work around a compiler bug in g++ 2.96.
|
Public Attributes |
|
string | _ordinal |
Detailed Description
The header chunk within a LwoSurfaceBlock chunk.
Definition at line 26 of file lwoSurfaceBlockHeader.h.
Member Function Documentation
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from LwoGroupChunk.
Definition at line 44 of file lwoSurfaceBlockHeader.h.
Allocates and returns a new chunk of the appropriate type based on the given ID, according to the context given by this chunk itself.
Reimplemented from IffChunk.
Definition at line 79 of file lwoSurfaceBlockHeader.cxx.
The documentation for this class was generated from the following files: