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

Public Member Functions | |
| trpgChildRef () | |
| ~trpgChildRef () | |
| void | Reset () |
| Resets the contents back to empty. | |
| void | SetTileLoc (int gx, int gy, int glod) |
| Set the tile grid location. | |
| bool | GetTileLoc (int &gx, int &gy, int &glod) const |
| Get the tile grid location. | |
| void | SetTileAddress (const trpgwAppAddress &gAddr) |
| void | SetTileAddress (int32 file, int32 offset) |
| void | SetTileZValue (float gZmin, float gZmax) |
| bool | GetTileAddress (int32 &file, int32 &offset) const |
| bool | GetTileAddress (trpgwAppAddress &gAddr) const |
| bool | GetTileZValue (float &gZmin, float &gZmax) const |
| bool | isValid (void) const |
| Validity check. | |
| bool | Write (trpgWriteBuffer &) |
| Writes this class to a write buffer. | |
| bool | Read (trpgReadBuffer &) |
| Reads this class from a read buffer. | |
| bool | Print (trpgPrintBuffer &) const |
| Prints this class to a print buffer. | |
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) |
Protected Attributes | |
| int | x |
| Grid Location. | |
| int | y |
| int | lod |
| trpgwAppAddress | addr |
| File Location. | |
| float | zmin |
| float | zmax |
Protected Attributes inherited from trpgReadWriteable | |
| char | errMess [512] |
Protected Attributes inherited from trpgCheckable | |
| bool | valid |
| TeAttrHdl | handle |
| bool | writeHandle |
| trpgChildRef::trpgChildRef | ( | ) |
| trpgChildRef::~trpgChildRef | ( | ) |
|
virtual |
Resets the contents back to empty.
Implements trpgReadWriteable.
| void trpgChildRef::SetTileLoc | ( | int | gx, |
| int | gy, | ||
| int | glod | ||
| ) |
Set the tile grid location.
| bool trpgChildRef::GetTileLoc | ( | int & | gx, |
| int & | gy, | ||
| int & | glod | ||
| ) | const |
Get the tile grid location.
| void trpgChildRef::SetTileAddress | ( | const trpgwAppAddress & | gAddr | ) |
| void trpgChildRef::SetTileZValue | ( | float | gZmin, |
| float | gZmax | ||
| ) |
| bool trpgChildRef::GetTileAddress | ( | trpgwAppAddress & | gAddr | ) | const |
| bool trpgChildRef::GetTileZValue | ( | float & | gZmin, |
| float & | gZmax | ||
| ) | const |
| bool trpgChildRef::isValid | ( | void | ) | const |
Validity check.
Reimplemented from trpgCheckable.
|
virtual |
Writes this class to a write buffer.
Implements trpgReadWriteable.
|
virtual |
Reads this class from a read buffer.
Reimplemented from trpgReadWriteable.
|
virtual |
Prints this class to a print buffer.
Reimplemented from trpgReadWriteable.
|
protected |
Grid Location.
|
protected |
|
protected |
|
protected |
File Location.
|
protected |
|
protected |