18#ifndef __elxLinearInterpolator_h
19#define __elxLinearInterpolator_h
22#include "itkLinearInterpolateImageFunction.h"
43template<
class TElastix >
46 typename InterpolatorBase< TElastix >::InputImageType,
47 typename InterpolatorBase< TElastix >::CoordRepType >,
59 typedef itk::SmartPointer< Self >
Pointer;
111#ifndef ITK_MANUAL_INSTANTIATION
112#include "elxLinearInterpolator.hxx"
A class that deals with user given parameters and command line arguments.
This class is the elastix base class for all Interpolators.
Superclass::ElastixPointer ElastixPointer
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::RegistrationType RegistrationType
ElastixType::MovingImageType InputImageType
ElastixType::CoordRepType CoordRepType
Superclass::RegistrationPointer RegistrationPointer
Superclass::ElastixType ElastixType
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
An interpolator based on the itk::AdvancedLinearInterpolateImageFunction.
Superclass1::PointType PointType
~LinearInterpolator() override
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
LinearInterpolator(const Self &)
Superclass1::InputImageType InputImageType
Superclass2::RegistrationPointer RegistrationPointer
Superclass2::ITKBaseType ITKBaseType
Superclass2::RegistrationType RegistrationType
InterpolatorBase< TElastix > Superclass2
itk::SmartPointer< const Self > ConstPointer
Superclass2::ConfigurationPointer ConfigurationPointer
itk::AdvancedLinearInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType > Superclass1
Superclass1::ContinuousIndexType ContinuousIndexType
Superclass2::ConfigurationType ConfigurationType
Superclass2::ElastixType ElastixType
itk::SmartPointer< Self > Pointer
Superclass2::ElastixPointer ElastixPointer
elxClassNameMacro("LinearInterpolator")
Superclass1::IndexType IndexType
Superclass1::OutputType OutputType
void operator=(const Self &)
Linearly interpolate an image at specified positions.
Superclass::InputImageType InputImageType
Superclass::OutputType OutputType
Superclass::ContinuousIndexType ContinuousIndexType
Superclass::IndexType IndexType