ompl::geometric::LazyRRT::Motion Class Reference

Representation of a motion. More...

#include <LazyRRT.h>

List of all members.

Public Member Functions

 Motion (const base::SpaceInformationPtr &si)
 Constructor that allocates memory for the state.
 Motion (void)
 ~Motion (void)

Public Attributes

std::vector< Motion * > children
 The set of motions that descend from this one.
Motionparent
 The parent motion in the exploration tree.
base::Statestate
 The state contained by the motion.
bool valid
 Flag indicating whether this motion has been validated.

Detailed Description

Representation of a motion.

Definition at line 151 of file LazyRRT.h.


Constructor & Destructor Documentation

ompl::geometric::LazyRRT::Motion::Motion ( void   )  [inline]

Definition at line 155 of file LazyRRT.h.

ompl::geometric::LazyRRT::Motion::Motion ( const base::SpaceInformationPtr si  )  [inline]

Constructor that allocates memory for the state.

Definition at line 160 of file LazyRRT.h.

ompl::geometric::LazyRRT::Motion::~Motion ( void   )  [inline]

Definition at line 164 of file LazyRRT.h.


Member Data Documentation

The set of motions that descend from this one.

Definition at line 178 of file LazyRRT.h.

The parent motion in the exploration tree.

Definition at line 172 of file LazyRRT.h.

The state contained by the motion.

Definition at line 169 of file LazyRRT.h.

Flag indicating whether this motion has been validated.

Definition at line 175 of file LazyRRT.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


ompl
Author(s): Ioan Sucan/isucan@rice.edu, Mark Moll/mmoll@rice.edu, Lydia Kavraki/kavraki@rice.edu
autogenerated on Fri Jan 11 11:37:49 2013