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

Public Types | |
| enum | SupportType { Line, Cylinder, MaxSupportType } |
Public Member Functions | |
| trpgSupportStyle (void) | |
| ~trpgSupportStyle (void) | |
| bool | operator== (const trpgSupportStyle &) const |
| void | SetType (SupportType) |
| Set the support type. Get GetSupportType() for more information. | |
| SupportType | GetType (void) const |
| void | SetMaterial (int) |
| Set the material ID. Should point into trpgMatTable. | |
| int | GetMaterial (void) const |
| Get the material ID. Points into trpgMatTable. | |
| bool | Write (trpgWriteBuffer &) |
| Write 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. | |
| void | Reset (void) |
| Reset the contents back to empty. | |
| bool | isValid (void) const |
| Return object validity. | |
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 | |
| SupportType | type |
| int | matId |
Protected Attributes inherited from trpgReadWriteable | |
| char | errMess [512] |
Protected Attributes inherited from trpgCheckable | |
| bool | valid |
| TeAttrHdl | handle |
| bool | writeHandle |
| trpgSupportStyle::trpgSupportStyle | ( | void | ) |
| trpgSupportStyle::~trpgSupportStyle | ( | void | ) |
| bool trpgSupportStyle::operator== | ( | const trpgSupportStyle & | ) | const |
| void trpgSupportStyle::SetType | ( | SupportType | ) |
Set the support type. Get GetSupportType() for more information.
| SupportType trpgSupportStyle::GetType | ( | void | ) | const |
| void trpgSupportStyle::SetMaterial | ( | int | ) |
Set the material ID. Should point into trpgMatTable.
| int trpgSupportStyle::GetMaterial | ( | void | ) | const |
Get the material ID. Points into trpgMatTable.
|
virtual |
Write 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.
|
virtual |
Reset the contents back to empty.
Implements trpgReadWriteable.
| bool trpgSupportStyle::isValid | ( | void | ) | const |
Return object validity.
Reimplemented from trpgCheckable.
|
protected |
|
protected |