HOG2
Public Member Functions | Public Attributes | List of all members
DPSData< state > Class Template Reference

A templated version of A*, based on HOG genericAStar. More...

#include <DynamicPotentialSearch.h>

Public Member Functions

 DPSData ()
 
 DPSData (const state &theData, double gCost, double hCost, const state &par)
 

Public Attributes

state data
 
double g
 
double h
 
state parent
 
bool open
 
bool reopened
 

Detailed Description

template<typename state>
class DPSData< state >

A templated version of A*, based on HOG genericAStar.

Definition at line 40 of file DynamicPotentialSearch.h.

Constructor & Destructor Documentation

◆ DPSData() [1/2]

template<typename state >
DPSData< state >::DPSData ( )
inline

Definition at line 42 of file DynamicPotentialSearch.h.

◆ DPSData() [2/2]

template<typename state >
DPSData< state >::DPSData ( const state &  theData,
double  gCost,
double  hCost,
const state &  par 
)
inline

Definition at line 43 of file DynamicPotentialSearch.h.

Member Data Documentation

◆ data

template<typename state >
state DPSData< state >::data

◆ g

template<typename state >
double DPSData< state >::g

◆ h

template<typename state >
double DPSData< state >::h

◆ open

template<typename state >
bool DPSData< state >::open

◆ parent

template<typename state >
state DPSData< state >::parent

Definition at line 48 of file DynamicPotentialSearch.h.

◆ reopened

template<typename state >
bool DPSData< state >::reopened

Definition at line 50 of file DynamicPotentialSearch.h.


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