#include <valuemaps.h>
Static Public Member Functions | |
| static bool | GetArticulationNodeName (unsigned int parttype, std::string &nodename) |
| find the supported node name for the part type identifier. | |
| static bool | GetArticulationMotionPropertyName (unsigned int motiontype, std::string &propertyname) |
| find the actor property name value for the supported motiontype associated with articulation. | |
| static bool | GetDeadReckoningModelPropertyValue (unsigned char drm, std::string &property) |
| maps the provided dead reckoning model to the supported Delta3D property value. | |
| static bool | GetRequiresGroundClamping (const DIS::EntityType &etype, bool &requires) |
| informs clients if the EntityType should support ground clamping. | |
| bool ValueMap::GetArticulationNodeName | ( | unsigned int | parttype, | |
| std::string & | nodename | |||
| ) | [static] |
find the supported node name for the part type identifier.
| parttype | the part identifier in the DIS::ArticulationParameter | |
| nodename | the string value of the scenegraph node to be searched when performing articulation. |
| bool ValueMap::GetArticulationMotionPropertyName | ( | unsigned int | motiontype, | |
| std::string & | propertyname | |||
| ) | [static] |
find the actor property name value for the supported motiontype associated with articulation.
| motiontype | the DIS standard type of motion. | |
| propertyname | the corresponding name of the property for the motiontype. |
| bool ValueMap::GetDeadReckoningModelPropertyValue | ( | unsigned char | drm, | |
| std::string & | property | |||
| ) | [static] |
maps the provided dead reckoning model to the supported Delta3D property value.
| drm | the dead reckoning model. | |
| property | the value to be assigned which is mapped to the drm. |
| bool ValueMap::GetRequiresGroundClamping | ( | const DIS::EntityType & | etype, | |
| bool & | requires | |||
| ) | [static] |
informs clients if the EntityType should support ground clamping.
| requires | modified to true when the EntityType should be ground clamped. | |
| etype | the EntityType interested to know if ground clamping is desired. |