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

#include <AStarOpenClosed.h>

Public Member Functions

 AStarOpenClosedData ()
 
 AStarOpenClosedData (const state &theData, double gCost, double hCost, uint64_t parent, uint64_t openLoc, dataLocation location)
 

Public Attributes

state data
 
double g
 
double h
 
uint64_t parentID
 
uint64_t openLocation
 
bool reopened
 
dataLocation where
 

Detailed Description

template<typename state>
class AStarOpenClosedData< state >

Definition at line 52 of file AStarOpenClosed.h.

Constructor & Destructor Documentation

◆ AStarOpenClosedData() [1/2]

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

Definition at line 54 of file AStarOpenClosed.h.

◆ AStarOpenClosedData() [2/2]

template<typename state >
AStarOpenClosedData< state >::AStarOpenClosedData ( const state &  theData,
double  gCost,
double  hCost,
uint64_t  parent,
uint64_t  openLoc,
dataLocation  location 
)
inline

Definition at line 55 of file AStarOpenClosed.h.

References AStarOpenClosedData< state >::reopened.

Member Data Documentation

◆ data

template<typename state >
state AStarOpenClosedData< state >::data

◆ g

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

◆ h

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

◆ openLocation

template<typename state >
uint64_t AStarOpenClosedData< state >::openLocation

Definition at line 67 of file AStarOpenClosed.h.

◆ parentID

template<typename state >
uint64_t AStarOpenClosedData< state >::parentID

Definition at line 66 of file AStarOpenClosed.h.

◆ reopened

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

◆ where

template<typename state >
dataLocation AStarOpenClosedData< state >::where

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