![]() |
VR-Link API Documentation for DIS
|
Collaboration diagram for DtGeodeticPolygon:Public Member Functions | |
| DtGeodeticPolygon () | |
| ~DtGeodeticPolygon () | |
| DtGeodeticPolygon (const DtGeodeticPolygon &orig) | |
| DtGeodeticPolygon & | operator= (const DtGeodeticPolygon &orig) |
| virtual void | setGeodeticPolygon (const std::vector< DtGeodeticLocation > &val) |
| virtual const std::vector < DtGeodeticLocation > & | geodeticPolygon () const |
| bool | operator== (const DtGeodeticPolygon &other) const |
| bool | operator!= (const DtGeodeticPolygon &other) const |
| bool | operator< (const DtGeodeticPolygon &other) const |
| int | netSize () const |
| unsigned int | getPaddingSize (unsigned long long byteOffset, unsigned int boundary, unsigned int hint=1) 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 | |
| std::vector< DtGeodeticLocation > | myGeodeticPolygon |
| DtGeodeticPolygon::DtGeodeticPolygon | ( | ) |
| DtGeodeticPolygon::~DtGeodeticPolygon | ( | ) |
| DtGeodeticPolygon::DtGeodeticPolygon | ( | const DtGeodeticPolygon & | orig | ) |
|
virtual |
| unsigned int DtGeodeticPolygon::getPaddingSize | ( | unsigned long long | byteOffset, |
| unsigned int | boundary, | ||
| unsigned int | hint = 1 |
||
| ) | const |
| int DtGeodeticPolygon::netSize | ( | ) | const |
|
static |
| bool DtGeodeticPolygon::operator!= | ( | const DtGeodeticPolygon & | other | ) | const |
| bool DtGeodeticPolygon::operator< | ( | const DtGeodeticPolygon & | other | ) | const |
| DtGeodeticPolygon& DtGeodeticPolygon::operator= | ( | const DtGeodeticPolygon & | orig | ) |
| bool DtGeodeticPolygon::operator== | ( | const DtGeodeticPolygon & | other | ) | const |
|
virtual |
|
virtual |
|
virtual |
| void DtGeodeticPolygon::writeToBuffer | ( | char * | buffer | ) | const |
|
protected |