ompl::geometric::SBL::Motion Class Reference

Representation of a motion. More...

#include <SBL.h>

List of all members.

Public Member Functions

 Motion (const base::SpaceInformationPtr &si)
 Constructor that allocates storage for a state.
 Motion (void)
 Default constructor. Allocates no memory.
 ~Motion (void)

Public Attributes

MotionSet children
 The set of motions descending from the current motion.
Motionparent
 The parent motion -- it contains the state this motion originates at.
const base::Stateroot
 The root of the tree this motion would get to, if we were to follow parent pointers.
base::Statestate
 The state this motion leads to.
bool valid
 Flag indicating whether this motion has been checked for validity.

Detailed Description

Representation of a motion.

Definition at line 155 of file SBL.h.


Constructor & Destructor Documentation

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

Default constructor. Allocates no memory.

Definition at line 160 of file SBL.h.

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

Constructor that allocates storage for a state.

Definition at line 165 of file SBL.h.

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

Definition at line 169 of file SBL.h.


Member Data Documentation

The set of motions descending from the current motion.

Definition at line 186 of file SBL.h.

The parent motion -- it contains the state this motion originates at.

Definition at line 180 of file SBL.h.

The root of the tree this motion would get to, if we were to follow parent pointers.

Definition at line 174 of file SBL.h.

The state this motion leads to.

Definition at line 177 of file SBL.h.

Flag indicating whether this motion has been checked for validity.

Definition at line 183 of file SBL.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 09:34:03 2013