#include <ScaleSet.h>
Public Member Functions | |
ScaleSet () | |
Default constructor of a scaleSet. | |
ScaleSet (const std::string &scalesFileName) | |
~ScaleSet (void) | |
Destructor. | |
ScaleSet & | operator= (const ScaleSet &aScaleSet) |
Assign this ScaleSet to another. |
ScaleSet::ScaleSet | ( | ) |
Default constructor of a scaleSet.
OpenSim::ScaleSet::ScaleSet | ( | const std::string & | scalesFileName | ) |
ScaleSet::~ScaleSet | ( | void | ) |
Destructor.
Assign this ScaleSet to another.
aScaleSet | to which to assign this object. |
Reimplemented from OpenSim::Object.