OpenSim::Scale Class Reference
#include <Scale.h>
List of all members.
Constructor & Destructor Documentation
Default constructor of an Scale.
Scale::Scale |
( |
const Scale & |
aScale |
) |
|
Copy constructor.
- Parameters:
-
OpenSim::Scale::Scale |
( |
const std::string & |
scaleFileName |
) |
|
Scale::~Scale |
( |
void |
|
) |
[virtual] |
Member Function Documentation
Object * Scale::copy |
( |
|
) |
const [virtual] |
Construct and return a copy of this object.
The object is allocated using the new operator, so the caller is responsible for deleting the returned object.
- Returns:
- Copy of this object.
Reimplemented from OpenSim::Object.
bool OpenSim::Scale::getApply |
( |
void |
|
) |
const [inline] |
void OpenSim::Scale::getScaleFactors |
( |
double |
rScaleFactors[] |
) |
[inline] |
SimTK::Vec3& OpenSim::Scale::getScaleFactors |
( |
|
) |
[inline] |
void Scale::getScaleFactors |
( |
SimTK::Vec3 & |
aScaleFactors |
) |
const |
Set the value of scale factors.
const std::string & Scale::getSegmentName |
( |
|
) |
const |
Assign this object to the values of another.
- Returns:
- Reference to this object.
Reimplemented from OpenSim::Object.
void OpenSim::Scale::setApply |
( |
bool |
state |
) |
[inline] |
void OpenSim::Scale::setScaleFactors |
( |
const double |
aScaleFactors[] |
) |
[inline] |
void Scale::setScaleFactors |
( |
const SimTK::Vec3 & |
aScaleFactors |
) |
|
void OpenSim::Scale::setSegmentName |
( |
const std::string & |
aSegmentName |
) |
|
Member Data Documentation
Whether or not to apply this scale.
A list of 3 scale factors.
The documentation for this class was generated from the following files:
- OpenSim/Common/Scale.h
- OpenSim/Common/Scale.cpp