ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkFFTWRealToHalfHermitianForwardFFTImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef fftw::Proxy < InputPixelType > | FFTWProxyType |
typedef TInputImage | InputImageType |
typedef InputImageType::PixelType | InputPixelType |
typedef InputImageType::SizeType | InputSizeType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::PixelType | OutputPixelType |
typedef OutputImageType::SizeType | OutputSizeType |
typedef SmartPointer< Self > | Pointer |
typedef FFTWRealToHalfHermitianForwardFFTImageFilter | Self |
typedef RealToHalfHermitianForwardFFTImageFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage > | |
typedef InputImageType::IndexType | InputIndexType |
typedef OutputImageType::IndexType | OutputIndexType |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::Pointer | OutputImagePointer |
Public Types inherited from itk::ProcessObject | |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual void | SetPlanRigor (const int &value) |
virtual const int & | GetPlanRigor () |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = InputImageType::ImageDimension |
Private Member Functions | |
FFTWRealToHalfHermitianForwardFFTImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
bool | m_CanUseDestructiveAlgorithm |
int | m_PlanRigor |
FFTW-based forward Fast Fourier Transform.
This filter computes the forward Fourier transform of an image. The implementation is based on the FFTW library.
This filter is multithreaded and supports input images of any size.
In order to use this class, USE_FFTWF must be set to ON in the CMake configuration to support float images, and USE_FFTWD must set to ON to support double images.
This implementation was taken from the Insight Journal paper: http://hdl.handle.net/10380/3154 or http://insight-journal.com/browse/publication/717
Definition at line 54 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
typedef SmartPointer< const Self > itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >.
Definition at line 69 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
typedef fftw::Proxy< InputPixelType > itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::FFTWProxyType |
The proxy type is a wrapper for the FFTW API. Because the proxy is defined only for double and float, trying to use any other pixel type is unsupported, as is trying to use double if only the float FFTW version is configured in, or float if only double is configured.
Definition at line 76 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
typedef TInputImage itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::InputImageType |
Standard class typedefs.
Reimplemented from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >.
Definition at line 59 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
typedef InputImageType::PixelType itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::InputPixelType |
Reimplemented from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >.
Definition at line 60 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
typedef InputImageType::SizeType itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::InputSizeType |
Reimplemented from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >.
Definition at line 61 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
typedef TOutputImage itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >.
Definition at line 62 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
typedef OutputImageType::PixelType itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Reimplemented from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >.
Definition at line 63 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
typedef OutputImageType::SizeType itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::OutputSizeType |
Reimplemented from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >.
Definition at line 64 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
typedef SmartPointer< Self > itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >.
Definition at line 68 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
typedef FFTWRealToHalfHermitianForwardFFTImageFilter itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >.
Definition at line 66 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
typedef RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage > itk::FFTWRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >.
Definition at line 67 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 111 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
protectedvirtual |
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 >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the behavior of wisdom plan creation. The default is provided by FFTWGlobalConfiguration::GetPlanRigor().
The parameter is one of the FFTW planner rigor flags FFTW_ESTIMATE, FFTW_MEASURE, FFTW_PATIENT, FFTW_EXHAUSTIVE provided by FFTWGlobalConfiguration.
|
static |
Method for creation through the object factory.
Reimplemented from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >.
|
private |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >.
|
protectedvirtual |
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 >.
|
inlinevirtual |
Set/Get the behavior of wisdom plan creation. The default is provided by FFTWGlobalConfiguration::GetPlanRigor().
The parameter is one of the FFTW planner rigor flags FFTW_ESTIMATE, FFTW_MEASURE, FFTW_PATIENT, FFTW_EXHAUSTIVE provided by FFTWGlobalConfiguration.
Definition at line 96 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
References itk::FFTWGlobalConfiguration::GetPlanRigorName().
|
protectedvirtual |
Actually generate new output
Reimplemented from itk::ProcessObject.
|
static |
Define the image dimension.
Definition at line 86 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
|
private |
Definition at line 123 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.
|
private |
Definition at line 125 of file itkFFTWRealToHalfHermitianForwardFFTImageFilter.h.