Public Member Functions | List of all members
mirtk::UnaryVoxelFunction::InterpolateImage< TInterpolator > Struct Template Reference

Interpolate scalar or vector image. More...

#include <UnaryVoxelFunction.h>

Inheritance diagram for mirtk::UnaryVoxelFunction::InterpolateImage< TInterpolator >:
Inheritance graph
Collaboration diagram for mirtk::UnaryVoxelFunction::InterpolateImage< TInterpolator >:
Collaboration graph

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
 

Detailed Description

template<class TInterpolator = InterpolateImageFunction>
struct mirtk::UnaryVoxelFunction::InterpolateImage< TInterpolator >

Interpolate scalar or vector image.

Definition at line 318 of file UnaryVoxelFunction.h.


The documentation for this struct was generated from the following file: