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

#include <IndexOpenClosed.h>

Public Member Functions

 IndexOpenClosedDataWithF ()
 
 IndexOpenClosedDataWithF (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
 
uint64_t round
 
bool reopened
 
dataLocation where
 

Detailed Description

template<typename state>
class IndexOpenClosedDataWithF< state >

Definition at line 38 of file IndexOpenClosed.h.

Constructor & Destructor Documentation

◆ IndexOpenClosedDataWithF() [1/2]

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

Definition at line 40 of file IndexOpenClosed.h.

◆ IndexOpenClosedDataWithF() [2/2]

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

Definition at line 41 of file IndexOpenClosed.h.

References IndexOpenClosedDataWithF< state >::reopened.

Member Data Documentation

◆ data

template<typename state >
state IndexOpenClosedDataWithF< state >::data

Definition at line 43 of file IndexOpenClosed.h.

◆ f

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

Definition at line 44 of file IndexOpenClosed.h.

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

◆ g

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

Definition at line 45 of file IndexOpenClosed.h.

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

◆ h

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

Definition at line 46 of file IndexOpenClosed.h.

◆ openLocation

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

Definition at line 48 of file IndexOpenClosed.h.

◆ parentID

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

Definition at line 47 of file IndexOpenClosed.h.

◆ reopened

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

◆ round

template<typename state >
uint64_t IndexOpenClosedDataWithF< state >::round

Definition at line 49 of file IndexOpenClosed.h.

◆ where

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

Definition at line 51 of file IndexOpenClosed.h.


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