![]() |
VR-Link API Documentation for HLA 4
|
Collaboration diagram for DtSnowStruct:Public Member Functions | |
| DtSnowStruct () | |
| ~DtSnowStruct () | |
| DtSnowStruct (const DtSnowStruct &orig) | |
| DtSnowStruct (const DtNetSnowStruct &orig) | |
| DtSnowStruct & | operator= (const DtSnowStruct &orig) |
| DtSnowStruct & | operator= (const DtNetSnowStruct &orig) |
| bool | operator== (const DtSnowStruct &other) const |
| bool | operator!= (const DtSnowStruct &other) const |
| virtual void | setDepth (const DtFloat32 &val) |
| virtual const DtFloat32 & | depth () const |
| virtual void | setDensity (const DtFloat32 &val) |
| virtual const DtFloat32 & | density () 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 | myDepth |
| DtFloat32 | myDensity |
| DtSnowStruct::DtSnowStruct | ( | ) |
| DtSnowStruct::~DtSnowStruct | ( | ) |
| DtSnowStruct::DtSnowStruct | ( | const DtSnowStruct & | orig | ) |
| DtSnowStruct::DtSnowStruct | ( | const DtNetSnowStruct & | orig | ) |
|
virtual |
|
virtual |
| unsigned int DtSnowStruct::getPaddingSize | ( | unsigned long long | byteOffset, |
| unsigned int | boundary | ||
| ) | const |
| int DtSnowStruct::netSize | ( | ) | const |
|
static |
| bool DtSnowStruct::operator!= | ( | const DtSnowStruct & | other | ) | const |
| DtSnowStruct& DtSnowStruct::operator= | ( | const DtSnowStruct & | orig | ) |
| DtSnowStruct& DtSnowStruct::operator= | ( | const DtNetSnowStruct & | orig | ) |
| bool DtSnowStruct::operator== | ( | const DtSnowStruct & | other | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| void DtSnowStruct::writeToBuffer | ( | char * | buffer | ) | const |
|
protected |
|
protected |