Base class for voxel transformation functions. More...
#include <MultipleVoxelTransformation.h>
Public Member Functions | |
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 Member Functions | |
Base (int numvox=0) | |
Default constructor. | |
Base (const Base &other) | |
Copy constructor. | |
Protected Attributes | |
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 |
Base class for voxel transformation functions.
Definition at line 49 of file MultipleVoxelTransformation.h.