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

#include <BDIndexOpenClosed.h>

Public Member Functions

 BDIndexOpenClosedData ()
 
 BDIndexOpenClosedData (const state &theData, double gCost, double hCost, uint64_t parent, uint64_t openLoc, stateLocation location)
 

Public Attributes

state data
 
double g
 
double h
 
uint64_t parentID
 
uint64_t openLocation
 
bool reopened
 
uint32_t round
 
stateLocation where
 

Detailed Description

template<typename state>
class BDIndexOpenClosedData< state >

Definition at line 22 of file BDIndexOpenClosed.h.

Constructor & Destructor Documentation

◆ BDIndexOpenClosedData() [1/2]

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

Definition at line 24 of file BDIndexOpenClosed.h.

References BDIndexOpenClosedData< state >::round.

◆ BDIndexOpenClosedData() [2/2]

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

Member Data Documentation

◆ data

template<typename state >
state BDIndexOpenClosedData< state >::data

Definition at line 27 of file BDIndexOpenClosed.h.

◆ g

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

Definition at line 28 of file BDIndexOpenClosed.h.

◆ h

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

Definition at line 29 of file BDIndexOpenClosed.h.

◆ openLocation

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

Definition at line 31 of file BDIndexOpenClosed.h.

◆ parentID

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

Definition at line 30 of file BDIndexOpenClosed.h.

◆ reopened

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

◆ round

template<typename state >
uint32_t BDIndexOpenClosedData< state >::round

◆ where

template<typename state >
stateLocation BDIndexOpenClosedData< state >::where

Definition at line 34 of file BDIndexOpenClosed.h.


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