vtkImageFlip - This flips an axis of an image. Right becomes left ...
Super Class: vtkImageFilter
Description:
vtkImageFlip will reflect the data along the filtered axis. If PreserveImageExtent is "On", then the image is shifted so that it has the same image extent, and the origin is shifted appropriately. When PreserveImageExtent is "off", The Origin is not changed, min and max of extent (of filtered axis) are negated, and are swapped. The default preserves the extent of the input.
Methods:
void vtkImageFlip () | |
static vtkImageFlip *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetFilteredAxis (int ) | |
int GetFilteredAxis () | |
void SetFilteredAxes (int ) | |
void SetPreserveImageExtent (int ) | |
int GetPreserveImageExtent () | |
void PreserveImageExtentOn () | |
void PreserveImageExtentOff () | |
void ExecuteImageInformation () | |
void ComputeRequiredInputUpdateExtent (int ,int ) | |
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int ) |
Detailed Method Descriptions:
void SetFilteredAxis (int ) | |
int GetFilteredAxis () |
void SetFilteredAxes (int ) | |
void SetPreserveImageExtent (int ) | |
int GetPreserveImageExtent () | |
void PreserveImageExtentOn () | |
void PreserveImageExtentOff () |