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

Public Member Functions | |
| trpgTransform (void) | |
| virtual | ~trpgTransform (void) override |
| void | SetMatrix (const float64 *) |
| bool | GetMatrix (float64 *) const |
| virtual bool | Write (trpgWriteBuffer &) override |
| virtual bool | Read (trpgReadBuffer &) override |
| virtual bool | Print (trpgPrintBuffer &) const override |
| virtual void | Reset (void) override |
Public Member Functions inherited from trpgGroup | |
| trpgGroup (void) | |
| virtual | ~trpgGroup (void) override |
| 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 |
| virtual bool | isValid (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 | |
| float64 | m [4][4] |
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 |
| trpgTransform::trpgTransform | ( | void | ) |
|
overridevirtual |
| void trpgTransform::SetMatrix | ( | const float64 * | ) |
Set the 4x4 matrix.
|
overridevirtual |
Writes this class to a write buffer.
Reimplemented from trpgGroup.
|
overridevirtual |
Reads this class from a read buffer.
Reimplemented from trpgGroup.
|
overridevirtual |
Prints this class to a print buffer.
Reimplemented from trpgGroup.
|
overridevirtual |
Resets the contents back to empty.
Reimplemented from trpgGroup.
|
protected |