#include <MultipleVoxelTransformation.h>


Public Member Functions | |
| void | InitializeMemory () |
| Allocate memory for interpolated values the first time. | |
| Interpolate () | |
| Default constructor. | |
| Interpolate (const Interpolate &) | |
| Copy constructor. | |
| virtual | ~Interpolate () |
| Destructor. | |
Public Member Functions inherited from mirtk::MultipleVoxelTransformation::Base | |
| template<class T > | |
| T & | x_ (T *p) const |
| Get reference to x component of vector field. | |
| template<class T > | |
| const T & | x_ (const T *p) const |
| Get const reference to x component of vector field. | |
| template<class T > | |
| T & | y_ (T *p) const |
| Get reference to y component of vector field. | |
| template<class T > | |
| const T & | y_ (const T *p) const |
| Get const reference to y component of vector field. | |
| template<class T > | |
| T & | z_ (T *p) const |
| Get reference to z component of vector field. | |
| template<class T > | |
| const T & | z_ (const T *p) const |
| Get const reference to z component of vector field. | |
Public Member Functions inherited from mirtk::VoxelFunction | |
| void | join (VoxelFunction &) |
| Join results. | |
| void | split (VoxelFunction &) |
| VoxelFunction () | |
| Default constructor. | |
Protected Attributes | |
| double * | _v |
| Pre-allocated memory for interpolated values. | |
Protected Attributes inherited from mirtk::MultipleVoxelTransformation::Base | |
| int | _NumberOfVoxels |
| Number of voxels per vector component. | |
| int | _TwiceNumberOfVoxels |
| Offset of z component. | |
Additional Inherited Members | |
Static Public Member Functions inherited from mirtk::VoxelFunction | |
| static bool | IsReduction () |
Public Attributes inherited from mirtk::VoxelFunction | |
| const ImageAttributes * | _Domain |
Protected Member Functions inherited from mirtk::MultipleVoxelTransformation::Base | |
| Base (int numvox=0) | |
| Default constructor. | |
| Base (const Base &other) | |
| Copy constructor. | |
Set output image of known scalar type to interpolated value using pre-computed map from output voxel indices to input indices
Definition at line 709 of file MultipleVoxelTransformation.h.