18 #ifndef itkVnlFFTCommon_h
19 #define itkVnlFFTCommon_h
23 #include "vnl/algo/vnl_fft_base.h"
38 template<
typename TSizeValue >
45 template<
typename TImage >
47 public vnl_fft_base< TImage::ImageDimension, typename TImage::PixelType >
49 typedef vnl_fft_base< TImage::ImageDimension, typename TImage::PixelType >
Base;
58 #ifndef ITK_MANUAL_INSTANTIATION
59 #include "itkVnlFFTCommon.hxx"
62 #endif // itkVnlFFTCommon_h
static const SizeValueType GREATEST_PRIME_FACTOR
static bool IsDimensionSizeLegal(TSizeValue n)
unsigned long SizeValueType
Common routines related to Vnl's FFT implementation.