HOG2
|
#include <Map3DGrid.h>
Public Member Functions | |
bool | AddPoint (int x, int y, int z) |
bool | RemovePoint (int x, int y, int z) |
Public Attributes | |
std::vector< RegionData > | regions |
Definition at line 157 of file Map3DGrid.h.
bool SectorData::AddPoint | ( | int | x, |
int | y, | ||
int | z | ||
) |
Definition at line 409 of file Map3DGrid.cpp.
References gSectorSize, and regions.
bool SectorData::RemovePoint | ( | int | x, |
int | y, | ||
int | z | ||
) |
Definition at line 431 of file Map3DGrid.cpp.
References gSectorSize, and regions.
std::vector<RegionData> SectorData::regions |
Definition at line 162 of file Map3DGrid.h.
Referenced by AddPoint(), and RemovePoint().