![]() |
VR-Link API Documentation for HLA 1516
|
Collaboration diagram for DtLayerStruct:Public Member Functions | |
| DtLayerStruct () | |
| ~DtLayerStruct () | |
| DtLayerStruct (const DtLayerStruct &orig) | |
| DtLayerStruct (const DtNetLayerStruct &orig) | |
| DtLayerStruct & | operator= (const DtLayerStruct &orig) |
| DtLayerStruct & | operator= (const DtNetLayerStruct &orig) |
| virtual void | setBase (const DtFloat32 &val) |
| virtual const DtFloat32 & | base () const |
| virtual void | setThickness (const DtFloat32 &val) |
| virtual const DtFloat32 & | thickness () const |
| bool | operator== (const DtLayerStruct &other) const |
| bool | operator!= (const DtLayerStruct &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 | myBase |
| DtFloat32 | myThickness |
| DtLayerStruct::DtLayerStruct | ( | ) |
| DtLayerStruct::~DtLayerStruct | ( | ) |
| DtLayerStruct::DtLayerStruct | ( | const DtLayerStruct & | orig | ) |
| DtLayerStruct::DtLayerStruct | ( | const DtNetLayerStruct & | orig | ) |
|
virtual |
| unsigned int DtLayerStruct::getPaddingSize | ( | unsigned long long | byteOffset, |
| unsigned int | boundary | ||
| ) | const |
| int DtLayerStruct::netSize | ( | ) | const |
|
static |
| bool DtLayerStruct::operator!= | ( | const DtLayerStruct & | other | ) | const |
| DtLayerStruct& DtLayerStruct::operator= | ( | const DtLayerStruct & | orig | ) |
| DtLayerStruct& DtLayerStruct::operator= | ( | const DtNetLayerStruct & | orig | ) |
| bool DtLayerStruct::operator== | ( | const DtLayerStruct & | other | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| void DtLayerStruct::writeToBuffer | ( | char * | buffer | ) | const |
|
protected |
|
protected |