|
Simbody
3.4 (development)
|
This creates a Measure whose value is a discrete State variable of any type T. More...
#include <Measure.h>
Inheritance diagram for SimTK::Measure_< T >::Variable:Classes | |
| class | Implementation |
Public Member Functions | |
| SimTK_MEASURE_HANDLE_PREAMBLE (Variable, Measure_< T >) | |
| Variable (Subsystem &sub, Stage invalidates, const T &defaultValue) | |
| void | setValue (State &state, const T &value) const |
| SimTK_MEASURE_HANDLE_POSTSCRIPT (Variable, Measure_< T >) | |
This creates a Measure whose value is a discrete State variable of any type T.
| SimTK::Measure_< T >::Variable::Variable | ( | Subsystem & | sub, |
| Stage | invalidates, | ||
| const T & | defaultValue | ||
| ) | [inline] |
| SimTK::Measure_< T >::Variable::SimTK_MEASURE_HANDLE_PREAMBLE | ( | Variable | , |
| Measure_< T > | |||
| ) |
| void SimTK::Measure_< T >::Variable::setValue | ( | State & | state, |
| const T & | value | ||
| ) | const [inline] |
| SimTK::Measure_< T >::Variable::SimTK_MEASURE_HANDLE_POSTSCRIPT | ( | Variable | , |
| Measure_< T > | |||
| ) |