#include <itkVnlFFTComplexConjugateToRealImageFilter.h>
Inheritance diagram for itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >:
Public Types | |
typedef Image< std::complex< TPixel >, Dimension > | TInputImageType |
typedef Image< TPixel, Dimension > | TOutputImageType |
typedef VnlFFTComplexConjugateToRealImageFilter | Self |
typedef FFTComplexConjugateToRealImageFilter< TPixel, Dimension > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | constPointer |
typedef TInputImageType | ImageType |
typedef ImageType::SizeType | ImageSizeType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | GenerateData () |
virtual bool | FullMatrix () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
VnlFFTComplexConjugateToRealImageFilter () | |
virtual | ~VnlFFTComplexConjugateToRealImageFilter () |
|
Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >. Definition at line 36 of file itkVnlFFTComplexConjugateToRealImageFilter.h. |
|
Image type typedef support. Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >. Definition at line 47 of file itkVnlFFTComplexConjugateToRealImageFilter.h. |
|
Image type typedef support. Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >. Definition at line 46 of file itkVnlFFTComplexConjugateToRealImageFilter.h. |
|
Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >. Definition at line 35 of file itkVnlFFTComplexConjugateToRealImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >. Definition at line 33 of file itkVnlFFTComplexConjugateToRealImageFilter.h. |
|
Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >. Definition at line 34 of file itkVnlFFTComplexConjugateToRealImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >. Definition at line 30 of file itkVnlFFTComplexConjugateToRealImageFilter.h. |
|
Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >. Definition at line 31 of file itkVnlFFTComplexConjugateToRealImageFilter.h. |
|
Definition at line 54 of file itkVnlFFTComplexConjugateToRealImageFilter.h. |
|
Definition at line 55 of file itkVnlFFTComplexConjugateToRealImageFilter.h. |
|
Image type typedef support. Implements itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >. |
|
A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling ThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter an be threaded, it should NOT provide a GenerateData() method but should provide a ThreadedGenerateData() instead.
Reimplemented from itk::ImageSource< TOutputImage >. |
|
Run-time type information (and related methods). Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |