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

#include <AStarOpenClosed.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

template<typename state>
class AStarOpenClosedDataWithF< state >

Definition at line 36 of file AStarOpenClosed.h.

Constructor & Destructor Documentation

◆ AStarOpenClosedDataWithF() [1/2]

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

Definition at line 38 of file AStarOpenClosed.h.

◆ AStarOpenClosedDataWithF() [2/2]

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

Definition at line 39 of file AStarOpenClosed.h.

References AStarOpenClosedDataWithF< state >::reopened.

Member Data Documentation

◆ data

template<typename state >
state AStarOpenClosedDataWithF< state >::data

Definition at line 41 of file AStarOpenClosed.h.

◆ f

template<typename state >
double AStarOpenClosedDataWithF< state >::f

Definition at line 42 of file AStarOpenClosed.h.

Referenced by AStarCompareWithF< state >::operator()().

◆ g

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

Definition at line 43 of file AStarOpenClosed.h.

Referenced by AStarCompareWithF< state >::operator()().

◆ h

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

Definition at line 44 of file AStarOpenClosed.h.

◆ openLocation

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

Definition at line 46 of file AStarOpenClosed.h.

◆ parentID

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

Definition at line 45 of file AStarOpenClosed.h.

◆ reopened

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

◆ where

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

Definition at line 48 of file AStarOpenClosed.h.


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