A class for holding a set of joints. More...
#include <JointSet.h>
Public Member Functions | |
JointSet () | |
Default constructor of a JointSet. | |
JointSet (Model &model) | |
JointSet (const JointSet &aJointSet) | |
Copy constructor of a JointSet. | |
~JointSet (void) | |
Destructor. | |
void | setup (Model &aModel) |
Post construction initialization. | |
JointSet (Model &model, const std::string &aFileName, bool aUpdateFromXMLNode=true) | |
JointSet & | operator= (const JointSet &aJointSet) |
Assignment operator. | |
void | scale (const ScaleSet &aScaleSet) |
Scale joint set by a set of scale factors. | |
Protected Member Functions | |
void | createSystem (SimTK::MultibodySystem &system) const |
This is overridden to ensure that joints are processed from ground outward. |
A class for holding a set of joints.
JointSet::JointSet | ( | ) |
Default constructor of a JointSet.
JointSet::JointSet | ( | Model & | model | ) |
JointSet::~JointSet | ( | void | ) |
Destructor.
OpenSim::JointSet::JointSet | ( | Model & | model, | |
const std::string & | aFileName, | |||
bool | aUpdateFromXMLNode = true | |||
) | [inline] |
void JointSet::createSystem | ( | SimTK::MultibodySystem & | system | ) | const [protected, virtual] |
This is overridden to ensure that joints are processed from ground outward.
Reimplemented from OpenSim::ModelComponentSet< Joint >.
void JointSet::setup | ( | Model & | aModel | ) |
Post construction initialization.