18#ifndef sitkFFTShiftImageFilter_h
19#define sitkFFTShiftImageFilter_h
94 std::string
GetName()
const {
return std::string(
"FFTShiftImageFilter"); }
132 const Image &image1,
bool inverse =
false
NonLabelPixelIDTypeList PixelIDTypeList
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
Image Execute(const Image &image1)
Image ExecuteInternal(const Image &image1)
std::string GetName() const
Image(Self::*)(const Image &image1) MemberFunctionType
virtual ~FFTShiftImageFilter()
void SetInverse(bool Inverse)
std::string ToString() const
The Image class for SimpleITK.
A class used to instantiate and generate function object to templated member functions.
Image FFTShift(const Image &image1, bool inverse=false)
Shift the zero-frequency components of a Fourier transform to the center of the image.
typelist2::append< BasicPixelIDTypeList, ComplexPixelIDTypeList, VectorPixelIDTypeList >::type NonLabelPixelIDTypeList
#define SITKBasicFilters_EXPORT