18#ifndef itkInterpolateImageFilter_h
19#define itkInterpolateImageFilter_h
44template <
typename TInputImage,
typename TOutputImage>
63 using typename Superclass::InputImageType;
64 using typename Superclass::InputImagePointer;
65 using typename Superclass::OutputImageType;
66 using typename Superclass::OutputImagePointer;
67 using typename Superclass::OutputImageRegionType;
70 static constexpr unsigned int ImageDimension = TOutputImage::ImageDimension;
71 static constexpr unsigned int IntermediateImageDimension = TOutputImage::ImageDimension + 1;
82 this->SetInput(image);
84 const InputImageType *
87 return this->GetInput();
100 itkSetClampMacro(Distance,
double, 0.0, 1.0);
101 itkGetConstMacro(Distance,
double);
121#ifdef ITK_USE_CONCEPT_CHECKING
147#ifndef ITK_MANUAL_INSTANTIATION
148# include "itkInterpolateImageFilter.hxx"
Base class for all process objects that output image data.
typename OutputImageType::RegionType OutputImageRegionType
Base class for filters that take an image as input and produce an image as output.
TInputImage InputImageType
Templated n-dimensional image class.
Control indentation during Print() invocation.
Interpolate an image from two N-D images.
const InputImageType * GetInput2()
void BeforeThreadedGenerateData() override
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) override
const InputImageType * GetInput1()
typename TInputImage::PixelType InputPixelType
~InterpolateImageFilter() override=default
void PrintSelf(std::ostream &os, Indent indent) const override
void AfterThreadedGenerateData() override
void SetInput1(const InputImageType *image)
void SetInput2(const InputImageType *image)
Base class for all image interpolators.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....