|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
28 #ifndef itkShrinkImageFilter_h
29 #define itkShrinkImageFilter_h
67 template <
typename TInputImage,
typename TOutputImage>
101 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
102 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
110 SetShrinkFactors(
unsigned int factor);
112 SetShrinkFactor(
unsigned int i,
unsigned int factor);
126 GenerateOutputInformation()
override;
134 GenerateInputRequestedRegion()
override;
136 #ifdef ITK_USE_CONCEPT_CHECKING
148 PrintSelf(std::ostream & os,
Indent indent)
const override;
169 #ifndef ITK_MANUAL_INSTANTIATION
170 # include "itkShrinkImageFilter.hxx"
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
typename OutputImageType::Pointer OutputImagePointer
Control indentation during Print() invocation.
typename TOutputImage::IndexType OutputIndexType
ImageBaseType::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
typename InputImageType::Pointer InputImagePointer
ImageBaseType::RegionType RegionType
typename TInputImage::IndexType InputIndexType
Reduce the size of an image by an integer factor in each dimension.
TInputImage InputImageType
typename OutputImageType::RegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename TOutputImage::OffsetType OutputOffsetType
typename InputImageType::ConstPointer InputImageConstPointer
TOutputImage OutputImageType