8#ifndef SRC_VECTOR_TESTS_VECTOR_DIST_UTIL_UNIT_TESTS_HPP_ 
    9#define SRC_VECTOR_TESTS_VECTOR_DIST_UTIL_UNIT_TESTS_HPP_ 
   24template<
unsigned int dim,
typename vector_dist>
 
   45            if (ct.isLocalBC(xp,bc) == 
true)
 
This class represent an N-dimensional box.
 
__host__ __device__ bool isInside(const Point< dim, T > &p) const
Check if the point is inside the box.
 
__device__ __host__ bool isInsideNP(const Point< dim, T > &p) const
Check if the point is inside the region excluding the positive part.
 
This class implement the point shape in an N-dimensional space.
 
Iterator that Iterate across particle indexes.
 
bool isNext()
Check if there is the next element.
 
vect_dist_key_dx get()
Get the actual key.
 
auto getPos(vect_dist_key_dx vec_key) -> decltype(v_pos.template get< 0 >(vec_key.getKey()))
Get the position of an element.
 
Decomposition & getDecomposition()
Get the decomposition.