#include <MeasureImplementation.h>
List of all members.
template<class T>
class SimTK::Measure_< T >::Variable::Implementation
Constructor & Destructor Documentation
template<class T>
SimTK::Measure_< T >::Variable::Implementation::Implementation |
( |
| ) |
[inline] |
template<class T>
SimTK::Measure_< T >::Variable::Implementation::Implementation |
( |
Stage |
invalidated, |
|
|
const T & |
defaultValue |
|
) |
| [inline] |
Member Function Documentation
template<class T>
void SimTK::Measure_< T >::Variable::Implementation::setDefaultValue |
( |
const T & |
v | ) |
[inline] |
template<class T>
void SimTK::Measure_< T >::Variable::Implementation::setInvalidatedStage |
( |
Stage |
invalidates | ) |
[inline] |
template<class T>
const T& SimTK::Measure_< T >::Variable::Implementation::getDefaultValue |
( |
| ) |
const [inline] |
template<class T>
void SimTK::Measure_< T >::Variable::Implementation::setValue |
( |
State & |
state, |
|
|
const T & |
value |
|
) |
| const [inline] |
template<class T>
int SimTK::Measure_< T >::Variable::Implementation::getNumTimeDerivativesVirtual |
( |
| ) |
const [inline, virtual] |
template<class T>
Stage SimTK::Measure_< T >::Variable::Implementation::getDependsOnStageVirtual |
( |
int |
derivOrder | ) |
const [inline, virtual] |
template<class T>
const T& SimTK::Measure_< T >::Variable::Implementation::getUncachedValueVirtual |
( |
const State & |
s, |
|
|
int |
derivOrder |
|
) |
| const [inline, virtual] |
template<class T>
void SimTK::Measure_< T >::Variable::Implementation::realizeMeasureTopologyVirtual |
( |
State & |
s | ) |
const [inline, virtual] |
The documentation for this class was generated from the following file: