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

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

Inheritance diagram for DtVpfTripletData:
Inheritance graph
[legend]

Public Member Functions

 DtVpfTripletData (DtVpfColumn *column)
 Constructor takes the column that this data belongs to.
virtual ~DtVpfTripletData ()
 Destructor.
virtual bool readData ()
 Reads the data from the input stream from the owning column.
virtual const DtVpfTriplettripletData () 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

DtVpfTriplet myTriplet
unsigned char myTypeByte
- Protected Attributes inherited from DtVpfData
DtVpfColumnmyColumn

Private Member Functions

 DtVpfTripletData (const DtVpfTripletData &tripletData)
 Copy constructor is private to prevent copying.
DtVpfTripletDataoperator= (const DtVpfTripletData &tripletData)
 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

DtVpfTripletData::DtVpfTripletData ( const DtVpfTripletData tripletData)
private

Copy constructor is private to prevent copying.

DtVpfTripletData::DtVpfTripletData ( DtVpfColumn column)

Constructor takes the column that this data belongs to.

virtual DtVpfTripletData::~DtVpfTripletData ( )
virtual

Destructor.

Member Function Documentation

DtVpfTripletData& DtVpfTripletData::operator= ( const DtVpfTripletData tripletData)
private

Assignment operator is private to prevent copying.

virtual bool DtVpfTripletData::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 const DtVpfTriplet* DtVpfTripletData::tripletData ( ) const
virtual

Gets the data stored.

Returns
a std::vector pointer that represents the data

Member Data Documentation

DtVpfTriplet DtVpfTripletData::myTriplet
protected
unsigned char DtVpfTripletData::myTypeByte
protected

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

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)