Pyrogenesis  trunk
Classes
TerritoryBoundary.h File Reference
#include <vector>
#include "maths/Vector2D.h"
#include "simulation2/helpers/Grid.h"
#include "simulation2/helpers/Player.h"
Include dependency graph for TerritoryBoundary.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STerritoryBoundary
 Describes an outline of a territory, where the latter are understood to mean the largest sets of mutually connected tiles ('connected' as in the mathematical sense from graph theory) that are either all reachable or all unreachable from a root influence entity. More...
 
class  CTerritoryBoundaryCalculator
 Responsible for calculating territory boundaries, given an input territory map. More...