Pyrogenesis  trunk
Classes | Typedefs
LongPathfinder.h File Reference
#include "Pathfinding.h"
#include "graphics/Overlay.h"
#include "renderer/Scene.h"
#include "renderer/TerrainOverlay.h"
#include "simulation2/helpers/Grid.h"
#include "simulation2/helpers/PriorityQueue.h"
#include <map>
Include dependency graph for LongPathfinder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TileID
 Represents the 2D coordinates of a tile. More...
 
struct  PathfindTile
 Tile data for A* computation. More...
 
struct  CircularRegion
 
struct  PathfinderState
 
class  LongPathfinder
 
struct  LongPathfinder::Debug
 

Typedefs

typedef PriorityQueueHeap< TileID, PathCost, PathCostPriorityQueue
 
typedef SparseGrid< PathfindTilePathfindTileGrid
 

Typedef Documentation

◆ PathfindTileGrid

◆ PriorityQueue