![]() |
VR-Link API Documentation for HLA 1.3
|
OMT Datatype of type Double - in network format which means Big Endian representation. More...
Inheritance diagram for DtDoubleDatatypeRep:
Collaboration diagram for DtDoubleDatatypeRep:Public Member Functions | |
| DtDoubleDatatypeRep () | |
| Default Constructor. | |
| virtual | ~DtDoubleDatatypeRep () |
| Destructor. | |
| DtDoubleDatatypeRep (const DtDoubleDatatypeRep &orig) | |
| Copy Constructor. | |
| DtDoubleDatatypeRep & | operator= (const DtDoubleDatatypeRep &rhs) |
| Assignment Operator. | |
| virtual const char * | datatype () const |
| virtual double | doubleVal (const void *) const |
| virtual DtString | stringRep (const void *ptr, int *size=0) const |
| virtual double | numberRep (const void *ptr, int *size=0) const |
Static Public Attributes | |
| static int | defaultFloatPrecision |
OMT Datatype of type Double - in network format which means Big Endian representation.
Default Constructor.
| virtual DtDoubleDatatypeRep::~DtDoubleDatatypeRep | ( | ) | [virtual] |
Destructor.
| DtDoubleDatatypeRep::DtDoubleDatatypeRep | ( | const DtDoubleDatatypeRep & | orig | ) |
Copy Constructor.
| virtual const char* DtDoubleDatatypeRep::datatype | ( | ) | const [virtual] |
| virtual double DtDoubleDatatypeRep::doubleVal | ( | const void * | ) | const [virtual] |
Reimplemented in DtDoubleLEDatatypeRep.
| virtual double DtDoubleDatatypeRep::numberRep | ( | const void * | ptr, |
| int * | size = 0 |
||
| ) | const [virtual] |
Implements DtNumberDatatypeRep.
Reimplemented in DtDoubleLEDatatypeRep.
| DtDoubleDatatypeRep& DtDoubleDatatypeRep::operator= | ( | const DtDoubleDatatypeRep & | rhs | ) |
Assignment Operator.
| virtual DtString DtDoubleDatatypeRep::stringRep | ( | const void * | ptr, |
| int * | size = 0 |
||
| ) | const [virtual] |
Implements DtDatatypeRep.
Reimplemented in DtDoubleLEDatatypeRep.
int DtDoubleDatatypeRep::defaultFloatPrecision [static] |
Reimplemented in DtDoubleLEDatatypeRep.