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

Public Member Functions | |
| DtVpf3CoordData (DtVpfColumn *column, DtVpfCoordTypeEnum coordType) | |
| Constructor takes the column that this data belongs to. | |
| ~DtVpf3CoordData () | |
| Destructor. | |
| virtual bool | readData () |
| Reads the data from the input stream from the owning column. | |
| virtual const DtVpf3CoordVector * | threeCoordData () const |
| Gets the data stored. | |
Protected Attributes | |
| DtVpf3CoordVector | myCoords |
| DtVpfCoordTypeEnum | myType |
Private Member Functions | |
| DtVpf3CoordData (const DtVpf3CoordData &coordData) | |
| Copy constructor is private to prevent copying. | |
| DtVpf3CoordData & | operator= (const DtVpf3CoordData &coordData) |
| Assignment operator is private to prevent copying. | |
A subclass of the abstract class DtVpfData.
| DtVpf3CoordData::DtVpf3CoordData | ( | const DtVpf3CoordData & | coordData | ) | [private] |
Copy constructor is private to prevent copying.
| DtVpf3CoordData::DtVpf3CoordData | ( | DtVpfColumn * | column, |
| DtVpfCoordTypeEnum | coordType | ||
| ) |
Constructor takes the column that this data belongs to.
Destructor.
| DtVpf3CoordData& DtVpf3CoordData::operator= | ( | const DtVpf3CoordData & | coordData | ) | [private] |
Assignment operator is private to prevent copying.
| virtual bool DtVpf3CoordData::readData | ( | ) | [virtual] |
Reads the data from the input stream from the owning column.
Implements DtVpfData.
| virtual const DtVpf3CoordVector* DtVpf3CoordData::threeCoordData | ( | ) | const [virtual] |
Gets the data stored.
DtVpf3CoordVector DtVpf3CoordData::myCoords [protected] |
DtVpfCoordTypeEnum DtVpf3CoordData::myType [protected] |