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

Public Member Functions | |
| DtVpfFloatData (DtVpfColumn *column) | |
| Constructor takes the column that this data belongs to. More... | |
| ~DtVpfFloatData (void) | |
| Destructor. More... | |
| virtual bool | readData () |
| Reads the data from the input stream from the owning column. More... | |
| virtual double | floatData () const |
| Gets the data stored. More... | |
Public Member Functions inherited from DtVpfData | |
| DtVpfData (DtVpfColumn *column) | |
| Constructor takes the column that this data belongs to. More... | |
| virtual | ~DtVpfData () |
| Destructor. More... | |
| virtual const DtVpfColumn & | column () const |
| returns the column that owns this data More... | |
| virtual DtString | valueDescription () const |
| returns the description of the data value as described in the data description table (if available) More... | |
Protected Attributes | |
| double | myFloat |
Protected Attributes inherited from DtVpfData | |
| DtVpfColumn * | myColumn |
Private Member Functions | |
| DtVpfFloatData (const DtVpfFloatData &floatData) | |
| Copy constructor is private to prevent copying. More... | |
| DtVpfFloatData & | operator= (const DtVpfFloatData &floatData) |
| Assignment operator is private to prevent copying. More... | |
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.
| DtVpfFloatData::DtVpfFloatData | ( | DtVpfColumn * | column | ) |
Constructor takes the column that this data belongs to.
| DtVpfFloatData::~DtVpfFloatData | ( | void | ) |
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 |