#include <VoxelDomain.h>
Wraps call to InterpolateImageFunction::IsInside
Use as argument for the InputDomain template parameter of the voxel transformation functors to interpolate the input at a given transformed voxel when its coordinates are inside the domain for which the interpolation is well defined.
More efficient then the default Foreground domain check, but only ensures that the transformed coordinates are within the interpolation domain of the input image(s). Can be used when background value of input images is very dominant, e.g., minimum negative value supported by scalar type, and thus interpolated values are below a certain threshold, or if influence of background values is considered negligible.
Definition at line 262 of file VoxelDomain.h.