#include <velocity_iterator.h>
Public Member Functions | |
double | getVelocity () |
bool | isFinished () |
VelocityIterator & | operator++ (int) |
void | reset () |
VelocityIterator (double min, double max, int num_samples) | |
Private Attributes | |
unsigned int | current_index |
std::vector< double > | samples_ |
We use the class to get even sized samples between min and max, inluding zero if it is not included (and range goes from negative to positive
Definition at line 83 of file velocity_iterator.h.
|
inline |
Definition at line 120 of file velocity_iterator.h.
|
inline |
Definition at line 147 of file velocity_iterator.h.
|
inline |
Definition at line 160 of file velocity_iterator.h.
|
inline |
Definition at line 151 of file velocity_iterator.h.
|
inline |
Definition at line 156 of file velocity_iterator.h.
|
private |
Definition at line 166 of file velocity_iterator.h.
|
private |
Definition at line 165 of file velocity_iterator.h.