18 #ifndef __itkRealToHalfHermitianForwardFFTImageFilter_h
19 #define __itkRealToHalfHermitianForwardFFTImageFilter_h
52 template<
typename TInputImage,
typename TOutputImage=Image< std::complex<
typename TInputImage::PixelType>, TInputImage::ImageDimension> >
98 #ifndef ITK_MANUAL_INSTANTIATION
99 #ifndef __itkVnlRealToHalfHermitianForwardFFTImageFilter_h
100 #ifndef __itkVnlRealToHalfHermitianForwardFFTImageFilter_hxx
101 #ifndef __itkFFTWRealToHalfHermitianForwardFFTImageFilter_h
102 #ifndef __itkFFTWRealToHalfHermitianForwardFFTImageFilter_hxx
103 #include "itkRealToHalfHermitianForwardFFTImageFilter.hxx"
virtual ~RealToHalfHermitianForwardFFTImageFilter()
OutputImageType::IndexType OutputIndexType
OutputIndexType::SizeType OutputSizeType
InputImageType::PixelType InputPixelType
InputImageType::IndexType InputIndexType
SmartPointer< Self > Pointer
virtual void GenerateInputRequestedRegion()
InputImageType::SizeType InputSizeType
virtual void GenerateOutputInformation()
virtual void EnlargeOutputRequestedRegion(DataObject *output)
RealToHalfHermitianForwardFFTImageFilter Self
RealToHalfHermitianForwardFFTImageFilter()
void operator=(const Self &)
OutputImageType::PixelType OutputPixelType
Base class for filters that take an image as input and produce an image as output.
Base class for specialized real-to-complex forward Fast Fourier Transform.
TOutputImage OutputImageType
SmartPointer< const Self > ConstPointer
Base class for all data objects in ITK.
TInputImage InputImageType
ImageToImageFilter< InputImageType, OutputImageType > Superclass