A class for holding a set of bodies. More...
#include <BodySet.h>
Public Member Functions | |
BodySet () | |
Default constructor of a BodySet. | |
BodySet (Model &model) | |
BodySet (const BodySet &aAbsBodySet) | |
Copy constructor of a BodySet. | |
~BodySet (void) | |
Destructor. | |
void | setup (Model &aModel) |
Post construction initialization. | |
BodySet (Model &model, const std::string &aFileName, bool aUpdateFromXMLNode=true) | |
BodySet & | operator= (const BodySet &aAbsBodySet) |
Assignment operator. | |
void | scale (const ScaleSet &aScaleSet, bool aScaleMass=false) |
Scale body set by a set of scale factors. | |
BodySet & | copyFrom (const BodySet &aBodySet, Model &aModel) |
A class for holding a set of bodies.
BodySet::BodySet | ( | ) |
Default constructor of a BodySet.
BodySet::BodySet | ( | Model & | model | ) |
BodySet::~BodySet | ( | void | ) |
Destructor.
OpenSim::BodySet::BodySet | ( | Model & | model, | |
const std::string & | aFileName, | |||
bool | aUpdateFromXMLNode = true | |||
) | [inline] |
void BodySet::scale | ( | const ScaleSet & | aScaleSet, | |
bool | aScaleMass = false | |||
) |
Scale body set by a set of scale factors.
void BodySet::setup | ( | Model & | aModel | ) |
Post construction initialization.