AI_AStar::Informator Class Reference
#include <AI_AStar.h>
Inheritance diagram for AI_AStar::Informator:

Detailed Description
Informator provides feedback for A* algorithm.Everyone who wants to use A* algorithm must provide any informator with all virtual methods implemented.
Public Member Functions | |
| virtual float | getHeuristic (Node *ptr_node1, Node *ptr_node2)=0 |
Member Function Documentation
| virtual float AI_AStar::Informator::getHeuristic | ( | Node * | ptr_node1, | |
| Node * | ptr_node2 | |||
| ) | [pure virtual] |
Implemented in AI_NavigationMesh::Informator.
The documentation for this class was generated from the following file:
