#include <vtkImageFlip.h>
Inheritance diagram for vtkImageFlip:
vtkImageFlip will reflect the data along the filtered axis. This filter is actually a thin wrapper around vtkImageReslice.
Definition at line 31 of file vtkImageFlip.h.
Public Types | |
typedef vtkImageReslice | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetFilteredAxis (int) |
virtual int | GetFilteredAxis () |
virtual void | SetFlipAboutOrigin (int) |
virtual int | GetFlipAboutOrigin () |
virtual void | FlipAboutOriginOn () |
virtual void | FlipAboutOriginOff () |
void | SetFilteredAxes (int axis) |
virtual void | SetPreserveImageExtent (int) |
virtual int | GetPreserveImageExtent () |
virtual void | PreserveImageExtentOn () |
virtual void | PreserveImageExtentOff () |
Static Public Member Functions | |
static vtkImageFlip * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageFlip * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageFlip () | |
~vtkImageFlip () | |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
int | FilteredAxis |
int | FlipAboutOrigin |
int | PreserveImageExtent |
|
Reimplemented from vtkImageReslice. Definition at line 36 of file vtkImageFlip.h. |
|
|
|
Definition at line 79 of file vtkImageFlip.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkImageReslice. |
|
Reimplemented from vtkImageReslice. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageReslice. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageReslice. |
|
Reimplemented from vtkImageReslice. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageReslice. |
|
Specify which axis will be flipped. This must be an integer between 0 (for x) and 2 (for z). |
|
|
|
By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input. However, if you have a coordinate system associated with the image and you want to use the flip to convert +ve values along one axis to -ve values (and vice versa) then you actually want to flip the image about coordinate (0,0,0) instead of about the center of the image. This method will adjust the Origin of the output such that the flip occurs about (0,0,0). Note that this method only changes the Origin (and hence the coordinate system) the output data: the actual pixel values are the same whether or not this method is used. Also note that the Origin in this method name refers to (0,0,0) in the coordinate system associated with the image, it does not refer to the Origin ivar that is associated with a vtkImageData. |
|
By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input. However, if you have a coordinate system associated with the image and you want to use the flip to convert +ve values along one axis to -ve values (and vice versa) then you actually want to flip the image about coordinate (0,0,0) instead of about the center of the image. This method will adjust the Origin of the output such that the flip occurs about (0,0,0). Note that this method only changes the Origin (and hence the coordinate system) the output data: the actual pixel values are the same whether or not this method is used. Also note that the Origin in this method name refers to (0,0,0) in the coordinate system associated with the image, it does not refer to the Origin ivar that is associated with a vtkImageData. |
|
By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input. However, if you have a coordinate system associated with the image and you want to use the flip to convert +ve values along one axis to -ve values (and vice versa) then you actually want to flip the image about coordinate (0,0,0) instead of about the center of the image. This method will adjust the Origin of the output such that the flip occurs about (0,0,0). Note that this method only changes the Origin (and hence the coordinate system) the output data: the actual pixel values are the same whether or not this method is used. Also note that the Origin in this method name refers to (0,0,0) in the coordinate system associated with the image, it does not refer to the Origin ivar that is associated with a vtkImageData. |
|
By default the image will be flipped about its center, and the Origin, Spacing and Extent of the output will be identical to the input. However, if you have a coordinate system associated with the image and you want to use the flip to convert +ve values along one axis to -ve values (and vice versa) then you actually want to flip the image about coordinate (0,0,0) instead of about the center of the image. This method will adjust the Origin of the output such that the flip occurs about (0,0,0). Note that this method only changes the Origin (and hence the coordinate system) the output data: the actual pixel values are the same whether or not this method is used. Also note that the Origin in this method name refers to (0,0,0) in the coordinate system associated with the image, it does not refer to the Origin ivar that is associated with a vtkImageData. |
|
For compatibility with old scripts. Definition at line 66 of file vtkImageFlip.h. |
|
PreserveImageExtentOff wasn't covered by test scripts and its implementation was broken. It is deprecated now and it has no effect (i.e. the ImageExtent is always preserved). |
|
For compatibility with old scripts. |
|
For compatibility with old scripts. |
|
For compatibility with old scripts. |
|
Reimplemented from vtkImageReslice. |
|
Definition at line 83 of file vtkImageFlip.h. |
|
Definition at line 84 of file vtkImageFlip.h. |
|
Definition at line 85 of file vtkImageFlip.h. |