Go to the documentation of this file.
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 );
98 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
The main Image class for SimpleITK.
typelist::Append< typelist::Append< BasicPixelIDTypeList, ComplexPixelIDTypeList >::Type, VectorPixelIDTypeList >::Type NonLabelPixelIDTypeList
Self & SetInverse(bool Inverse)
std::string GetName() const
NonLabelPixelIDTypeList PixelIDTypeList
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
#define SITKBasicFilters_EXPORT
The base interface for SimpleITK filters that take one input image.
Base class for SimpleITK classes based on ProcessObject.
Shift the zero-frequency components of a Fourier transform to the center of the image.
Image FFTShift(const Image &image1, bool inverse=false)
Shift the zero-frequency components of a Fourier transform to the center of the image.