AI_AStar.h File Reference
#include "AI_Global.h"
#include "utils/AI_Array.h"
Go to the source code of this file.
Classes | |
| class | AI_AStar |
| Generic A* (pronounce a-star) algorithm implementation. More... | |
| class | AI_AStar::Node |
| class | AI_AStar::Link |
| class | AI_AStar::Graph |
| Graph as collection of nodes and links and operations over them. More... | |
| class | AI_AStar::Informator |
| class | AI_AStar::Session |
| struct | AI_AStar::Session::PathSegment |
| struct | AI_AStar::Session::PathDirection |
Defines | |
| #define | GRAPH_INITIAL_SIZE 0 |
| #define | GRAPH_GROW_SIZE 8 |
Define Documentation
| #define GRAPH_GROW_SIZE 8 |
| #define GRAPH_INITIAL_SIZE 0 |
