SEARCH_RECORD Struct Reference

#include <bestfirst.h>

List of all members.


Detailed Description

Holds all information on one segmentation search.

Set by new_search(). Used by best_first_search() to find the best segmentation by doing a best first search of the solution space.

And that means??

Definition at line 50 of file bestfirst.h.

Public Attributes


Member Data Documentation

long SEARCH_RECORD::before_best

Definition at line 59 of file bestfirst.h.

Referenced by delete_search(), evaluate_state(), and new_search().

A_CHOICE* SEARCH_RECORD::best_choice

Definition at line 60 of file bestfirst.h.

Referenced by evaluate_state(), and new_search().

STATE* SEARCH_RECORD::best_state

Definition at line 56 of file bestfirst.h.

Referenced by best_first_search(), delete_search(), evaluate_state(), and new_search().

HASH_TABLE SEARCH_RECORD::closed_states

Definition at line 53 of file bestfirst.h.

Referenced by best_first_search(), delete_search(), expand_node(), and new_search().

STATE* SEARCH_RECORD::first_state

Definition at line 55 of file bestfirst.h.

Referenced by delete_search(), and new_search().

int SEARCH_RECORD::num_joints

Definition at line 57 of file bestfirst.h.

Referenced by delete_search(), evaluate_state(), expand_node(), new_search(), and prioritize_state().

long SEARCH_RECORD::num_states

Definition at line 58 of file bestfirst.h.

Referenced by best_first_search(), delete_search(), evaluate_state(), and new_search().

HEAP* SEARCH_RECORD::open_states

Definition at line 52 of file bestfirst.h.

Referenced by best_first_search(), delete_search(), expand_node(), and new_search().

A_CHOICE* SEARCH_RECORD::raw_choice

Definition at line 61 of file bestfirst.h.

Referenced by evaluate_state(), and new_search().

STATE* SEARCH_RECORD::this_state

Definition at line 54 of file bestfirst.h.

Referenced by best_first_search(), evaluate_state(), expand_node(), new_search(), and prioritize_state().


The documentation for this struct was generated from the following file:
Generated on Wed Feb 28 19:49:33 2007 for Tesseract by  doxygen 1.5.1