![]() |
VR-Forces 4.0.4 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. | |
| ~DtVpfFloatData (void) | |
| Destructor. | |
| virtual bool | readData () |
| Reads the data from the input stream from the owning column. | |
| virtual double | floatData () const |
| Gets the data stored. | |
Protected Attributes | |
| double | myFloat |
Private Member Functions | |
| DtVpfFloatData (const DtVpfFloatData &floatData) | |
| Copy constructor is private to prevent copying. | |
| DtVpfFloatData & | operator= (const DtVpfFloatData &floatData) |
| Assignment operator is private to prevent copying. | |
A subclass of the abstract class DtVpfData.
| DtVpfFloatData::DtVpfFloatData | ( | const DtVpfFloatData & | floatData | ) | [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.
| DtVpfFloatData& DtVpfFloatData::operator= | ( | const DtVpfFloatData & | floatData | ) | [private] |
Assignment operator is private to prevent copying.
| virtual bool DtVpfFloatData::readData | ( | ) | [virtual] |
Reads the data from the input stream from the owning column.
Implements DtVpfData.
| virtual double DtVpfFloatData::floatData | ( | ) | const [virtual] |
Gets the data stored.
double DtVpfFloatData::myFloat [protected] |