Input/output data members of voxel transformation functions. More...
#include <MultipleVoxelTransformation.h>
Public Member Functions | |
TransformData () | |
Default constructor. | |
Public Attributes | |
int | _Begin |
Index of first image to process. | |
int | _End |
Index of last image to process + 1. | |
const BaseImage * | _Input |
Single/reference input. | |
const BaseImage ** | _Inputs |
Input images. | |
InterpolateImageFunction * | _Interpolator |
Single/reference interpolator. | |
InterpolateImageFunction ** | _Interpolators |
Input interpolators. | |
bool | _Invert |
Whether to invert the transformations. | |
BinaryImage * | _Mask |
Output foreground mask. | |
int | _MaxNumberOfComponents |
Maximum number of image components/channels (_t) | |
int | _NumberOfImages |
Number of input images. | |
double | _Offset |
Output intensity offset. | |
Image * | _Output |
Single/reference output image. | |
Image ** | _Outputs |
Output images. | |
double | _PaddingValue |
Default padding value. | |
double * | _PaddingValues |
Outside padding values. | |
double | _ScaleFactor |
Output intensity scale factor. | |
const Transformation * | _Transformation1 |
First transformation. | |
const Transformation * | _Transformation2 |
Second transformation (optional) | |
Input/output data members of voxel transformation functions.
Definition at line 99 of file MultipleVoxelTransformation.h.