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"
virtual void GenerateOutputInformation()
void operator=(const Self &)
virtual void GenerateInputRequestedRegion()
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)
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
ImageToImageFilter< TInputImage, TOutputImage > Superclass
static const unsigned int OutputImageDimension
TOutputImage OutputImageType
void PrintSelf(std::ostream &os, Indent indent) const
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
unsigned int ThreadIdType
TInputImage::IndexType InputIndexType