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

Public Member Functions | |
| DtVpfFloatData (DtVpfColumn *column) | |
| ~DtVpfFloatData (void) | |
| virtual bool | readData () |
| virtual double | floatData () const |
Public Member Functions inherited from DtVpfData | |
| DtVpfData (DtVpfColumn *column) | |
| virtual | ~DtVpfData () |
| virtual const DtVpfColumn & | column () const |
| virtual DtString | valueDescription () const |
Protected Attributes | |
| double | myFloat |
Protected Attributes inherited from DtVpfData | |
| DtVpfColumn * | myColumn |
Private Member Functions | |
| DtVpfFloatData (const DtVpfFloatData &floatData) | |
| DtVpfFloatData & | operator= (const DtVpfFloatData &floatData) |
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.
| 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 |