Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

LRTAStar Class Reference

#include <LRTAStar.h>

Inheritance diagram for LRTAStar:

Inheritance graph
[legend]
Collaboration diagram for LRTAStar:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 LRTAStar ()
pathgetPath (graphAbstraction *aMap, node *from, node *to, reservationProvider *rp=0)
 The core routine of LRTAStar -- computes at most one-move path.

virtual const char * getName ()
void setParams (LRTAStarGroup *_g, double *_pAmountLearned)
virtual ~LRTAStar (void)

Private Attributes

char LRTASName [128]
mapAbstractionworkingMap
LRTAStarGroupgroup
double * pAmountLearned

Constructor & Destructor Documentation

LRTAStar::LRTAStar  ) 
 

virtual LRTAStar::~LRTAStar void   )  [inline, virtual]
 


Member Function Documentation

virtual const char* LRTAStar::getName  )  [inline, virtual]
 

Implements searchAlgorithm.

path * LRTAStar::getPath graphAbstraction aMap,
node from,
node to,
reservationProvider rp = 0
[virtual]
 

The core routine of LRTAStar -- computes at most one-move path.

Implements searchAlgorithm.

void LRTAStar::setParams LRTAStarGroup _g,
double *  _pAmountLearned
 


Member Data Documentation

LRTAStarGroup* LRTAStar::group [private]
 

char LRTAStar::LRTASName[128] [private]
 

double* LRTAStar::pAmountLearned [private]
 

mapAbstraction* LRTAStar::workingMap [private]
 


The documentation for this class was generated from the following files:
Generated on Tue Aug 18 03:43:21 2009 for HOG by doxygen 1.3.4