ompl::geometric::LazyRRT::Motion Class Reference
Representation of a motion.
More...
#include <LazyRRT.h>
List of all members.
Detailed Description
Representation of a motion.
Definition at line 153 of file LazyRRT.h.
Constructor & Destructor Documentation
ompl::geometric::LazyRRT::Motion::Motion |
( |
void |
|
) |
[inline] |
Constructor that allocates memory for the state.
Definition at line 162 of file LazyRRT.h.
ompl::geometric::LazyRRT::Motion::~Motion |
( |
void |
|
) |
[inline] |
Member Data Documentation
The set of motions that descend from this one.
Definition at line 180 of file LazyRRT.h.
The parent motion in the exploration tree.
Definition at line 174 of file LazyRRT.h.
The state contained by the motion.
Definition at line 171 of file LazyRRT.h.
Flag indicating whether this motion has been validated.
Definition at line 177 of file LazyRRT.h.
The documentation for this class was generated from the following file: