Public Member Functions | |
| void | reset () |
| bool | step () |
| Stepper (double *value, double lower, double upper, double step) | |
Public Attributes | |
| int | current_ |
| int | lower_ |
| double | start_ |
| double | step_ |
| int | upper_ |
| double * | value |
Definition at line 79 of file ikfast_plugin.cpp.
| Stepper::Stepper | ( | double * | value, |
| double | lower, | ||
| double | upper, | ||
| double | step | ||
| ) | [inline] |
Definition at line 83 of file ikfast_plugin.cpp.
| void Stepper::reset | ( | ) | [inline] |
Definition at line 94 of file ikfast_plugin.cpp.
| bool Stepper::step | ( | ) | [inline] |
Definition at line 98 of file ikfast_plugin.cpp.
Definition at line 80 of file ikfast_plugin.cpp.
| int Stepper::lower_ |
Definition at line 80 of file ikfast_plugin.cpp.
| double Stepper::start_ |
Definition at line 82 of file ikfast_plugin.cpp.
| double Stepper::step_ |
Definition at line 82 of file ikfast_plugin.cpp.
| int Stepper::upper_ |
Definition at line 80 of file ikfast_plugin.cpp.
| double* Stepper::value |
Definition at line 81 of file ikfast_plugin.cpp.