Represents a region in space using discretized coordinates. More...
#include <locality.hh>
Public Member Functions | |
region (const std::array< int32_t, dimension > &_lowest_corner, std::array< int32_t, dimension > _extent) | |
std::array< int32_t, dimension > | get_lowest_corner () const |
std::array< int32_t, dimension > | get_extent () const |
Represents a region in space using discretized coordinates.
Discretized coordinates are used in order to have well-defined arithmetic and comparison operations
D | - number of dimensions of space |
|
inline |
|
inline |
|
inline |