Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension > Class Template Reference

#include <itkVnlFFTComplexConjugateToRealImageFilter.h>

Inheritance diagram for itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >:

Inheritance graph
[legend]
Collaboration diagram for itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef Image< std::complex<
TPixel >, Dimension > 
TInputImageType
typedef Image< TPixel, Dimension > TOutputImageType
typedef VnlFFTComplexConjugateToRealImageFilter Self
typedef FFTComplexConjugateToRealImageFilter<
TPixel, Dimension > 
Superclass
typedef SmartPointer< SelfPointer
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 ()

template<typename TPixel, unsigned int Dimension = 3>
class itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >


Member Typedef Documentation

template<typename TPixel, unsigned int Dimension = 3>
typedef SmartPointer<const Self> itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >::constPointer
 

Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >.

Definition at line 36 of file itkVnlFFTComplexConjugateToRealImageFilter.h.

template<typename TPixel, unsigned int Dimension = 3>
typedef ImageType::SizeType itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >::ImageSizeType
 

Image type typedef support.

Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >.

Definition at line 47 of file itkVnlFFTComplexConjugateToRealImageFilter.h.

template<typename TPixel, unsigned int Dimension = 3>
typedef TInputImageType itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >::ImageType
 

Image type typedef support.

Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >.

Definition at line 46 of file itkVnlFFTComplexConjugateToRealImageFilter.h.

template<typename TPixel, unsigned int Dimension = 3>
typedef SmartPointer<Self> itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >::Pointer
 

Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >.

Definition at line 35 of file itkVnlFFTComplexConjugateToRealImageFilter.h.

template<typename TPixel, unsigned int Dimension = 3>
typedef VnlFFTComplexConjugateToRealImageFilter itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >::Self
 

Standard class typedefs.

Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >.

Definition at line 33 of file itkVnlFFTComplexConjugateToRealImageFilter.h.

template<typename TPixel, unsigned int Dimension = 3>
typedef FFTComplexConjugateToRealImageFilter<TPixel,Dimension> itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >::Superclass
 

Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >.

Definition at line 34 of file itkVnlFFTComplexConjugateToRealImageFilter.h.

template<typename TPixel, unsigned int Dimension = 3>
typedef Image< std::complex<TPixel>,Dimension> itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >::TInputImageType
 

Standard class typedefs.

Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >.

Definition at line 30 of file itkVnlFFTComplexConjugateToRealImageFilter.h.

template<typename TPixel, unsigned int Dimension = 3>
typedef Image<TPixel,Dimension> itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >::TOutputImageType
 

Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >.

Definition at line 31 of file itkVnlFFTComplexConjugateToRealImageFilter.h.


Constructor & Destructor Documentation

template<typename TPixel, unsigned int Dimension = 3>
itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >::VnlFFTComplexConjugateToRealImageFilter  )  [inline, protected]
 

Definition at line 54 of file itkVnlFFTComplexConjugateToRealImageFilter.h.

template<typename TPixel, unsigned int Dimension = 3>
virtual itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >::~VnlFFTComplexConjugateToRealImageFilter  )  [inline, protected, virtual]
 

Definition at line 55 of file itkVnlFFTComplexConjugateToRealImageFilter.h.


Member Function Documentation

template<typename TPixel, unsigned int Dimension = 3>
virtual bool itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >::FullMatrix  )  [virtual]
 

Image type typedef support.

Implements itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >.

template<typename TPixel, unsigned int Dimension = 3>
virtual void itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >::GenerateData  )  [virtual]
 

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.

See also:
ThreadedGenerateData()

Reimplemented from itk::ImageSource< TOutputImage >.

template<typename TPixel, unsigned int Dimension = 3>
virtual const char* itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >::GetNameOfClass  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::FFTComplexConjugateToRealImageFilter< TPixel, Dimension >.

template<typename TPixel, unsigned int Dimension = 3>
Pointer itk::VnlFFTComplexConjugateToRealImageFilter< TPixel, Dimension >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::Object.


The documentation for this class was generated from the following file:
Generated at Thu May 25 02:40:04 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000