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