VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes | Private Member Functions
DtVpfFloatData Class Reference

A subclass of the abstract class DtVpfData. More...

Inheritance diagram for DtVpfFloatData:
Inheritance graph
[legend]

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.
- Public Member Functions inherited from DtVpfData
 DtVpfData (DtVpfColumn *column)
 Constructor takes the column that this data belongs to.
virtual ~DtVpfData ()
 Destructor.
virtual const DtVpfColumncolumn () 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

double myFloat
- Protected Attributes inherited from DtVpfData
DtVpfColumnmyColumn

Private Member Functions

 DtVpfFloatData (const DtVpfFloatData &floatData)
 Copy constructor is private to prevent copying.
DtVpfFloatDataoperator= (const DtVpfFloatData &floatData)
 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)

Detailed Description

A subclass of the abstract class DtVpfData.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.

Returns
A boolean indicating the success or failure of the read operation

Implements DtVpfData.

virtual double DtVpfFloatData::floatData ( ) const
virtual

Gets the data stored.

Returns
a Double that represents the data

Member Data Documentation

double DtVpfFloatData::myFloat
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)