![]() |
VR-Forces 5.0.3 Developer's Guide
|
A subclass of the abstract class DtVpfData.

Public Member Functions | |
| DtVpfTripletData (DtVpfColumn *column) | |
| virtual | ~DtVpfTripletData () |
| virtual bool | readData () |
| virtual const DtVpfTriplet * | tripletData () const |
Public Member Functions inherited from DtVpfData | |
| DtVpfData (DtVpfColumn *column) | |
| virtual | ~DtVpfData () |
| virtual const DtVpfColumn & | column () const |
| virtual DtString | valueDescription () const |
Protected Attributes | |
| DtVpfTriplet | myTriplet |
| unsigned char | myTypeByte |
Protected Attributes inherited from DtVpfData | |
| DtVpfColumn * | myColumn |
Private Member Functions | |
| DtVpfTripletData (const DtVpfTripletData &tripletData) | |
| DtVpfTripletData & | operator= (const DtVpfTripletData &tripletData) |
Additional Inherited Members | |
Protected Member Functions inherited from DtVpfData | |
| void | swap16 (char *input) |
| void | swap32 (char *input) |
| void | swap64 (char *input) |
|
private |
Copy constructor is private to prevent copying.
| DtVpfTripletData::DtVpfTripletData | ( | DtVpfColumn * | column | ) |
Constructor takes the column that this data belongs to.
|
virtual |
Destructor.
|
private |
Assignment operator is private to prevent copying.
|
virtual |
Reads the data from the input stream from the owning column.
Implements DtVpfData.
|
virtual |
Gets the data stored.
|
protected |