![]() |
VR-Link API Documentation for HLA 1.3
|
Collaboration diagram for DtGeodeticCircle:Public Member Functions | |
| DtGeodeticCircle () | |
| ~DtGeodeticCircle () | |
| DtGeodeticCircle (const DtGeodeticCircle &orig) | |
| DtGeodeticCircle & | operator= (const DtGeodeticCircle &orig) |
| virtual void | setCenterPoint (const DtGeodeticLocation &val) |
| virtual const DtGeodeticLocation & | centerPoint () const |
| virtual void | setRadius (const DtFloat32 &val) |
| virtual const DtFloat32 & | radius () const |
| bool | operator== (const DtGeodeticCircle &other) const |
| bool | operator!= (const DtGeodeticCircle &other) const |
| bool | operator< (const DtGeodeticCircle &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 | |
| DtGeodeticLocation | myCenterPoint |
| DtFloat32 | myRadius |
| DtGeodeticCircle::DtGeodeticCircle | ( | ) |
| DtGeodeticCircle::~DtGeodeticCircle | ( | ) |
| DtGeodeticCircle::DtGeodeticCircle | ( | const DtGeodeticCircle & | orig | ) |
|
virtual |
| unsigned int DtGeodeticCircle::getPaddingSize | ( | unsigned long long | byteOffset, |
| unsigned int | boundary | ||
| ) | const |
| int DtGeodeticCircle::netSize | ( | ) | const |
|
static |
| bool DtGeodeticCircle::operator!= | ( | const DtGeodeticCircle & | other | ) | const |
| bool DtGeodeticCircle::operator< | ( | const DtGeodeticCircle & | other | ) | const |
| DtGeodeticCircle& DtGeodeticCircle::operator= | ( | const DtGeodeticCircle & | orig | ) |
| bool DtGeodeticCircle::operator== | ( | const DtGeodeticCircle & | other | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| void DtGeodeticCircle::writeToBuffer | ( | char * | buffer | ) | const |
|
protected |
|
protected |