![]() |
VR-Link API Documentation for HLA Evolved
|
This file provides a declaration of the class DtCollisionDecoder. More...
Go to the source code of this file.
Classes | |
| class | DtCollisionDecoder |
| Instances of DtCollisionDecoder are used to decode Collision Interactions from the network. More... | |
Defines | |
| #define | DtDECLARE_COLLISION_PARAM_DECODER(paramName) DtDECLARE_PARAM_DECODER(DtCollisionInteraction, paramName) |
| This can be used to declare parameter processor functions which are static members of a class. | |
| #define | DtDEFINE_SIMPLE_COLLISION_PARAM_DECODER(paramName, netType, mutator) |
| #define | DtDEFINE_SIMPLE_COLLISION_PARAM_DECODER_WITH_CAST(paramName, netType, mutator, castExpr) |
This file provides a declaration of the class DtCollisionDecoder.
| #define DtDECLARE_COLLISION_PARAM_DECODER | ( | paramName | ) | DtDECLARE_PARAM_DECODER(DtCollisionInteraction, paramName) |
This can be used to declare parameter processor functions which are static members of a class.
| #define DtDEFINE_SIMPLE_COLLISION_PARAM_DECODER | ( | paramName, | |
| netType, | |||
| mutator | |||
| ) |
DtDEFINE_SIMPLE_PARAM_DECODER(DtCollisionDecoder, DtCollisionInteraction, \ paramName, netType, mutator)
| #define DtDEFINE_SIMPLE_COLLISION_PARAM_DECODER_WITH_CAST | ( | paramName, | |
| netType, | |||
| mutator, | |||
| castExpr | |||
| ) |
DtDEFINE_SIMPLE_PARAM_DECODER_WITH_CAST( \ DtCollisionDecoder, DtCollisionInteraction, \ paramName, netType, mutator, castExpr)