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

#include <OptimisticSearch.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

template<typename state>
class OptimisticOpenClosedData< state >

Definition at line 25 of file OptimisticSearch.h.

Constructor & Destructor Documentation

◆ OptimisticOpenClosedData() [1/2]

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

Definition at line 27 of file OptimisticSearch.h.

◆ OptimisticOpenClosedData() [2/2]

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

Member Data Documentation

◆ data

template<typename state >
state OptimisticOpenClosedData< state >::data

Definition at line 31 of file OptimisticSearch.h.

◆ g

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

Definition at line 32 of file OptimisticSearch.h.

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

◆ h

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

Definition at line 33 of file OptimisticSearch.h.

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

◆ openedFromF

template<typename state >
bool OptimisticOpenClosedData< state >::openedFromF

◆ openLocation

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

Definition at line 36 of file OptimisticSearch.h.

◆ parentID

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

Definition at line 35 of file OptimisticSearch.h.

◆ reopened

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

◆ where

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

Definition at line 38 of file OptimisticSearch.h.


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