17 #ifndef itkIsotropicResamplerImageFilter_h
18 #define itkIsotropicResamplerImageFilter_h
37 template<
typename TInputImage,
typename TOutputImage>
80 #ifdef ITK_USE_CONCEPT_CHECKING
116 #ifndef ITK_MANUAL_INSTANTIATION
117 #include "itkIsotropicResamplerImageFilter.hxx"
typename OutputImageType::Pointer OutputImagePointer
void SetAbortGenerateData(const bool) override
typename InputImageType::SizeType SizeType
void GenerateOutputInformation(void) override
void PrintSelf(std::ostream &os, Indent indent) const override
unsigned long SizeValueType
Resample an image via a coordinate transform.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename InputImageType::SpacingType SpacingType
~IsotropicResamplerImageFilter() override
SmartPointer< Self > Pointer
Base class for all process objects that output image data.
OutputImagePixelType m_DefaultPixelValue
TInputImage InputImageType
void GenerateData() override
typename OutputImageType::PixelType OutputImagePixelType
typename ResampleFilterType::Pointer ResampleFilterPointer
ResampleFilterPointer m_ResampleFilter
static constexpr unsigned int OutputImageDimension
typename SizeType::SizeValueType SizeValueType
ImageBaseType::SizeType SizeType
SpacingType m_OutputSpacing
TOutputImage OutputImageType
IsotropicResamplerImageFilter()
static constexpr unsigned int ImageDimension
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
Resamples the image to an isotropic resolution.