#include <MeasureImplementation.h>
List of all members.
template<class T>
class SimTK::Measure_< T >::Sinusoid::Implementation
Constructor & Destructor Documentation
template<class T>
SimTK::Measure_< T >::Sinusoid::Implementation::Implementation |
( |
| ) |
[inline] |
template<class T>
SimTK::Measure_< T >::Sinusoid::Implementation::Implementation |
( |
const T & |
amplitude, |
|
|
const T & |
frequency, |
|
|
const T & |
phase = T(0) |
|
) |
| [inline] |
Member Function Documentation
template<class T>
int SimTK::Measure_< T >::Sinusoid::Implementation::getNumTimeDerivativesVirtual |
( |
| ) |
const [inline, virtual] |
template<class T>
Stage SimTK::Measure_< T >::Sinusoid::Implementation::getDependsOnStageVirtual |
( |
int |
order | ) |
const [inline, virtual] |
template<class T>
void SimTK::Measure_< T >::Sinusoid::Implementation::calcCachedValueVirtual |
( |
const State & |
s, |
|
|
int |
derivOrder, |
|
|
T & |
value |
|
) |
| const [inline, virtual] |
The documentation for this class was generated from the following file: