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 (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. | |
ConstraintSet & | copyFrom (const ConstraintSet &aConstraintSet, Model &aModel) |
Functional equivalent to = operator wit the added feature of associating the resulting ConstraintSet with a new model. | |
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 | ) |
ConstraintSet::ConstraintSet | ( | const ConstraintSet & | aAbsConstraintSet | ) |
Copy constructor of a ConstraintSet.
ConstraintSet::~ConstraintSet | ( | void | ) |
Destructor.
ConstraintSet & ConstraintSet::copyFrom | ( | const ConstraintSet & | aConstraintSet, | |
Model & | aModel | |||
) |
Functional equivalent to = operator wit the added feature of associating the resulting ConstraintSet with a new model.
ConstraintSet & ConstraintSet::operator= | ( | const ConstraintSet & | aAbsConstraintSet | ) |
void ConstraintSet::scale | ( | const ScaleSet & | aScaleSet | ) |
Anything that will be applied to all Constraints.
Scale joint set by a set of scale factors
void ConstraintSet::setup | ( | Model & | aModel | ) |
Post construction initialization.