OpenSim::BodyScale Class Reference
A class implementing a set of parameters describing how to scale a body segment.
More...
#include <BodyScale.h>
List of all members.
Detailed Description
A class implementing a set of parameters describing how to scale a body segment.
- Author:
- Peter Loan
- Version:
- 1.0
Constructor & Destructor Documentation
BodyScale::BodyScale |
( |
const BodyScale & |
aBodyScale |
) |
|
Copy constructor.
- Parameters:
-
BodyScale::~BodyScale |
( |
|
) |
[virtual] |
Member Function Documentation
Object * BodyScale::copy |
( |
|
) |
const [virtual] |
Copy this BodyScale and return a pointer to the copy.
The copy constructor for this class is used.
- Returns:
- Pointer to a copy of this BodyScale.
Reimplemented from OpenSim::Object.
void BodyScale::copyData |
( |
const BodyScale & |
aBodyScale |
) |
|
Copy data members from one BodyScale to another.
- Parameters:
-
Array<std::string>& OpenSim::BodyScale::getAxisNames |
( |
|
) |
[inline] |
const Array<std::string>& OpenSim::BodyScale::getAxisNames |
( |
|
) |
const [inline] |
Assignment operator.
- Returns:
- Reference to this object.
Reimplemented from OpenSim::Object.
void OpenSim::BodyScale::setAxisNames |
( |
const Array< std::string > & |
aAxisNames |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following files:
- OpenSim/Simulation/Model/BodyScale.h
- OpenSim/Simulation/Model/BodyScale.cpp