HOG2
|
Classes | |
struct | abstractState |
class | DynamicWeightedGrid |
class | DynamicWeightedGridEnvironment |
struct | edge |
struct | regionData |
struct | SectorData |
Enumerations | |
enum | TerrainType { kBlack = 0, kDeepWater = 1, kWater = 2, kRiver = 3, kSwamp = 4, kGround = 5, kTrees = 6, kRoad = 7, kDesert = 8, kIce = 9, kJungle = 10, kPlains = 11, kBlight = 12, kTundra = 13, kMountain = 14, kHills = 15 } |
Functions | |
static bool | operator== (const abstractState &s1, const abstractState &s2) |
Variables | |
const uint8_t | kNoRegion = 0xFF |
enum DWG::TerrainType |
Enumerator | |
---|---|
kBlack | |
kDeepWater | |
kWater | |
kRiver | |
kSwamp | |
kGround | |
kTrees | |
kRoad | |
kDesert | |
kIce | |
kJungle | |
kPlains | |
kBlight | |
kTundra | |
kMountain | |
kHills |
Definition at line 17 of file DynamicWeightedGrid.h.
|
static |
Definition at line 40 of file DynamicWeightedGrid.h.
References DWG::abstractState::region, and DWG::abstractState::sector.
const uint8_t DWG::kNoRegion = 0xFF |
Definition at line 51 of file DynamicWeightedGrid.h.
Referenced by DWG::DynamicWeightedGrid< sectorSize >::BFS(), and DWG::DynamicWeightedGrid< sectorSize >::GetRegions().