Mirror image at boundary. More...
#include <ConvolutionFunction.h>

Public Member Functions | |
| int | operator() (int i, int N) const |
| template<class T > | |
| const T * | operator() (int i, int N, const T *p, int stride) |
| Apply mirror boundary condition to voxel pointer. | |
Mirror image at boundary.
Definition at line 48 of file ConvolutionFunction.h.
|
inline |
Apply mirror boundary condition to voxel index
| [in] | i | Voxel index along image dimension |
| [in] | N | Number of voxels in image dimension |
Definition at line 54 of file ConvolutionFunction.h.