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 63 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 69 of file GenericRRT.h.

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

Definition at line 71 of file GenericRRT.h.

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

Copy constructor.

Definition at line 77 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 83 of file GenericRRT.h.


Member Data Documentation


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

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:08 2016 by Doxygen 1.6.3