18 #ifndef itkCyclicShiftImageFilter_h
19 #define itkCyclicShiftImageFilter_h
45 template<
typename TInputImage,
typename TOutputImage = TInputImage >
73 itkStaticConstMacro(ImageDimension,
unsigned int,
74 TInputImage::ImageDimension);
90 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
94 void GenerateInputRequestedRegion() ITK_OVERRIDE;
97 void ThreadedGenerateData(const OutputImageRegionType &
98 outputRegionForThread,
111 #ifndef ITK_MANUAL_INSTANTIATION
112 #include "itkCyclicShiftImageFilter.hxx"
OutputImageType::SizeType SizeType
OutputImageType::ConstPointer OutputImageConstPointer
CyclicShiftImageFilter Self
InputImageType::Pointer InputImagePointer
OutputImageType::PixelType OutputImagePixelType
InputImageType::RegionType InputImageRegionType
signed long OffsetValueType
~CyclicShiftImageFilter() override
TInputImage InputImageType
OutputImageType::IndexType IndexType
Base class for all process objects that output image data.
OutputImageType::Pointer OutputImagePointer
OutputImageType::OffsetType OffsetType
SmartPointer< const Self > ConstPointer
InputImageType::ConstPointer InputImageConstPointer
unsigned int ThreadIdType
InputImageType::PixelType InputImagePixelType
SmartPointer< Self > Pointer
TOutputImage OutputImageType
Base class for filters that take an image as input and produce an image as output.
ImageToImageFilter< TInputImage, TOutputImage > Superclass
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
OutputImageType::OffsetValueType OffsetValueType
Perform a cyclic spatial shift of image intensities on the image grid.
OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType