![]() |
VR-Forces Developer's Guide
|

Public Member Functions | |
| trpgChildRef () | |
| virtual | ~trpgChildRef () override |
| virtual void | Reset () override |
| void | SetTileLoc (int gx, int gy, int glod) |
| bool | GetTileLoc (int &gx, int &gy, int &glod) const |
| 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 |
| virtual bool | Write (trpgWriteBuffer &) override |
| virtual bool | Read (trpgReadBuffer &) override |
| virtual bool | Print (trpgPrintBuffer &) const override |
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 |
| virtual TeAttrHdl | GetHandle () const |
| virtual void | SetHandle (TeAttrHdl hdl) |
Protected Attributes | |
| int | x |
| int | y |
| int | lod |
| trpgwAppAddress | addr |
| 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 | ( | ) |
|
overridevirtual |
|
overridevirtual |
Resets the contents back to empty.
Implements trpgReadWriteable.
| 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.
|
overridevirtual |
Writes this class to a write buffer.
Implements trpgReadWriteable.
|
overridevirtual |
Reads this class from a read buffer.
Reimplemented from trpgReadWriteable.
|
overridevirtual |
Prints this class to a print buffer.
Reimplemented from trpgReadWriteable.
|
protected |
Grid Location.
|
protected |
|
protected |
|
protected |
File Location.
|
protected |
|
protected |