18#ifndef __elxLinearResampleInterpolator_h
19#define __elxLinearResampleInterpolator_h
22#include "itkLinearInterpolateImageFunction.h"
43template<
class TElastix >
46 itk::LinearInterpolateImageFunction<
47 typename ResampleInterpolatorBase< TElastix >::InputImageType,
48 typename ResampleInterpolatorBase< TElastix >::CoordRepType >,
55 typedef itk::LinearInterpolateImageFunction<
59 typedef itk::SmartPointer< Self >
Pointer;
110#ifndef ITK_MANUAL_INSTANTIATION
111#include "elxLinearResampleInterpolator.hxx"
A class that deals with user given parameters and command line arguments.
A linear resample-interpolator.
itk::SmartPointer< Self > Pointer
Superclass2::RegistrationType RegistrationType
Superclass1::OutputType OutputType
Superclass2::ITKBaseType ITKBaseType
void operator=(const Self &)
itk::SmartPointer< const Self > ConstPointer
LinearResampleInterpolator Self
Superclass2::ConfigurationType ConfigurationType
Superclass2::ElastixPointer ElastixPointer
ResampleInterpolatorBase< TElastix > Superclass2
Superclass1::InputImageType InputImageType
Superclass2::ConfigurationPointer ConfigurationPointer
elxClassNameMacro("FinalLinearInterpolator")
LinearResampleInterpolator(const Self &)
Superclass2::ElastixType ElastixType
Superclass2::RegistrationPointer RegistrationPointer
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass1::ContinuousIndexType ContinuousIndexType
LinearResampleInterpolator()
itk::LinearInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType > Superclass1
~LinearResampleInterpolator() override
Superclass1::IndexType IndexType
This class is the elastix base class for all ResampleInterpolators.
Superclass::RegistrationType RegistrationType
ElastixType::CoordRepType CoordRepType
Superclass::ElastixPointer ElastixPointer
ElastixType::MovingImageType InputImageType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::ElastixType ElastixType
Superclass::RegistrationPointer RegistrationPointer
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType