18#ifndef itkFFTShiftImageFilter_h
19#define itkFFTShiftImageFilter_h
48template <
typename TInputImage,
typename TOutputImage>
75 static constexpr unsigned int ImageDimension = TInputImage::ImageDimension;
87 itkSetMacro(Inverse,
bool);
88 itkGetConstReferenceMacro(Inverse,
bool);
89 itkBooleanMacro(Inverse);
109#ifndef ITK_MANUAL_INSTANTIATION
110# include "itkFFTShiftImageFilter.hxx"
Perform a cyclic spatial shift of image intensities on the image grid.
Shift the zero-frequency components of a Fourier transform to the center of the image.
void GenerateData() override
~FFTShiftImageFilter() override=default
typename OutputImageType::ConstPointer OutputImageConstPointer
void PrintSelf(std::ostream &os, Indent indent) const override
typename OutputImageType::SizeType SizeType
typename OutputImageType::IndexType IndexType
Base class for all process objects that output image data.
typename OutputImageType::PixelType OutputImagePixelType
typename OutputImageType::RegionType OutputImageRegionType
TOutputImage OutputImageType
typename OutputImageType::Pointer OutputImagePointer
TInputImage InputImageType
typename InputImageType::ConstPointer InputImageConstPointer
typename InputImageType::Pointer InputImagePointer
typename InputImageType::PixelType InputImagePixelType
typename InputImageType::RegionType InputImageRegionType
Control indentation during Print() invocation.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....