OpenSim::Measurement Class Reference
A class implementing a measurement (the distance between one or more pairs of markers, used to scale a model).
More...
#include <Measurement.h>
List of all members.
Detailed Description
A class implementing a measurement (the distance between one or more pairs of markers, used to scale a model).
- Author:
- Peter Loan
- Version:
- 1.0
Constructor & Destructor Documentation
Measurement::Measurement |
( |
|
) |
|
Measurement::Measurement |
( |
const Measurement & |
aMeasurement |
) |
|
Copy constructor.
- Parameters:
-
Measurement::~Measurement |
( |
|
) |
[virtual] |
Member Function Documentation
void Measurement::applyScaleFactor |
( |
double |
aFactor, |
|
|
ScaleSet & |
aScaleSet | |
|
) |
| | |
Apply a scale factor to a scale set, according to the elements of the Measurement's _bodyScaleSet.
- Parameters:
-
| aFactor | the scale factor to apply |
| aScaleSet | the set of scale factors to modify |
Object * Measurement::copy |
( |
|
) |
const [virtual] |
Copy this measurement and return a pointer to the copy.
The copy constructor for this class is used.
- Returns:
- Pointer to a copy of this Measurement.
Reimplemented from OpenSim::Object.
void Measurement::copyData |
( |
const Measurement & |
aMeasurement |
) |
|
Copy data members from one Measurement to another.
- Parameters:
-
bool OpenSim::Measurement::getApply |
( |
|
) |
const [inline] |
BodyScaleSet& OpenSim::Measurement::getBodyScaleSet |
( |
|
) |
[inline] |
const MarkerPair& OpenSim::Measurement::getMarkerPair |
( |
int |
aIndex |
) |
const [inline] |
MarkerPairSet& OpenSim::Measurement::getMarkerPairSet |
( |
|
) |
[inline] |
int OpenSim::Measurement::getNumMarkerPairs |
( |
|
) |
const [inline] |
Assignment operator.
- Returns:
- Reference to this object.
Reimplemented from OpenSim::Object.
void Measurement::registerTypes |
( |
|
) |
[static] |
void OpenSim::Measurement::setApply |
( |
bool |
aApply |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following files:
- OpenSim/Tools/Measurement.h
- OpenSim/Tools/Measurement.cpp