1 #ifndef TIL_NEIGHBORHOOD_TOOLS 2 #define TIL_NEIGHBORHOOD_TOOLS 25 TIL_API void getNeighbors(
const Neighborhood &nh, std::vector<numeric_array<int,3> > & res);
Belongs to package Box Do not include directly, include til/Box.h instead.
TIL_API void forwardize(Neighborhood &nh)
TIL_API void getNeighbors(const Neighborhood &nh, std::vector< numeric_array< int, 3 > > &res)
Pushes the neighbor coordinates in a container.
TIL_API int connectivity(const Neighborhood &nh)
TIL_API void create2DNeighborhood(Neighborhood &nh, int nx, int ny, int nz, int connectivity=0)