![]() |
VR-Link API Documentation for HLA 1.3
|
Performs encoding/decoding of the DIGuy shape variation data. More...
Collaboration diagram for DtNetShapeVariation:Public Member Functions | |
| DtNetShapeVariation () | |
| DtNetShapeVariation & | operator= (const DtNetShapeVariation &orig) |
| int | netSize () const |
| Returns the size of the data when written to a network buffer. | |
| void | writeToBuffer (char *buffer) const |
| Write the data to a network buffer. Assums the buffer is at least netSize() in length. | |
| void | fillFromBuffer (const char *buffer, int bufferSize) |
| Fill this instance using the data from the given buffer. | |
Public Attributes | |
| DtNetU16 | myLinkIndex |
| DtNetU16 | myShapeIndex |
| std::vector< DtNetU8 > | myPixelData |
Performs encoding/decoding of the DIGuy shape variation data.
| DtNetShapeVariation::DtNetShapeVariation | ( | ) |
| void DtNetShapeVariation::fillFromBuffer | ( | const char * | buffer, |
| int | bufferSize | ||
| ) |
Fill this instance using the data from the given buffer.
| int DtNetShapeVariation::netSize | ( | ) | const |
Returns the size of the data when written to a network buffer.
| DtNetShapeVariation& DtNetShapeVariation::operator= | ( | const DtNetShapeVariation & | orig | ) |
| void DtNetShapeVariation::writeToBuffer | ( | char * | buffer | ) | const |
Write the data to a network buffer. Assums the buffer is at least netSize() in length.
| DtNetU16 DtNetShapeVariation::myLinkIndex |
| std::vector<DtNetU8> DtNetShapeVariation::myPixelData |
| DtNetU16 DtNetShapeVariation::myShapeIndex |