26 #ifndef MERCURYDPM_HGRIDCELL_H
27 #define MERCURYDPM_HGRIDCELL_H
39 inline bool equals(
int x,
int y,
int z,
unsigned int level)
const
45 inline bool equals(
int x,
int y,
unsigned int level)
const
Definition: HGridCell.h:33
unsigned int getHGridLevel() const
Definition: HGridCell.h:86
unsigned int hGridLevel_
HGrid-level of the particle containing this cell.
Definition: HGridCell.h:101
bool equals(int x, int y, int z, unsigned int level) const
Checks if the given (x,y,z,level) is the same as the ones in this cell.
Definition: HGridCell.h:39
bool operator==(const HGridCell &other) const
Checks if the given cell is the same as the given cell.
Definition: HGridCell.h:51
int hGridY_
Definition: HGridCell.h:99
bool equals(int x, int y, unsigned int level) const
Checks if the given (x,y,z,level) is the same as the ones in this cell, 2D version.
Definition: HGridCell.h:45
int hGridZ_
Definition: HGridCell.h:99
void setHGridZ(int HGridZ)
Definition: HGridCell.h:81
HGridCell()
Definition: HGridCell.h:35
int getHGridX() const
Definition: HGridCell.h:56
void setHGridX(int HGridX)
Definition: HGridCell.h:61
int getHGridZ() const
Definition: HGridCell.h:76
void setHGridY(int HGridY)
Definition: HGridCell.h:71
int hGridX_
Cell position in the grid.
Definition: HGridCell.h:99
void setHGridLevel(unsigned int HGridLevel)
Definition: HGridCell.h:91
int getHGridY() const
Definition: HGridCell.h:66