HOG2
Public Member Functions | Public Attributes | List of all members
SectorData Class Reference

#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< RegionDataregions
 

Detailed Description

Definition at line 157 of file Map3DGrid.h.

Member Function Documentation

◆ AddPoint()

bool SectorData::AddPoint ( int  x,
int  y,
int  z 
)

Definition at line 409 of file Map3DGrid.cpp.

References gSectorSize, and regions.

◆ RemovePoint()

bool SectorData::RemovePoint ( int  x,
int  y,
int  z 
)

Definition at line 431 of file Map3DGrid.cpp.

References gSectorSize, and regions.

Member Data Documentation

◆ regions

std::vector<RegionData> SectorData::regions

Definition at line 162 of file Map3DGrid.h.

Referenced by AddPoint(), and RemovePoint().


The documentation for this class was generated from the following files: