OpenSim::FunctionScaler Class Reference
This is a SimTK::Function that multiplies the value of another function by a constant.
More...
#include <FunctionScaler.h>
List of all members.
Detailed Description
This is a SimTK::Function that multiplies the value of another function by a constant.
- Author:
- Peter Eastman
Constructor & Destructor Documentation
FunctionScaler::FunctionScaler |
( |
const SimTK::Function * |
function, |
|
|
double |
scale | |
|
) |
| | |
FunctionScaler::~FunctionScaler |
( |
|
) |
|
Member Function Documentation
double OpenSim::FunctionScaler::calcDerivative |
( |
const std::vector< int > & |
derivComponents, |
|
|
const SimTK::Vector & |
x | |
|
) |
| | const |
double OpenSim::FunctionScaler::calcValue |
( |
const SimTK::Vector & |
x |
) |
const |
int FunctionScaler::getArgumentSize |
( |
|
) |
const |
int FunctionScaler::getMaxDerivativeOrder |
( |
|
) |
const |
Member Data Documentation
The function to be scaled.
The documentation for this class was generated from the following files:
- OpenSim/Common/FunctionScaler.h
- OpenSim/Common/FunctionScaler.cpp