![]() |
VR-Link API Documentation for HLA 1.3
|
Collaboration diagram for DtWaterCurrentStruct:Public Member Functions | |
| DtWaterCurrentStruct () | |
| ~DtWaterCurrentStruct () | |
| DtWaterCurrentStruct (const DtWaterCurrentStruct &orig) | |
| DtWaterCurrentStruct (const DtNetWaterCurrentStruct &orig) | |
| DtWaterCurrentStruct & | operator= (const DtWaterCurrentStruct &orig) |
| DtWaterCurrentStruct & | operator= (const DtNetWaterCurrentStruct &orig) |
| virtual void | setDirection (const DtFloat32 &val) |
| virtual const DtFloat32 & | direction () const |
| virtual void | setSpeed (const DtFloat32 &val) |
| virtual const DtFloat32 & | speed () const |
| bool | operator== (const DtWaterCurrentStruct &other) const |
| bool | operator!= (const DtWaterCurrentStruct &other) const |
| int | netSize () const |
| unsigned int | getPaddingSize (unsigned long long byteOffset, unsigned int boundary) const |
| void | writeToBuffer (char *buffer) const |
| void | fillFromBuffer (const char *buffer, int bufferSize, int offset) |
| virtual void | printData () const |
| virtual void | printDataToStream (std::ostream &) const |
Static Public Member Functions | |
| static int | octetBoundary () |
Protected Attributes | |
| DtFloat32 | myDirection |
| DtFloat32 | mySpeed |
| DtWaterCurrentStruct::DtWaterCurrentStruct | ( | ) |
| DtWaterCurrentStruct::~DtWaterCurrentStruct | ( | ) |
| DtWaterCurrentStruct::DtWaterCurrentStruct | ( | const DtWaterCurrentStruct & | orig | ) |
| DtWaterCurrentStruct::DtWaterCurrentStruct | ( | const DtNetWaterCurrentStruct & | orig | ) |
|
virtual |
| unsigned int DtWaterCurrentStruct::getPaddingSize | ( | unsigned long long | byteOffset, |
| unsigned int | boundary | ||
| ) | const |
| int DtWaterCurrentStruct::netSize | ( | ) | const |
|
static |
| bool DtWaterCurrentStruct::operator!= | ( | const DtWaterCurrentStruct & | other | ) | const |
| DtWaterCurrentStruct& DtWaterCurrentStruct::operator= | ( | const DtWaterCurrentStruct & | orig | ) |
| DtWaterCurrentStruct& DtWaterCurrentStruct::operator= | ( | const DtNetWaterCurrentStruct & | orig | ) |
| bool DtWaterCurrentStruct::operator== | ( | const DtWaterCurrentStruct & | other | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| void DtWaterCurrentStruct::writeToBuffer | ( | char * | buffer | ) | const |
|
protected |
|
protected |