![]() |
VR-Forces 4.0.4 Class Documentation
|
A subclass of the abstract class DtVpfData. More...

Public Member Functions | |
| DtVpfTripletData (DtVpfColumn *column) | |
| Constructor takes the column that this data belongs to. | |
| virtual | ~DtVpfTripletData () |
| Destructor. | |
| virtual bool | readData () |
| Reads the data from the input stream from the owning column. | |
| virtual const DtVpfTriplet * | tripletData () const |
| Gets the data stored. | |
Protected Attributes | |
| DtVpfTriplet | myTriplet |
| unsigned char | myTypeByte |
Private Member Functions | |
| DtVpfTripletData (const DtVpfTripletData &tripletData) | |
| Copy constructor is private to prevent copying. | |
| DtVpfTripletData & | operator= (const DtVpfTripletData &tripletData) |
| Assignment operator is private to prevent copying. | |
A subclass of the abstract class DtVpfData.
| DtVpfTripletData::DtVpfTripletData | ( | const DtVpfTripletData & | tripletData | ) | [private] |
Copy constructor is private to prevent copying.
| DtVpfTripletData::DtVpfTripletData | ( | DtVpfColumn * | column | ) |
Constructor takes the column that this data belongs to.
| virtual DtVpfTripletData::~DtVpfTripletData | ( | ) | [virtual] |
Destructor.
| DtVpfTripletData& DtVpfTripletData::operator= | ( | const DtVpfTripletData & | tripletData | ) | [private] |
Assignment operator is private to prevent copying.
| virtual bool DtVpfTripletData::readData | ( | ) | [virtual] |
Reads the data from the input stream from the owning column.
Implements DtVpfData.
| virtual const DtVpfTriplet* DtVpfTripletData::tripletData | ( | ) | const [virtual] |
Gets the data stored.
DtVpfTriplet DtVpfTripletData::myTriplet [protected] |
unsigned char DtVpfTripletData::myTypeByte [protected] |