Interpolate scalar or vector image. More...
#include <UnaryVoxelFunction.h>


Public Member Functions | |
| template<class T > | |
| void | operator() (int i, int j, int k, int l, T *o) |
| Interpolate scalar/vector image. | |
Public Member Functions inherited from mirtk::VoxelFunction | |
| void | join (VoxelFunction &) |
| Join results. | |
| void | split (VoxelFunction &) |
| VoxelFunction () | |
| Default constructor. | |
Additional Inherited Members | |
Static Public Member Functions inherited from mirtk::VoxelFunction | |
| static bool | IsReduction () |
Public Attributes inherited from mirtk::VoxelFunction | |
| const ImageAttributes * | _Domain |
Interpolate scalar or vector image.
Definition at line 318 of file UnaryVoxelFunction.h.