11 #ifndef OCTREE_LOCATION_HH 12 #define OCTREE_LOCATION_HH 52 LocCode binary_cell_size = 1 <<
level();
81 #endif // OCTREE_LOCATION_HH defined Location neighbor(int _idx) const
Location(LocCode _loc_x, LocCode _loc_y, LocCode _loc_z, LocCode _level, CellHandle _parent)
void set_parent(CellHandle _parent)
Location()
Standard constructor.
void set_loc_y(LocCode _loc_y)
unsigned short LocCode
This datatype determines the maximal depth of the octree.
CellHandle parent() const
void set_loc_z(LocCode _loc_z)
void set_loc_x(LocCode _loc_x)
void set_level(LocCode _level)