![]() |
VR-Forces 4.6 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. | |
Public Member Functions inherited from DtVpfData | |
| DtVpfData (DtVpfColumn *column) | |
| Constructor takes the column that this data belongs to. | |
| virtual | ~DtVpfData () |
| Destructor. | |
| virtual const DtVpfColumn & | column () const |
| returns the column that owns this data | |
| virtual DtString | valueDescription () const |
| returns the description of the data value as described in the data description table (if available) | |
Protected Attributes | |
| DtVpf3CoordVector | myCoords |
| DtVpfCoordTypeEnum | myType |
Protected Attributes inherited from DtVpfData | |
| DtVpfColumn * | myColumn |
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. | |
Additional Inherited Members | |
Protected Member Functions inherited from DtVpfData | |
| void | swap16 (char *input) |
| void | swap32 (char *input) |
| void | swap64 (char *input) |
A subclass of the abstract class DtVpfData.
|
private |
Copy constructor is private to prevent copying.
| DtVpf3CoordData::DtVpf3CoordData | ( | DtVpfColumn * | column, |
| DtVpfCoordTypeEnum | coordType | ||
| ) |
Constructor takes the column that this data belongs to.
| DtVpf3CoordData::~DtVpf3CoordData | ( | ) |
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 |
|
protected |