OpenSim::InverseDynamicsTool Class Reference
A Tool that performs an Inverse Dynamics analysis with a given model.
More...
#include <InverseDynamicsTool.h>
List of all members.
Detailed Description
A Tool that performs an Inverse Dynamics analysis with a given model.
Inverse Dynamics is the solution for the generalized-coordinate forces that generate given generalized-coordinate accelerations at a given state. This Tool determines the state from provided coordinate trajectories as functions as that are twice differntiable to estimate velocities and accelerations.
- Author:
- Ajay Seth
- Version:
- 1.0
Constructor & Destructor Documentation
InverseDynamicsTool::~InverseDynamicsTool |
( |
|
) |
[virtual] |
InverseDynamicsTool::InverseDynamicsTool |
( |
|
) |
|
OpenSim::InverseDynamicsTool::InverseDynamicsTool |
( |
const std::string & |
aFileName, |
|
|
bool |
aLoadModel = true | |
|
) |
| | |
Copy constructor.
- Parameters:
-
Member Function Documentation
Object * InverseDynamicsTool::copy |
( |
|
) |
const [virtual] |
const std::string& OpenSim::InverseDynamicsTool::getCoordinatesFileName |
( |
|
) |
const [inline] |
const double OpenSim::InverseDynamicsTool::getLowpassCutoffFrequency |
( |
|
) |
const [inline] |
std::string OpenSim::InverseDynamicsTool::getOutputGenForceFileName |
( |
|
) |
[inline] |
bool InverseDynamicsTool::hasCoordinateValues |
( |
|
) |
|
void InverseDynamicsTool::registerTypes |
( |
|
) |
[static] |
bool InverseDynamicsTool::run |
( |
|
) |
[virtual] |
void OpenSim::InverseDynamicsTool::setCoordinatesFileName |
( |
const std::string & |
aCoordinateFile |
) |
[inline] |
void InverseDynamicsTool::setCoordinateValues |
( |
const OpenSim::Storage & |
aStorage |
) |
|
void OpenSim::InverseDynamicsTool::setLowpassCutoffFrequency |
( |
double |
aFrequency |
) |
[inline] |
void InverseDynamicsTool::updateFromXMLNode |
( |
|
) |
[virtual] |
Update this object based on its XML node.
Added parameter sourceNode to handle external documents For non-inlined objects the root of the childDocument is passed in else NULL.
Reimplemented from OpenSim::Object.
Member Data Documentation
name of storage file that contains coordinate values for inverse dynamics solving
Low-pass cut-off frequency for filtering the coordinates (does not apply to states).
The documentation for this class was generated from the following files:
- OpenSim/Tools/InverseDynamicsTool.h
- OpenSim/Tools/InverseDynamicsTool.cpp