26 #ifndef MERCURY_HGRIDCELL_H
27 #define MERCURY_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
106 #endif //MERCURY_HGRIDCELL_H
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.
bool operator==(const HGridCell &other) const
Checks if the given cell is the same as the given cell.
void setHGridZ(int HGridZ)
void setHGridY(int HGridY)
void setHGridX(int HGridX)
int hGridX_
Cell position in the grid.
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.
Contains the hGrid-information for a certain particle: x,y,z and level of the particle containing thi...
void setHGridLevel(unsigned int HGridLevel)
unsigned int getHGridLevel() const
unsigned int hGridLevel_
HGrid-level of the particle containing this cell.