vtkImageClip - Reduces the image extent of the input.
Super Class: vtkImageFilter
Description:
vtkImageClip will make an image smaller. The output must have an image extent which is the subset of the input. Data is not copied in this filter.
Methods:
void vtkImageClip () | |
static vtkImageClip *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetOutputWholeExtent (int ) | |
void SetOutputWholeExtent (int ,int ,int ,int ,int ,int ) | |
void GetOutputWholeExtent (int ) | |
int *GetOutputWholeExtent () | |
void ResetOutputWholeExtent () | |
void InternalUpdate (vtkImageData *) | |
void ExecuteImageInformation () |
Detailed Method Descriptions:
void SetOutputWholeExtent (int ) | |
void SetOutputWholeExtent (int ,int ,int ,int ,int ,int ) | |
void GetOutputWholeExtent (int ) |