18 #ifndef __itkExpandImageFilter_h
19 #define __itkExpandImageFilter_h
66 template<
typename TInputImage,
typename TOutputImage >
88 TInputImage::ImageDimension);
143 #ifdef ITK_USE_CONCEPT_CHECKING
190 #ifndef ITK_MANUAL_INSTANTIATION
191 #include "itkExpandImageFilter.hxx"
virtual void BeforeThreadedGenerateData()
TOutputImage::RegionType OutputImageRegionType
InterpolateImageFunction< InputImageType, CoordRepType > InterpolatorType
Superclass::InputImageType InputImageType
virtual void GenerateOutputInformation()
InputImageType::Pointer InputImagePointer
void operator=(const Self &)
OutputImageType::Pointer OutputImagePointer
SmartPointer< Self > Pointer
ImageToImageFilter< TInputImage, TOutputImage > Superclass
Base class for all process objects that output image data.
OutputImageType::PixelType OutputPixelType
LinearInterpolateImageFunction< InputImageType, CoordRepType > DefaultInterpolatorType
virtual void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
TInputImage InputImageType
Linearly interpolate an image at specified positions.
virtual void GenerateInputRequestedRegion()
InterpolatorType::Pointer InterpolatorPointer
static const unsigned int ImageDimension
virtual void SetExpandFactors(ExpandFactorsType _arg)
Base class for all image interpolaters.
Base class for filters that take an image as input and produce an image as output.
FixedArray< unsigned int, ImageDimension > ExpandFactorsType
Control indentation during Print() invocation.
ExpandFactorsType m_ExpandFactors
TOutputImage OutputImageType
Superclass::OutputImageType OutputImageType
#define itkConceptMacro(name, concept)
SmartPointer< const Self > ConstPointer
void PrintSelf(std::ostream &os, Indent indent) const
Expand the size of an image by an integer factor in each dimension.
InterpolatorPointer m_Interpolator
unsigned int ThreadIdType