28 #ifndef itkShrinkImageFilter_h
29 #define itkShrinkImageFilter_h
66 template<
typename TInputImage,
typename TOutputImage >
98 itkStaticConstMacro(ImageDimension,
unsigned int,
99 TInputImage::ImageDimension);
100 itkStaticConstMacro(OutputImageDimension,
unsigned int,
101 TOutputImage::ImageDimension);
109 void SetShrinkFactors(
unsigned int factor);
110 void SetShrinkFactor(
unsigned int i,
unsigned int factor);
123 virtual void GenerateOutputInformation() ITK_OVERRIDE;
130 virtual
void GenerateInputRequestedRegion() ITK_OVERRIDE;
132 #ifdef ITK_USE_CONCEPT_CHECKING
144 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
156 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
166 #ifndef ITK_MANUAL_INSTANTIATION
167 #include "itkShrinkImageFilter.hxx"
~ShrinkImageFilter() override
TOutputImage::OffsetType OutputOffsetType
InputImageType::Pointer InputImagePointer
InputImageType::ConstPointer InputImageConstPointer
TInputImage InputImageType
Base class for all process objects that output image data.
ImageToImageFilter< TInputImage, TOutputImage > Superclass
unsigned int ThreadIdType
TOutputImage OutputImageType
FixedArray< unsigned int, ImageDimension > ShrinkFactorsType
TOutputImage::IndexType OutputIndexType
Base class for filters that take an image as input and produce an image as output.
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
ShrinkFactorsType m_ShrinkFactors
Reduce the size of an image by an integer factor in each dimension.
OutputImageType::Pointer OutputImagePointer
#define itkConceptMacro(name, concept)
SmartPointer< Self > Pointer
TOutputImage::RegionType OutputImageRegionType
ImageBaseType::IndexType IndexType
TInputImage::IndexType InputIndexType