Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

path_finding::frontier_node Struct Reference

List of all members.

Public Member Functions

 frontier_node (int_pair position, int cost_g, float cost_h)
 frontier_node ()

Public Attributes

int_pair position
int cost_g
float cost_h

Constructor & Destructor Documentation

path_finding::frontier_node::frontier_node int_pair  position,
int  cost_g,
float  cost_h
[inline]
 

Definition at line 1088 of file fack.cc.

path_finding::frontier_node::frontier_node  )  [inline]
 

Definition at line 1092 of file fack.cc.


Member Data Documentation

int path_finding::frontier_node::cost_g
 

Definition at line 1085 of file fack.cc.

Referenced by path_finding::best_route().

float path_finding::frontier_node::cost_h
 

Definition at line 1086 of file fack.cc.

int_pair path_finding::frontier_node::position
 

Definition at line 1084 of file fack.cc.

Referenced by path_finding::best_route().


The documentation for this struct was generated from the following file:
Generated on Wed May 25 15:36:14 2005 for FACK by  doxygen 1.4.0