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

Public Member Functions | |
| DtVpf3CoordData (DtVpfColumn *column, DtVpfCoordTypeEnum coordType) | |
| ~DtVpf3CoordData () | |
| virtual bool | readData () |
| virtual const DtVpf3CoordVector * | threeCoordData () const |
Public Member Functions inherited from DtVpfData | |
| DtVpfData (DtVpfColumn *column) | |
| virtual | ~DtVpfData () |
| virtual const DtVpfColumn & | column () const |
| virtual DtString | valueDescription () const |
Protected Attributes | |
| DtVpf3CoordVector | myCoords |
| DtVpfCoordTypeEnum | myType |
Protected Attributes inherited from DtVpfData | |
| DtVpfColumn * | myColumn |
Private Member Functions | |
| DtVpf3CoordData (const DtVpf3CoordData &coordData) | |
| DtVpf3CoordData & | operator= (const DtVpf3CoordData &coordData) |
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.
| 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 |