![]() |
VR-Forces 4.8 Class Documentation
|

Public Member Functions | |
| trpgMatTable1_0 () | |
| trpgMatTable1_0 (const trpgMatTable &) | |
| bool | Read (trpgReadBuffer &) |
| bool | Write (trpgWriteBuffer &) |
Public Member Functions inherited from trpgMatTable | |
| trpgMatTable (void) | |
| ~trpgMatTable (void) | |
| void | SetNumTable (int) |
| void | SetNumMaterial (int) |
| void | SetMaterial (int, const trpgMaterial &) |
| int | AddMaterial (const trpgMaterial &, bool lookForExisting=true) |
| bool | GetNumTable (int &) const |
| The following method is unused currently. More... | |
| bool | GetNumMaterial (int &) const |
| bool | GetMaterial (int subTable, int matID, trpgMaterial &) const |
| const trpgMaterial * | GetMaterialRef (int, int) const |
| bool | isValid (void) const |
| Validity check. More... | |
| void | Reset (void) |
| Resets the contents back to empty. More... | |
| bool | Write (trpgWriteBuffer &) |
| Writes this class to a write buffer. More... | |
| bool | Read (trpgReadBuffer &) |
| Reads this class from a read buffer. More... | |
| bool | Print (trpgPrintBuffer &) const |
| Prints this class to a print buffer. More... | |
Public Member Functions inherited from trpgReadWriteable | |
| trpgReadWriteable () | |
| const char * | getErrMess () const |
Public Member Functions inherited from trpgCheckable | |
| trpgCheckable (void) | |
| virtual | ~trpgCheckable (void) |
| bool | isValid (void) const |
| Returns the state of the valid flag, or can be overriden by a subclass to do a more complex check. More... | |
| virtual TeAttrHdl | GetHandle () const |
| virtual void | SetHandle (TeAttrHdl hdl) |
Additional Inherited Members | |
Protected Types inherited from trpgMatTable | |
| typedef std::map< int, trpgMaterial > | MaterialMapType |
Protected Attributes inherited from trpgMatTable | |
| int | numTable |
| int | numMat |
| MaterialMapType | materialMap |
Protected Attributes inherited from trpgReadWriteable | |
| char | errMess [512] |
Protected Attributes inherited from trpgCheckable | |
| bool | valid |
| TeAttrHdl | handle |
| bool | writeHandle |
|
inline |
| trpgMatTable1_0::trpgMatTable1_0 | ( | const trpgMatTable & | ) |
|
virtual |
Reimplemented from trpgReadWriteable.
|
virtual |
Implements trpgReadWriteable.