18 #ifndef itkCyclicShiftImageFilter_h
19 #define itkCyclicShiftImageFilter_h
45 template<
typename TInputImage,
typename TOutputImage = TInputImage >
67 typedef typename OutputImageType::IndexType
IndexType;
68 typedef typename OutputImageType::SizeType
SizeType;
74 TInputImage::ImageDimension);
98 outputRegionForThread,
107 void operator=(const Self &);
112 #ifndef ITK_MANUAL_INSTANTIATION
113 #include "itkCyclicShiftImageFilter.hxx"
OutputImageType::SizeType SizeType
OutputImageType::ConstPointer OutputImageConstPointer
CyclicShiftImageFilter Self
InputImageType::Pointer InputImagePointer
OutputImageType::PixelType OutputImagePixelType
InputImageType::RegionType InputImageRegionType
signed long OffsetValueType
TInputImage InputImageType
OutputImageType::IndexType IndexType
Base class for all process objects that output image data.
void PrintSelf(std::ostream &os, Indent indent) const override
OutputImageType::Pointer OutputImagePointer
~CyclicShiftImageFilter()
static const unsigned int ImageDimension
OutputImageType::OffsetType OffsetType
SmartPointer< const Self > ConstPointer
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override
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.
OutputImageType::OffsetValueType OffsetValueType
Perform a cyclic spatial shift of image intensities on the image grid.
void GenerateInputRequestedRegion() override
OutputImageType::RegionType OutputImageRegionType