Documentation for vtkImageMagnify

vtkImageMagnify - Magnifies an image by integer values

Super Class: vtkImageFilter

Description:

vtkImageMagnify maps each pixel of the input onto a nxmx... region of the output. Location (0,0,...) remains in the same place.

 

Methods:

void vtkImageMagnify ()
static vtkImageMagnify *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetMagnificationFactors (int ,int ,int )
void SetMagnificationFactors (int *)
int *GetMagnificationFactors ()
void SetInterpolate (int )
int GetInterpolate ()
void InterpolateOn ()
void InterpolateOff ()
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int )
void ComputeRequiredInputUpdateExtent (int ,int )
void ExecuteImageInformation ()

 

Detailed Method Descriptions:

Set/Get Magnification factors

void SetMagnificationFactors (int ,int ,int )
void SetMagnificationFactors (int *)
int *GetMagnificationFactors ()

Turn interpolation on and off (pixel replication used when off)

void SetInterpolate (int )
int GetInterpolate ()
void InterpolateOn ()
void InterpolateOff ()