18#ifndef __elxBSplineResampleInterpolator_h
19#define __elxBSplineResampleInterpolator_h
22#include "itkBSplineInterpolateImageFunction.h"
53template<
class TElastix >
56 itk::BSplineInterpolateImageFunction<
57 typename ResampleInterpolatorBase< TElastix >::InputImageType,
58 typename ResampleInterpolatorBase< TElastix >::CoordRepType,
66 typedef itk::BSplineInterpolateImageFunction<
71 typedef itk::SmartPointer< Self >
Pointer;
95 typedef typename Superclass1::Iterator
Iterator;
146#ifndef ITK_MANUAL_INSTANTIATION
147#include "elxBSplineResampleInterpolator.hxx"
A resample-interpolator based on B-splines.
BSplineResampleInterpolator()
Superclass1::CoefficientFilter CoefficientFilter
elxClassNameMacro("FinalBSplineInterpolator")
void BeforeRegistration(void) override
Superclass2::ElastixType ElastixType
itk::BSplineInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType, double > Superclass1
itk::SmartPointer< const Self > ConstPointer
Superclass1::CoefficientFilterPointer CoefficientFilterPointer
Superclass1::PointType PointType
Superclass2::RegistrationType RegistrationType
itk::SmartPointer< Self > Pointer
Superclass1::CoefficientImageType CoefficientImageType
BSplineResampleInterpolator(const Self &)
Superclass2::ITKBaseType ITKBaseType
void CreateTransformParametersMap(ParameterMapType *paramsMap) const override
void ReadFromFile(void) override
Superclass2::ParameterMapType ParameterMapType
Superclass2::RegistrationPointer RegistrationPointer
Superclass2::ElastixPointer ElastixPointer
Superclass2::ConfigurationPointer ConfigurationPointer
BSplineResampleInterpolator Self
itkStaticConstMacro(ImageDimension, unsigned int, Superclass1::ImageDimension)
Superclass1::Iterator Iterator
Superclass1::CoefficientDataType CoefficientDataType
Superclass1::IndexType IndexType
void operator=(const Self &)
void WriteToFile(void) const override
~BSplineResampleInterpolator() override
ResampleInterpolatorBase< TElastix > Superclass2
Superclass1::ContinuousIndexType ContinuousIndexType
Superclass1::InputImageType InputImageType
Superclass1::OutputType OutputType
Superclass1::CovariantVectorType CovariantVectorType
Superclass2::ConfigurationType ConfigurationType
A class that deals with user given parameters and command line arguments.
This class is the elastix base class for all ResampleInterpolators.
Superclass::RegistrationType RegistrationType
ElastixType::CoordRepType CoordRepType
ElastixType::ParameterMapType ParameterMapType
Superclass::ElastixPointer ElastixPointer
ElastixType::MovingImageType InputImageType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::ElastixType ElastixType
Superclass::RegistrationPointer RegistrationPointer
itk::InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType