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

Public Member Functions | |
| trpgTexTable1_0 () | |
| trpgTexTable1_0 (const trpgTexTable &) | |
| bool | Read (trpgReadBuffer &) |
| Reads this class from a read buffer. | |
| bool | Write (trpgWriteBuffer &) |
| Writes this class to a write buffer. | |
Public Member Functions inherited from trpgTexTable | |
| trpgTexTable (void) | |
| trpgTexTable (const trpgTexTable &) | |
| ~trpgTexTable (void) | |
| void | SetNumTextures (int) |
| int | AddTexture (const trpgTexture &) |
| int | FindAddTexture (const trpgTexture &) |
| void | SetTexture (int texID, const trpgTexture &) |
| bool | GetNumTextures (int &) const |
| Returns the number of textures in this table. | |
| bool | GetTexture (int texID, trpgTexture &) const |
| This returns the trpgTexture corresponding to the given ID (from a trpgMaterial) | |
| const trpgTexture * | GetTextureRef (int) const |
| bool | isValid (void) const |
| Validity check. | |
| void | Reset (void) |
| Resets the contents back to empty. | |
| bool | Print (trpgPrintBuffer &) const |
| Prints this class to a print buffer. | |
| trpgTexTable & | operator= (const trpgTexTable &) |
| const trpgTexture * | FindByName (const char *name, int &texid) const |
| void | SetCurrentBlock (int row, int col) |
| TextureMapType * | getTextureMap () |
Public Member Functions inherited from trpgReadWriteable | |
| trpgReadWriteable () | |
| const char * | getErrMess () const |
Public Member Functions inherited from trpgCheckable | |
| trpgCheckable (void) | |
| virtual | ~trpgCheckable (void) |
| virtual TeAttrHdl | GetHandle () const |
| virtual void | SetHandle (TeAttrHdl hdl) |
Additional Inherited Members | |
Public Types inherited from trpgTexTable | |
| typedef std::map< int, trpgTexture > | TextureMapType |
Protected Attributes inherited from trpgTexTable | |
| TextureMapType | textureMap |
| int | currentRow |
| int | currentCol |
|
inline |
| trpgTexTable1_0::trpgTexTable1_0 | ( | const trpgTexTable & | ) |
|
virtual |
Reads this class from a read buffer.
Reimplemented from trpgTexTable.
|
virtual |
Writes this class to a write buffer.
Reimplemented from trpgTexTable.