#include <itkFlipImageFilter.h>
Inheritance diagram for itk::FlipImageFilter< TImage >:
FlipImageFilter flips an image across user specified axes. The flip axes are set via method SetFlipAxes( array ) where the input is a FixedArray<bool,ImageDimension>. The image is flipped across axes for which array[i] is true.
In terms of grid coordinates the image is flipped within the LargestPossibleRegion of the input image. As such, the LargestPossibleRegion of the ouput image is the same as the input.
In terms of geometric coordinates, the output origin is such that the image is flipped with respect to the coordinate axes.
Definition at line 48 of file itkFlipImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TImage, TImage >. Definition at line 57 of file itkFlipImageFilter.h. |
|
FlipAxesArray type Definition at line 79 of file itkFlipImageFilter.h. Referenced by itk::FlipImageFilter< TImage >::~FlipImageFilter(). |
|
Index related types Definition at line 75 of file itkFlipImageFilter.h. |
|
Definition at line 76 of file itkFlipImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TImage, TImage >. Definition at line 70 of file itkFlipImageFilter.h. |
|
Inherited types Reimplemented from itk::ImageToImageFilter< TImage, TImage >. Definition at line 69 of file itkFlipImageFilter.h. |
|
Reimplemented from itk::ImageSource< TImage >. Definition at line 71 of file itkFlipImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TImage, TImage >. Definition at line 72 of file itkFlipImageFilter.h. Referenced by itk::FlipImageFilter< TImage >::~FlipImageFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TImage, TImage >. Definition at line 56 of file itkFlipImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TImage, TImage >. Definition at line 54 of file itkFlipImageFilter.h. Referenced by itk::FlipImageFilter< TImage >::~FlipImageFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TImage, TImage >. Definition at line 55 of file itkFlipImageFilter.h. |
|
|
|
Definition at line 113 of file itkFlipImageFilter.h. References itk::FlipImageFilter< TImage >::FlipAxesArrayType, itk::FlipImageFilter< TImage >::OutputImageRegionType, and itk::FlipImageFilter< TImage >::Self. |
|
Controls how the output origin is computed. If FlipAboutOrigin is "on", the flip will occur about the origin of the axis, otherwise, the flip will occur about the center of the axis. |
|
Controls how the output origin is computed. If FlipAboutOrigin is "on", the flip will occur about the origin of the axis, otherwise, the flip will occur about the center of the axis. |
|
FlipImageFilter needs different input requested region than the output requested region. As such, FlipImageFilter needs to provide an implementation for GenerateInputRequestedRegion() in order to inform the pipeline execution model. Reimplemented from itk::ImageToImageFilter< TImage, TImage >. |
|
FlipImageFilter produces an image with different origin and direction than the input image. As such, FlipImageFilter needs to provide an implementation for GenerateOutputInformation() in order to inform the pipeline execution model. The original documentation of this method is below.
Reimplemented from itk::ProcessObject. |
|
Controls how the output origin is computed. If FlipAboutOrigin is "on", the flip will occur about the origin of the axis, otherwise, the flip will occur about the center of the axis. |
|
Set/Get the axis to be flipped. The image is flipped along axes for which array[i] is true. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TImage, TImage >. |
|
ImageDimension enumeration |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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 itk::ImageToImageFilter< TImage, TImage >. |
|
Controls how the output origin is computed. If FlipAboutOrigin is "on", the flip will occur about the origin of the axis, otherwise, the flip will occur about the center of the axis. |
|
Set/Get the axis to be flipped. The image is flipped along axes for which array[i] is true. |
|
FlipImageFilter can be implemented as a multithreaded filter. Therefore, this implementation provides a ThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling ThreadedGenerateData(). ThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread"
Reimplemented from itk::ImageSource< TImage >. |