A struct to represent a patch or a continuous piece of a trajectory. More...
#include <TrajectoryIterator.h>
Public Member Functions | |
TrajectoryIterator | begin () const |
TrajectoryIterator | end () const |
TrajectoryPatch (TrajectoryIterator b, TrajectoryIterator e) | |
Private Attributes | |
TrajectoryIterator | m_begin |
TrajectoryIterator | m_end |
A struct to represent a patch or a continuous piece of a trajectory.
Definition at line 171 of file TrajectoryIterator.h.
|
inline |
Definition at line 174 of file TrajectoryIterator.h.
|
inline |
Definition at line 176 of file TrajectoryIterator.h.
References m_begin.
|
inline |
Definition at line 178 of file TrajectoryIterator.h.
References m_end.
|
private |
Definition at line 181 of file TrajectoryIterator.h.
Referenced by begin().
|
private |
Definition at line 182 of file TrajectoryIterator.h.
Referenced by end().