28 #ifndef itkShrinkImageFilter_h
29 #define itkShrinkImageFilter_h
66 template<
typename TInputImage,
typename TOutputImage >
99 TInputImage::ImageDimension);
101 TOutputImage::ImageDimension);
132 #ifdef ITK_USE_CONCEPT_CHECKING
167 #ifndef ITK_MANUAL_INSTANTIATION
168 #include "itkShrinkImageFilter.hxx"
void PrintSelf(std::ostream &os, Indent indent) const override
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId) override
void operator=(const Self &)
TOutputImage::OffsetType OutputOffsetType
InputImageType::Pointer InputImagePointer
static const unsigned int ImageDimension
InputImageType::ConstPointer InputImageConstPointer
TInputImage InputImageType
Base class for all process objects that output image data.
virtual void SetShrinkFactors(ShrinkFactorsType _arg)
ImageToImageFilter< TInputImage, TOutputImage > Superclass
virtual void GenerateOutputInformation() override
virtual void GenerateInputRequestedRegion() override
static const unsigned int OutputImageDimension
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
void SetShrinkFactor(unsigned int i, unsigned int factor)
#define itkConceptMacro(name, concept)
SmartPointer< Self > Pointer
TOutputImage::RegionType OutputImageRegionType
TInputImage::IndexType InputIndexType