17 #ifndef __itkIsotropicResamplerImageFilter_h
18 #define __itkIsotropicResamplerImageFilter_h
37 template<
class TInputImage,
class TOutputImage>
57 typedef typename InputImageType::SizeType
SizeType;
69 TInputImage::ImageDimension);
72 TOutputImage::ImageDimension);
80 #ifdef ITK_USE_CONCEPT_CHECKING
118 #ifndef ITK_MANUAL_INSTANTIATION
119 #include "itkIsotropicResamplerImageFilter.hxx"
TInputImage InputImageType
virtual void GenerateOutputInformation(void)
SmartPointer< const Self > ConstPointer
Resample an image via a coordinate transform.
ResampleImageFilter< TInputImage, TOutputImage > ResampleFilterType
Base class for all process objects that output image data.
OutputImagePixelType m_DefaultPixelValue
unsigned long SizeValueType
SizeType::SizeValueType SizeValueType
ResampleFilterType::Pointer ResampleFilterPointer
SmartPointer< Self > Pointer
virtual ~IsotropicResamplerImageFilter()
void PrintSelf(std::ostream &os, Indent indent) const
ResampleFilterPointer m_ResampleFilter
SpacingType m_OutputSpacing
InputImageType::SpacingType SpacingType
IsotropicResamplerImageFilter()
InputImageType::SizeType SizeType
void operator=(const Self &)
TOutputImage OutputImageType
OutputImageType::PixelType OutputImagePixelType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
virtual void SetAbortGenerateData(const bool)
Base class for filters that take an image as input and produce an image as output.
static const unsigned int OutputImageDimension
Control indentation during Print() invocation.
OutputImageType::Pointer OutputImagePointer
TOutputImage::PixelType OutputImagePixelType
static const unsigned int ImageDimension
Resamples the image to an isotropic resolution.
IsotropicResamplerImageFilter Self