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 45 of file ikfast_plugin.cpp.
| Stepper::Stepper | ( | double * | value, |
| double | lower, | ||
| double | upper, | ||
| double | step | ||
| ) | [inline] |
Definition at line 49 of file ikfast_plugin.cpp.
| void Stepper::reset | ( | ) | [inline] |
Definition at line 60 of file ikfast_plugin.cpp.
| bool Stepper::step | ( | ) | [inline] |
Definition at line 64 of file ikfast_plugin.cpp.
Definition at line 46 of file ikfast_plugin.cpp.
| int Stepper::lower_ |
Definition at line 46 of file ikfast_plugin.cpp.
| double Stepper::start_ |
Definition at line 48 of file ikfast_plugin.cpp.
| double Stepper::step_ |
Definition at line 48 of file ikfast_plugin.cpp.
| int Stepper::upper_ |
Definition at line 46 of file ikfast_plugin.cpp.
| double* Stepper::value |
Definition at line 47 of file ikfast_plugin.cpp.