ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkVnlForwardFFTImageFilter.h>
VNL based forward Fast Fourier Transform.
The input image size must be a multiple of combinations of 2s, 3s, and/or 5s in all dimensions.
Definition at line 44 of file itkVnlForwardFFTImageFilter.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::ForwardFFTImageFilter< 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 &) |
VnlForwardFFTImageFilter (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::VnlForwardFFTImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 59 of file itkVnlForwardFFTImageFilter.h.
typedef TInputImage itk::VnlForwardFFTImageFilter< TInputImage, TOutputImage >::InputImageType |
Standard class typedefs.
Definition at line 49 of file itkVnlForwardFFTImageFilter.h.
typedef InputImageType::PixelType itk::VnlForwardFFTImageFilter< TInputImage, TOutputImage >::InputPixelType |
Definition at line 50 of file itkVnlForwardFFTImageFilter.h.
typedef InputImageType::SizeType itk::VnlForwardFFTImageFilter< TInputImage, TOutputImage >::InputSizeType |
Definition at line 51 of file itkVnlForwardFFTImageFilter.h.
typedef InputImageType::SizeValueType itk::VnlForwardFFTImageFilter< TInputImage, TOutputImage >::InputSizeValueType |
Definition at line 52 of file itkVnlForwardFFTImageFilter.h.
typedef TOutputImage itk::VnlForwardFFTImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 53 of file itkVnlForwardFFTImageFilter.h.
typedef OutputImageType::PixelType itk::VnlForwardFFTImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 54 of file itkVnlForwardFFTImageFilter.h.
typedef SmartPointer< Self > itk::VnlForwardFFTImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 58 of file itkVnlForwardFFTImageFilter.h.
typedef VnlForwardFFTImageFilter itk::VnlForwardFFTImageFilter< TInputImage, TOutputImage >::Self |
Definition at line 56 of file itkVnlForwardFFTImageFilter.h.
|
private |
Definition at line 96 of file itkVnlForwardFFTImageFilter.h.
typedef ForwardFFTImageFilter< TInputImage, TOutputImage> itk::VnlForwardFFTImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 57 of file itkVnlForwardFFTImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 87 of file itkVnlForwardFFTImageFilter.h.
|
inlineprotected |
Definition at line 88 of file itkVnlForwardFFTImageFilter.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::VnlForwardFFTImageFilter< 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 71 of file itkVnlForwardFFTImageFilter.h.
|
static |
Extract the dimensionality of the images. They are assumed to be the same.
Definition at line 73 of file itkVnlForwardFFTImageFilter.h.
|
static |
Extract the dimensionality of the images. They are assumed to be the same.
Definition at line 75 of file itkVnlForwardFFTImageFilter.h.