![]() |
VR-Link API Documentation for DIS
|
Collaboration diagram for DtIceStruct:Public Member Functions | |
| DtIceStruct () | |
| ~DtIceStruct () | |
| DtIceStruct (const DtIceStruct &orig) | |
| DtIceStruct (const DtNetIceStruct &orig) | |
| DtIceStruct & | operator= (const DtIceStruct &orig) |
| DtIceStruct & | operator= (const DtNetIceStruct &orig) |
| virtual void | setType (const DtInt16 &val) |
| virtual const DtInt16 & | type () const |
| virtual void | setThickness (const DtFloat32 &val) |
| virtual const DtFloat32 & | thickness () const |
| virtual void | setCoverage (const DtFloat32 &val) |
| virtual const DtFloat32 & | coverage () const |
| bool | operator== (const DtIceStruct &other) const |
| bool | operator!= (const DtIceStruct &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 | |
| DtInt16 | myType |
| DtFloat32 | myThickness |
| DtFloat32 | myCoverage |
| DtIceStruct::DtIceStruct | ( | ) |
| DtIceStruct::~DtIceStruct | ( | ) |
| DtIceStruct::DtIceStruct | ( | const DtIceStruct & | orig | ) |
| DtIceStruct::DtIceStruct | ( | const DtNetIceStruct & | orig | ) |
|
virtual |
| unsigned int DtIceStruct::getPaddingSize | ( | unsigned long long | byteOffset, |
| unsigned int | boundary | ||
| ) | const |
| int DtIceStruct::netSize | ( | ) | const |
|
static |
| bool DtIceStruct::operator!= | ( | const DtIceStruct & | other | ) | const |
| DtIceStruct& DtIceStruct::operator= | ( | const DtIceStruct & | orig | ) |
| DtIceStruct& DtIceStruct::operator= | ( | const DtNetIceStruct & | orig | ) |
| bool DtIceStruct::operator== | ( | const DtIceStruct & | other | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| void DtIceStruct::writeToBuffer | ( | char * | buffer | ) | const |
|
protected |
|
protected |
|
protected |