|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkCyclicShiftImageFilter_h
19 #define itkCyclicShiftImageFilter_h
45 template <
typename TInputImage,
typename TOutputImage = TInputImage>
74 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
91 PrintSelf(std::ostream & os,
Indent indent)
const override;
96 GenerateInputRequestedRegion()
override;
109 #ifndef ITK_MANUAL_INSTANTIATION
110 # include "itkCyclicShiftImageFilter.hxx"
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 filters that take an image as input and produce an image as output.
typename OutputImageType::OffsetType OffsetType
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....
typename OutputImageType::OffsetValueType OffsetValueType
signed long OffsetValueType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputImageType::PixelType OutputImagePixelType
Perform a cyclic spatial shift of image intensities on the image grid.
typename InputImageType::RegionType InputImageRegionType
typename InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType