18 #ifndef itkHalfHermitianToRealInverseFFTImageFilter_h
19 #define itkHalfHermitianToRealInverseFFTImageFilter_h
53 template<
typename TInputImage,
typename TOutputImage=Image<
typename TInputImage::PixelType::value_type, TInputImage::ImageDimension> >
71 InputImageType::ImageDimension);
80 itkSetGetDecoratedInputMacro(ActualXDimensionIsOdd,
bool);
81 itkBooleanMacro(ActualXDimensionIsOdd);
107 void operator=(const
Self &) ITK_DELETE_FUNCTION;
111 #ifndef ITK_MANUAL_INSTANTIATION
112 #ifndef itkVnlHalfHermitianToRealInverseFFTImageFilter_h
113 #ifndef itkVnlHalfHermitianToRealInverseFFTImageFilter_hxx
114 #ifndef itkFFTWHalfHermitianToRealInverseFFTImageFilter_h
115 #ifndef itkFFTWHalfHermitianToRealInverseFFTImageFilter_hxx
116 #include "itkHalfHermitianToRealInverseFFTImageFilter.hxx"
TInputImage InputImageType
virtual ~HalfHermitianToRealInverseFFTImageFilter()
static const unsigned int ImageDimension
HalfHermitianToRealInverseFFTImageFilter Self
unsigned long SizeValueType
virtual void GenerateOutputInformation()
SmartPointer< Self > Pointer
TOutputImage OutputImageType
Base class for specialized complex-to-real inverse Fast Fourier Transform.
OutputImageType::PixelType OutputPixelType
InputImageType::PixelType InputPixelType
void EnlargeOutputRequestedRegion(DataObject *)
HalfHermitianToRealInverseFFTImageFilter()
Base class for filters that take an image as input and produce an image as output.
virtual SizeValueType GetSizeGreatestPrimeFactor() const
ImageToImageFilter< InputImageType, OutputImageType > Superclass
virtual void GenerateInputRequestedRegion()
Base class for all data objects in ITK.
SmartPointer< const Self > ConstPointer