TrinityCore
CellArea Struct Reference

#include <Cell.h>

Public Member Functions

 CellArea ()
 
 CellArea (CellCoord low, CellCoord high)
 
bool operator! () const
 
void ResizeBorders (CellCoord &begin_cell, CellCoord &end_cell) const
 

Public Attributes

CellCoord low_bound
 
CellCoord high_bound
 

Detailed Description

Definition at line 29 of file Cell.h.

Constructor & Destructor Documentation

◆ CellArea() [1/2]

CellArea::CellArea ( )
inline

Definition at line 31 of file Cell.h.

◆ CellArea() [2/2]

CellArea::CellArea ( CellCoord  low,
CellCoord  high 
)
inline

Definition at line 32 of file Cell.h.

Member Function Documentation

◆ operator!()

bool CellArea::operator! ( ) const
inline

Definition at line 34 of file Cell.h.

◆ ResizeBorders()

void CellArea::ResizeBorders ( CellCoord begin_cell,
CellCoord end_cell 
) const
inline

Definition at line 36 of file Cell.h.

Member Data Documentation

◆ high_bound

CellCoord CellArea::high_bound

Definition at line 43 of file Cell.h.

◆ low_bound

CellCoord CellArea::low_bound

Definition at line 42 of file Cell.h.


The documentation for this struct was generated from the following file: