Documentation for vtkImageTranslateExtent

vtkImageTranslateExtent - Changes extent, nothing else.

Super Class: vtkImageFilter

Description:

vtkImageTranslateExtent shift the whole extent, but does not change the data.

 

Methods:

void vtkImageTranslateExtent ()
static vtkImageTranslateExtent *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetTranslation (int ,int ,int )
void SetTranslation (int *)
int *GetTranslation ()
void InternalUpdate (vtkImageData *)
void ExecuteImageInformation ()

 

Detailed Method Descriptions:

Delta to change "WholeExtent". -1 changes 0->10 to -1->9.

void SetTranslation (int ,int ,int )
void SetTranslation (int *)
int *GetTranslation ()

This method simply copies by reference the input data to the output.

void InternalUpdate (vtkImageData *)