AI_AStar::Informator Class Reference

#include <AI_AStar.h>

Inheritance diagram for AI_AStar::Informator:

AI_NavigationMesh::Informator

List of all members.


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]


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