Interpolate multi-channel image (3D+c) More...
#include <UnaryVoxelFunction.h>
Public Member Functions | |
template<class T > | |
void | operator() (int i, int j, int k, int, T *o) |
Interpolate all channels at (i, j, k) at once. | |
void | operator() (int i, int j, int k, int, double *o) |
Interpolate all channels at (i, j, k) at once. | |
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 multi-channel image (3D+c)
Definition at line 403 of file UnaryVoxelFunction.h.