8#ifndef OPENFPM_IO_SRC_UTIL_GBOXES_HPP_
9#define OPENFPM_IO_SRC_UTIL_GBOXES_HPP_
38template<
unsigned int dim>
62 bool operator==(
const GBoxes & tmp)
This class represent an N-dimensional box.
This class implement the point shape in an N-dimensional space.
This structure store the Box that define the domain inside the Ghost + domain box.
static bool noPointers()
Indicate that this structure has no pointers inside.
Box< dim, long int > GDbox
Ghost + Domain ghost.
Point< dim, long int > origin
origin of GDbox in global grid coordinates
Box< dim, long int > Dbox
Domain box.