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,
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
void PrintSelf(std::ostream &os, Indent indent) const
signed long OffsetValueType
TInputImage InputImageType
OutputImageType::IndexType IndexType
Base class for all process objects that output image data.
OutputImageType::Pointer OutputImagePointer
void GenerateInputRequestedRegion()
~CyclicShiftImageFilter()
static const unsigned int ImageDimension
OutputImageType::OffsetType OffsetType
SmartPointer< const Self > ConstPointer
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
InputImageType::ConstPointer InputImageConstPointer
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.
OutputImageType::RegionType OutputImageRegionType
void operator=(const Self &)
unsigned int ThreadIdType