Public Attributes

_GraphMapCell Struct Reference

Information of a cell in A* Algorithm. More...

#include <aalgorithm.h>

Collaboration diagram for _GraphMapCell:
Collaboration graph
[legend]

List of all members.

Public Attributes

float h
 Heuristic cost of shortest path from cell to goal.
float f
 Estimated cost of shortest path from start to goal.
float g
 Backpointer length.
struct _GraphMapCellbackpointer
 Backpointer.
bool processed
 Processed flag.
bool in_queue
struct _GraphMapCellnext
 Pointer to the next cell in a list.

Detailed Description

Information of a cell in A* Algorithm.


Member Data Documentation

Backpointer.

Estimated cost of shortest path from start to goal.

Backpointer length.

Heuristic cost of shortest path from cell to goal.

Pointer to the next cell in a list.

Processed flag.


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