HOG2
Public Attributes | List of all members
FocalAdd< state, action, environment >::SearchState Struct Reference

#include <FocalAdd.h>

Public Attributes

double f_open
 
double f_focal
 
double g
 
double h
 
state s
 
stateLoc where
 
size_t parent
 
bool reopened
 

Detailed Description

template<class state, class action, class environment>
struct FocalAdd< state, action, environment >::SearchState

Definition at line 110 of file FocalAdd.h.

Member Data Documentation

◆ f_focal

template<class state , class action , class environment >
double FocalAdd< state, action, environment >::SearchState::f_focal

Definition at line 112 of file FocalAdd.h.

◆ f_open

template<class state , class action , class environment >
double FocalAdd< state, action, environment >::SearchState::f_open

Definition at line 111 of file FocalAdd.h.

◆ g

template<class state , class action , class environment >
double FocalAdd< state, action, environment >::SearchState::g

Definition at line 113 of file FocalAdd.h.

◆ h

template<class state , class action , class environment >
double FocalAdd< state, action, environment >::SearchState::h

Definition at line 113 of file FocalAdd.h.

◆ parent

template<class state , class action , class environment >
size_t FocalAdd< state, action, environment >::SearchState::parent

Definition at line 116 of file FocalAdd.h.

◆ reopened

template<class state , class action , class environment >
bool FocalAdd< state, action, environment >::SearchState::reopened

Definition at line 117 of file FocalAdd.h.

◆ s

template<class state , class action , class environment >
state FocalAdd< state, action, environment >::SearchState::s

Definition at line 114 of file FocalAdd.h.

◆ where

template<class state , class action , class environment >
stateLoc FocalAdd< state, action, environment >::SearchState::where

Definition at line 115 of file FocalAdd.h.


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