aimstil  5.0.5
neighborhoodTools.h File Reference
#include <vector>
#include "til/Neighborhood.h"
#include "til/numeric_array.h"
Include dependency graph for neighborhoodTools.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 til
 Belongs to package Box Do not include directly, include til/Box.h instead.
 

Functions

TIL_API void til::forwardize (Neighborhood &nh)
 
TIL_API void til::getNeighbors (const Neighborhood &nh, std::vector< numeric_array< int, 3 > > &res)
 Pushes the neighbor coordinates in a container. More...
 
TIL_API int til::connectivity (const Neighborhood &nh)
 
TIL_API void til::create2DNeighborhood (Neighborhood &nh, int nx, int ny, int nz, int connectivity=0)