28#ifndef itkInterpolateImagePointsFilter_h
29#define itkInterpolateImagePointsFilter_h
76template <
typename TInputImage,
77 typename TOutputImage,
78 typename TCoordType =
typename TInputImage::PixelType,
79 typename InterpolatorType = BSplineInterpolateImageFunction<TInputImage, TCoordType>>
98 static constexpr unsigned int ImageDimension = TInputImage::ImageDimension;
101 using typename Superclass::InputImageType;
102 using typename Superclass::OutputImageType;
103 using typename Superclass::InputImagePointer;
145 return m_Interpolator;
157#ifdef ITK_USE_CONCEPT_CHECKING
197#ifndef ITK_MANUAL_INSTANTIATION
198# include "itkInterpolateImagePointsFilter.hxx"
A multi-dimensional iterator templated over image type that walks a region of pixels.
A multi-dimensional iterator templated over image type that walks a region of pixels.
Base class for all process objects that output image data.
typename OutputImageType::RegionType OutputImageRegionType
typename OutputImageType::Pointer OutputImagePointer
A Function object used to dispatching to a routine to copy a region (start index and size).
Base class for filters that take an image as input and produce an image as output.
Templated n-dimensional image class.
Control indentation during Print() invocation.
Resamples an image at the coordinates specified by the user.
typename InterpolatorType::Pointer InterpolatorPointer
InterpolatorPointer GetInterpolator()
void SetInputImage(const TInputImage *inputImage)
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) override
void SetInterpolationCoordinate(const CoordImageType *coordinate, unsigned int setDimension)
void VerifyInputInformation() const override
typename TOutputImage::PixelType PixelType
void PrintSelf(std::ostream &os, Indent indent) const override
typename CoordImageType::RegionType CoordImageRegionType
InterpolateImagePointsFilter()
void GenerateInputRequestedRegion() override
typename CoordImageType::Pointer CoordImageTypePointer
void GenerateOutputInformation() override
typename InterpolatorType::ContinuousIndexType ContinuousIndexType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
SmartPointer< Self > Pointer
#define itkConceptMacro(name, concept)
ImageBaseType::RegionType RegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....