|
Simbody
3.4 (development)
|
Local class that defines the properties of a known joint type. More...
#include <MultibodyGraphMaker.h>
Public Member Functions | |
| JointType (const std::string &name, int numMobilities, bool haveGoodLoopJointAvailable, void *userRef) | |
Public Attributes | |
| std::string | name |
| int | numMobilities |
| bool | haveGoodLoopJointAvailable |
| void * | userRef |
Local class that defines the properties of a known joint type.
| SimTK::MultibodyGraphMaker::JointType::JointType | ( | const std::string & | name, |
| int | numMobilities, | ||
| bool | haveGoodLoopJointAvailable, | ||
| void * | userRef | ||
| ) | [inline] |
| std::string SimTK::MultibodyGraphMaker::JointType::name |