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:
void SetMagnificationFactors (int ,int ,int ) | |
void SetMagnificationFactors (int *) | |
int *GetMagnificationFactors () |
void SetInterpolate (int ) | |
int GetInterpolate () | |
void InterpolateOn () | |
void InterpolateOff () |