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

Public Member Functions | |
| trpgAttach (void) | |
| ~trpgAttach (void) | |
| void | Reset (void) |
| void | SetParentID (int) |
| bool | GetParentID (int &) const |
| void | SetChildPos (int) |
| bool | GetChildPos (int &) const |
| bool | isValid (void) const |
| bool | Write (trpgWriteBuffer &) |
| bool | Read (trpgReadBuffer &) |
| bool | Print (trpgPrintBuffer &) const |
Public Member Functions inherited from trpgGroup | |
| trpgGroup (void) | |
| virtual | ~trpgGroup (void) |
| virtual void | SetNumChild (int) |
| virtual int | AddChild (void) |
| virtual bool | GetNumChild (int &) const |
| virtual void | SetID (int) |
| virtual bool | GetID (int &) const |
| void | SetName (const char *) |
| const char * | GetName (void) const |
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 | parentID |
| int | childPos |
Protected Attributes inherited from trpgGroup | |
| int | id |
| int | numChild |
| char * | name |
Protected Attributes inherited from trpgReadWriteable | |
| char | errMess [512] |
Protected Attributes inherited from trpgCheckable | |
| bool | valid |
| TeAttrHdl | handle |
| bool | writeHandle |
| trpgAttach::trpgAttach | ( | void | ) |
| trpgAttach::~trpgAttach | ( | void | ) |
|
virtual |
Resets the contents back to empty.
Reimplemented from trpgGroup.
| void trpgAttach::SetParentID | ( | int | ) |
Set the parent of the group/LOD/whatever to attach to when loaded in.
Retrieve the parent ID we'll need to attach this thing into the scene graph.
| void trpgAttach::SetChildPos | ( | int | ) |
|
virtual |
Writes this class to a write buffer.
Reimplemented from trpgGroup.
|
virtual |
Reads this class from a read buffer.
Reimplemented from trpgGroup.
|
virtual |
Prints this class to a print buffer.
Reimplemented from trpgGroup.
|
protected |
|
protected |