Pyrogenesis  trunk
Classes | Macros
CCmpPathfinder_Common.h File Reference

Declares CCmpPathfinder. More...

#include "simulation2/system/Component.h"
#include "ICmpPathfinder.h"
#include "graphics/Overlay.h"
#include "graphics/Terrain.h"
#include "maths/MathUtil.h"
#include "ps/CLogger.h"
#include "simulation2/components/ICmpObstructionManager.h"
#include "simulation2/helpers/LongPathfinder.h"
Include dependency graph for CCmpPathfinder_Common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  AsyncLongPathRequest
 
struct  AsyncShortPathRequest
 
struct  Vertex
 
struct  Edge
 
struct  Square
 
struct  EdgeAA
 
class  CCmpPathfinder
 Implementation of ICmpPathfinder. More...
 
class  AtlasOverlay
 

Macros

#define PATHFIND_DEBUG   1
 

Detailed Description

Declares CCmpPathfinder.

Its implementation is mainly done in CCmpPathfinder.cpp, but the short-range (vertex) pathfinding is done in CCmpPathfinder_Vertex.cpp. This file provides common code needed for both files.

The long-range pathfinding is done by a LongPathfinder object.

Macro Definition Documentation

#define PATHFIND_DEBUG   1