Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

GenericRRTBase::PlannerResult< N > Class Template Reference

Relays planner success/failure, as well as obstacles in the case of initial collision states. More...

#include <GenericRRT.h>


Detailed Description

template<size_t N>
class GenericRRTBase::PlannerResult< N >

Relays planner success/failure, as well as obstacles in the case of initial collision states.

If a collision occurs, the colliding obstacles will also be included. Otherwise, they will be set to NULL.

Definition at line 64 of file GenericRRT.h.

List of all members.

Public Member Functions

 PlannerResult ()
 ~PlannerResult ()
 PlannerResult (const PlannerResult &other)
 Copy constructor.
PlannerResultoperator= (const PlannerResult &other)
 Assignment operator.

Public Attributes

GenericRRTBase::PlanPathResultCode code
PlannerObstacle< N > * movingObstacle
PlannerObstacle< N > * collidingObstacle

Constructor & Destructor Documentation

template<size_t N>
GenericRRTBase::PlannerResult< N >::PlannerResult (  ) 

Definition at line 70 of file GenericRRT.h.

template<size_t N>
GenericRRTBase::PlannerResult< N >::~PlannerResult (  ) 

Definition at line 72 of file GenericRRT.h.

template<size_t N>
GenericRRTBase::PlannerResult< N >::PlannerResult ( const PlannerResult< N > &  other  ) 

Copy constructor.

Definition at line 78 of file GenericRRT.h.


Member Function Documentation

template<size_t N>
PlannerResult& GenericRRTBase::PlannerResult< N >::operator= ( const PlannerResult< N > &  other  ) 

Assignment operator.

Definition at line 84 of file GenericRRT.h.


Member Data Documentation


The documentation for this class was generated from the following file:

Tekkotsu v5.1CVS
Generated Fri Mar 16 05:27:18 2012 by Doxygen 1.6.3