#include <robot_trajectory.h>
Definition at line 325 of file robot_trajectory.h.
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ Iterator()
robot_trajectory::RobotTrajectory::Iterator::Iterator |
( |
const std::deque< moveit::core::RobotStatePtr >::iterator & |
waypoint_iterator, |
|
|
const std::deque< double >::iterator & |
duration_iterator |
|
) |
| |
|
inlineexplicit |
◆ operator!=()
bool robot_trajectory::RobotTrajectory::Iterator::operator!= |
( |
const Iterator & |
other | ) |
const |
|
inline |
◆ operator*()
std::pair< moveit::core::RobotStatePtr, double > robot_trajectory::RobotTrajectory::Iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++() [1/2]
Iterator & robot_trajectory::RobotTrajectory::Iterator::operator++ |
( |
| ) |
|
|
inline |
◆ operator++() [2/2]
Iterator robot_trajectory::RobotTrajectory::Iterator::operator++ |
( |
int |
| ) |
|
|
inline |
◆ operator==()
bool robot_trajectory::RobotTrajectory::Iterator::operator== |
( |
const Iterator & |
other | ) |
const |
|
inline |
The documentation for this class was generated from the following file: