18 #ifndef __itkVnlFFTCommon_h
19 #define __itkVnlFFTCommon_h
21 #include "vnl/algo/vnl_fft_base.h"
36 template<
typename TSizeValue >
41 template<
typename TImage >
43 public vnl_fft_base< TImage::ImageDimension, typename TImage::PixelType >
45 typedef vnl_fft_base< TImage::ImageDimension, typename TImage::PixelType >
Base;
54 #ifndef ITK_MANUAL_INSTANTIATION
55 #include "itkVnlFFTCommon.hxx"
58 #endif // __itkVnlFFTCommon_h
static bool IsDimensionSizeLegal(TSizeValue n)
Common routines related to Vnl's FFT implementation.