ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkVnlRealToHalfHermitianForwardFFTImageFilter.h>
VNL-based forward Fast Fourier Transform.
The input image size in all dimensions must have a prime factorization consisting of 2s, 3s, and 5s.
Definition at line 41 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
typedef (Concept::SameDimension< InputImageDimension, OutputImageDimension >) ImageDimensionsMatchCheck | |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage > | |
static Pointer | New (void) |
Static Public Attributes | |
static const unsigned int | ImageDimension = TOutputImage::ImageDimension |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Types | |
typedef vnl_vector < vcl_complex< InputPixelType > > | SignalVectorType |
Private Member Functions | |
void | operator= (const Self &) |
VnlRealToHalfHermitianForwardFFTImageFilter (const Self &) | |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::VnlRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 57 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
typedef TInputImage itk::VnlRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::InputImageType |
Standard class typedefs.
Definition at line 46 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
typedef InputImageType::PixelType itk::VnlRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 47 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
typedef InputImageType::SizeType itk::VnlRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::InputSizeType |
Definition at line 48 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
typedef InputImageType::SizeValueType itk::VnlRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::InputSizeValueType |
Definition at line 49 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
typedef TOutputImage itk::VnlRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 50 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
typedef OutputImageType::PixelType itk::VnlRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 51 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
typedef OutputImageType::SizeType itk::VnlRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::OutputSizeType |
Definition at line 52 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
typedef SmartPointer< Self > itk::VnlRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 56 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
typedef VnlRealToHalfHermitianForwardFFTImageFilter itk::VnlRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::Self |
Definition at line 54 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
|
private |
Definition at line 94 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
typedef RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage> itk::VnlRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 55 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 85 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
|
inlineprotected |
Definition at line 86 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.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 >.
|
static |
Method for creation through the object factory.
|
private |
itk::VnlRealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::SameDimension< InputImageDimension, OutputImageDimension > | ) |
Begin concept checking This class requires ImageDimensionsMatchCheck in the form of ( Concept::SameDimension< InputImageDimension, OutputImageDimension > )
|
static |
Extract the dimensionality of the images. They are assumed to be the same.
Definition at line 69 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
|
static |
Extract the dimensionality of the images. They are assumed to be the same.
Definition at line 71 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.
|
static |
Extract the dimensionality of the images. They are assumed to be the same.
Definition at line 73 of file itkVnlRealToHalfHermitianForwardFFTImageFilter.h.