If you define DtSIMPLE_RPR to 1, and include this file, then this file defines a class called DtSimpleRprInteractionEncoderFactory, which contains mappings for only the subset of RPR FOM that is used by most MAK tools.
More...
|
| | DtRprInteractionEncoderFactory (DtExerciseConn *exConn) |
| | CTOR. More...
|
| |
| virtual | ~DtRprInteractionEncoderFactory () |
| | Virtual DTOR. More...
|
| |
| | DtInteractionEncoderFactory (DtExerciseConn *exConn) |
| | constructor More...
|
| |
| virtual | ~DtInteractionEncoderFactory () |
| | destructor More...
|
| |
| virtual DtInteractionEncoder * | createEncoder (RTI::InteractionClassHandle hand) |
| | Create an encoder for the specified interaction class. More...
|
| |
| virtual DtInteractionEncoder * | addEncoder (RTI::InteractionClassHandle hand, DtInteractionEncoder *encoder) |
| | Add an encoder prototype to the factory. More...
|
| |
| virtual void | addParameterEncoder (RTI::InteractionClassHandle classHand, RTI::ParameterHandle paramHand, DtInteractionEncoder::DtParameterEncoder encoder, bool applyToSubclasses=true) |
| | This function is used to add a parameter encoder function to several prototype encoders all at once - namely, those associated with the interaction class denoted by hand, as well as all of its subclasses. More...
|
| |
| void | addParameterEncoder (char *className, RTI::ParameterHandle paramHand, DtInteractionEncoder::DtParameterEncoder func, bool applyToSubclasses=true) |
| | Same as above, but identify class by name. More...
|
| |
| void | addParameterEncoder (RTI::InteractionClassHandle classHand, char *paramName, DtInteractionEncoder::DtParameterEncoder func, bool applyToSubclasses=true) |
| | Same as above, but identify param by name. More...
|
| |
| void | addParameterEncoder (char *className, char *paramName, DtInteractionEncoder::DtParameterEncoder func, bool applyToSubclasses=true) |
| | Same as above, but identify class and param by name. More...
|
| |
| virtual DtInteractionEncoder * | encoder (RTI::InteractionClassHandle hand, bool copyBase=false) |
| | Returns the encoder prototype associated with handle by a previous call to addEncoder. More...
|
| |
If you define DtSIMPLE_RPR to 1, and include this file, then this file defines a class called DtSimpleRprInteractionEncoderFactory, which contains mappings for only the subset of RPR FOM that is used by most MAK tools.
Instances of DtRprInteractionEncoderFactory are instances of DtInteractionEncoderFactories configured with the VR-Link's default set of Encoders.