#include <elxLinearInterpolator.h>
An interpolator based on the itk::AdvancedLinearInterpolateImageFunction.
This interpolator interpolates images using linear interpolation. In principle, this is the same as using the BSplineInterpolator with the setting (BSplineInterpolationOrder 1). However, the LinearInterpolator is significantly faster.
The parameters used in this class are:
(Interpolator "LinearInterpolator")
Definition at line 44 of file elxLinearInterpolator.h.
Public Types | |
using | ConstPointer = itk::SmartPointer<const Self> |
using | ITKBaseType = typename Superclass2::ITKBaseType |
using | Pointer = itk::SmartPointer<Self> |
using | Self = LinearInterpolator |
using | Superclass1 |
using | Superclass2 = InterpolatorBase<TElastix> |
Public Types inherited from itk::AdvancedLinearInterpolateImageFunction< TInputImage, TCoordRep > | |
using | ConstPointer = SmartPointer<const Self> |
using | ContinuousIndexValueType = typename ContinuousIndexType::ValueType |
using | CovariantVectorType = CovariantVector<OutputType, Self::ImageDimension> |
using | InputImageSpacingType = typename InputImageType::SpacingType |
using | Pointer = SmartPointer<Self> |
using | Self = AdvancedLinearInterpolateImageFunction |
using | Superclass = LinearInterpolateImageFunction<TInputImage, TCoordRep> |
Public Types inherited from elastix::InterpolatorBase< TElastix > | |
using | CoordRepType = ElastixBase::CoordRepType |
using | ElastixType |
using | InputImageType = typename ElastixType::MovingImageType |
using | ITKBaseType = itk::InterpolateImageFunction<InputImageType, CoordRepType> |
using | RegistrationType |
using | Self = InterpolatorBase |
using | Superclass = BaseComponentSE<TElastix> |
Public Types inherited from elastix::BaseComponentSE< TElastix > | |
using | ElastixType = TElastix |
using | RegistrationType = typename ElastixType::RegistrationBaseType |
using | Self = BaseComponentSE |
using | Superclass = BaseComponent |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::AdvancedLinearInterpolateImageFunction< TInputImage, TCoordRep > | |
static Pointer | New () |
Static Public Member Functions inherited from elastix::BaseComponent | |
template<typename TBaseComponent > | |
static auto | AsITKBaseType (TBaseComponent *const baseComponent) -> decltype(baseComponent->GetAsITKBaseType()) |
static void | InitializeElastixExecutable () |
static bool | IsElastixLibrary () |
Protected Member Functions | |
LinearInterpolator ()=default | |
~LinearInterpolator () override=default | |
Protected Member Functions inherited from itk::AdvancedLinearInterpolateImageFunction< TInputImage, TCoordRep > | |
AdvancedLinearInterpolateImageFunction ()=default | |
~AdvancedLinearInterpolateImageFunction () override=default | |
Protected Member Functions inherited from elastix::InterpolatorBase< TElastix > | |
InterpolatorBase ()=default | |
~InterpolatorBase () override=default | |
Protected Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
BaseComponentSE ()=default | |
~BaseComponentSE () override=default | |
Protected Member Functions inherited from elastix::BaseComponent | |
BaseComponent ()=default | |
virtual | ~BaseComponent ()=default |
Private Attributes | |
elxOverrideGetSelfMacro | |
Additional Inherited Members | |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
Configuration::ConstPointer | m_Configuration {} |
itk::WeakPointer< TElastix > | m_Elastix {} |
RegistrationType * | m_Registration {} |
using elastix::LinearInterpolator< TElastix >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 58 of file elxLinearInterpolator.h.
using elastix::LinearInterpolator< TElastix >::ITKBaseType = typename Superclass2::ITKBaseType |
Definition at line 85 of file elxLinearInterpolator.h.
using elastix::LinearInterpolator< TElastix >::Pointer = itk::SmartPointer<Self> |
Definition at line 57 of file elxLinearInterpolator.h.
using elastix::LinearInterpolator< TElastix >::Self = LinearInterpolator |
Standard ITK-stuff.
Definition at line 53 of file elxLinearInterpolator.h.
using elastix::LinearInterpolator< TElastix >::Superclass1 |
Definition at line 54 of file elxLinearInterpolator.h.
using elastix::LinearInterpolator< TElastix >::Superclass2 = InterpolatorBase<TElastix> |
Definition at line 56 of file elxLinearInterpolator.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
elastix::LinearInterpolator< TElastix >::elxClassNameMacro | ( | "LinearInterpolator< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific interpolator.
example: (Interpolator "LinearInterpolator")
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::AdvancedLinearInterpolateImageFunction< TInputImage, TCoordRep >.
elastix::LinearInterpolator< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | LinearInterpolator< TElastix > | ) |
elastix::LinearInterpolator< TElastix >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned int | , | ||
Superclass1::ImageDimension | ) |
Get the ImageDimension.
|
static |
Method for creation through the object factory.
|
private |
Definition at line 94 of file elxLinearInterpolator.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |