28 #ifndef itkShrinkImageFilter_h
29 #define itkShrinkImageFilter_h
66 template<
typename TInputImage,
typename TOutputImage >
100 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
101 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
108 void SetShrinkFactors(
unsigned int factor);
109 void SetShrinkFactor(
unsigned int i,
unsigned int factor);
122 void GenerateOutputInformation()
override;
129 void GenerateInputRequestedRegion()
override;
131 #ifdef ITK_USE_CONCEPT_CHECKING
143 void PrintSelf(std::ostream & os,
Indent indent)
const override;
163 #ifndef ITK_MANUAL_INSTANTIATION
164 #include "itkShrinkImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename TOutputImage::OffsetType OutputOffsetType
Base class for all process objects that output image data.
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
typename OutputImageType::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
TOutputImage OutputImageType
typename TOutputImage::IndexType OutputIndexType
Base class for filters that take an image as input and produce an image as output.
typename TInputImage::IndexType InputIndexType
Control indentation during Print() invocation.
ShrinkFactorsType m_ShrinkFactors
Reduce the size of an image by an integer factor in each dimension.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
typename InputImageType::ConstPointer InputImageConstPointer