![]() |
VR-Link API Documentation for HLA 1516
|
A type of datatype that can turn itself into a number (double) representation. More...
Inheritance diagram for DtNumberDatatypeRep:
Collaboration diagram for DtNumberDatatypeRep:Public Member Functions | |
| virtual double | numberRep (const void *ptr, int *size=0) const =0 |
A type of datatype that can turn itself into a number (double) representation.
| virtual double DtNumberDatatypeRep::numberRep | ( | const void * | ptr, |
| int * | size = 0 |
||
| ) | const [pure virtual] |
Implemented in DtLongDatatypeRep, DtShortDatatypeRep, DtCharDatatypeRep, DtDoubleDatatypeRep, DtFloatDatatypeRep, DtLongLEDatatypeRep, DtShortLEDatatypeRep, DtBoolDatatypeRep, DtByteDatatypeRep, DtDoubleLEDatatypeRep, DtFloatLEDatatypeRep, DtEnum16DatatypeRep, DtEnum8DatatypeRep, and DtEnum32DatatypeRep.