18 #ifndef sitkFFTShiftImageFilter_h
19 #define sitkFFTShiftImageFilter_h
69 SITK_RETURN_SELF_TYPE_HEADER
SetInverse (
bool Inverse ) { this->m_Inverse = Inverse;
return *
this; }
72 SITK_RETURN_SELF_TYPE_HEADER
InverseOn() {
return this->SetInverse(
true); }
73 SITK_RETURN_SELF_TYPE_HEADER
InverseOff() {
return this->SetInverse(
false); }
80 std::string
GetName()
const {
return std::string (
"FFTShiftImageFilter"); }
83 std::string ToString()
const;
91 Image Execute (
const Image& image1,
bool inverse );
97 typedef Image (Self::*MemberFunctionType)(
const Image& image1 );
98 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
typelist::Append< typelist::Append< BasicPixelIDTypeList, ComplexPixelIDTypeList >::Type, VectorPixelIDTypeList >::Type NonLabelPixelIDTypeList
#define SITKBasicFilters_EXPORT
Self & SetInverse(bool Inverse)
NonLabelPixelIDTypeList PixelIDTypeList
Shift the zero-frequency components of a Fourier transform to the center of the image.
The Image class for SimpleITK.
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
The base interface for SimpleITK filters that take one input image.
std::string GetName() const
Image FFTShift(const Image &image1, bool inverse=false)
Shift the zero-frequency components of a Fourier transform to the center of the image.