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