#include <itkReflectImageFilter.h>
Inheritance diagram for itk::ReflectImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef ReflectImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef OutputImageType::PixelType | OutputImagePixelType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual unsigned int | GetDirection () |
virtual void | SetDirection (unsigned int _arg) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
ReflectImageFilter () | |
virtual | ~ReflectImageFilter () |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateData (void) |
This class is parameterized over the type of the input image and the type of the output image.
Definition at line 34 of file itkReflectImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 41 of file itkReflectImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 53 of file itkReflectImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 51 of file itkReflectImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 52 of file itkReflectImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 50 of file itkReflectImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 57 of file itkReflectImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 55 of file itkReflectImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 56 of file itkReflectImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 54 of file itkReflectImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 40 of file itkReflectImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 38 of file itkReflectImageFilter.h. Referenced by itk::ReflectImageFilter< TInputImage, TOutputImage >::~ReflectImageFilter(). |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 39 of file itkReflectImageFilter.h. |
|
|
|
Definition at line 66 of file itkReflectImageFilter.h. References itk::ReflectImageFilter< TInputImage, TOutputImage >::Self. |
|
This method implements the actual reflection of the image.
Reimplemented from itk::ImageSource< TOutputImage >. |
|
Set the direction in which to reflect the data. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
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< TInputImage, TOutputImage >. |
|
Set the direction in which to reflect the data. |