18 #ifndef __itkFFTConvolutionImageFilter_h
19 #define __itkFFTConvolutionImageFilter_h
53 template<
class TInputImage,
class TKernelImage = TInputImage,
class TOutputImage = TInputImage,
class TInternalPrecision=
double >
74 itkStaticConstMacro(ImageDimension,
unsigned int,
75 TInputImage::ImageDimension);
112 InternalComplexImageType >
125 void GenerateInputRequestedRegion();
166 float progressWeight);
171 float progressWeight);
185 bool GetXDimensionIsOdd()
const;
189 void operator=(
const Self &);
193 #ifndef ITK_MANUAL_INSTANTIATION
194 #include "itkFFTConvolutionImageFilter.hxx"