A class for holding a set of constraints. More...
#include <ConstraintSet.h>
Public Member Functions | |
ConstraintSet () | |
Default constructor of a ConstraintSet. | |
ConstraintSet (Model &model) | |
ConstraintSet (Model &model, const std::string &aFileName, bool aUpdateFromXMLNode=true) | |
ConstraintSet (const ConstraintSet &aAbsConstraintSet) | |
Copy constructor of a ConstraintSet. | |
~ConstraintSet (void) | |
Destructor. | |
void | setup (Model &aModel) |
Post construction initialization. | |
ConstraintSet & | operator= (const ConstraintSet &aAbsConstraintSet) |
Assignment operator. | |
void | scale (const ScaleSet &aScaleSet) |
Anything that will be applied to all Constraints. |
A class for holding a set of constraints.
ConstraintSet::ConstraintSet | ( | ) |
Default constructor of a ConstraintSet.
ConstraintSet::ConstraintSet | ( | Model & | model | ) |
OpenSim::ConstraintSet::ConstraintSet | ( | Model & | model, | |
const std::string & | aFileName, | |||
bool | aUpdateFromXMLNode = true | |||
) | [inline] |
ConstraintSet::ConstraintSet | ( | const ConstraintSet & | aAbsConstraintSet | ) |
Copy constructor of a ConstraintSet.
ConstraintSet::~ConstraintSet | ( | void | ) |
Destructor.
ConstraintSet & ConstraintSet::operator= | ( | const ConstraintSet & | aConstraintSet | ) |
void ConstraintSet::scale | ( | const ScaleSet & | aScaleSet | ) |
Anything that will be applied to all Constraints.
Scale contraint set by a set of scale factors
void ConstraintSet::setup | ( | Model & | aModel | ) | [virtual] |
Post construction initialization.
Reimplemented from OpenSim::ModelComponentSet< Constraint >.