| DART 6.10.1
    | 
#include <Joint.hpp>
 
  
| Public Member Functions | |
| ExtendedProperties (const Properties &standardProperties=Properties(), const CompositeProperties &aspectProperties=CompositeProperties()) | |
| Composed constructor. | |
| ExtendedProperties (Properties &&standardProperties, CompositeProperties &&aspectProperties) | |
| Composed move constructor. | |
| Public Attributes | |
| CompositeProperties | mCompositeProperties | 
| Properties of all the Aspects attached to this Joint. | |
| std::string | mName | 
| Joint name. | |
| Eigen::Isometry3d | mT_ParentBodyToJoint | 
| Transformation from parent BodyNode to this Joint. | |
| Eigen::Isometry3d | mT_ChildBodyToJoint | 
| Transformation from child BodyNode to this Joint. | |
| bool | mIsPositionLimitEnforced | 
| True if the joint position or velocity limits should be enforced in dynamic simulation. | |
| ActuatorType | mActuatorType | 
| Actuator type. | |
| const Joint * | mMimicJoint | 
| Mimic joint. | |
| double | mMimicMultiplier | 
| Mimic joint properties. | |
| double | mMimicOffset | 
| dart::dynamics::Joint::ExtendedProperties::ExtendedProperties | ( | const Properties & | standardProperties = Properties(), | 
| const CompositeProperties & | aspectProperties = CompositeProperties() | ||
| ) | 
Composed constructor.
| dart::dynamics::Joint::ExtendedProperties::ExtendedProperties | ( | Properties && | standardProperties, | 
| CompositeProperties && | aspectProperties | ||
| ) | 
Composed move constructor.
| 
 | inherited | 
Actuator type.
| CompositeProperties dart::dynamics::Joint::ExtendedProperties::mCompositeProperties | 
Properties of all the Aspects attached to this Joint.
| 
 | inherited | 
True if the joint position or velocity limits should be enforced in dynamic simulation.
| 
 | inherited | 
Mimic joint.
| 
 | inherited | 
Mimic joint properties.
| 
 | inherited | 
| 
 | inherited | 
Joint name.
| 
 | inherited |