#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> |
![]() | |
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> |
![]() | |
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> |
![]() | |
using | ElastixType = TElastix |
using | RegistrationType = typename ElastixType::RegistrationBaseType |
using | Self = BaseComponentSE |
using | Superclass = BaseComponent |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
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 | |
![]() | |
AdvancedLinearInterpolateImageFunction ()=default | |
~AdvancedLinearInterpolateImageFunction () override=default | |
![]() | |
InterpolatorBase ()=default | |
~InterpolatorBase () override=default | |
![]() | |
BaseComponentSE ()=default | |
~BaseComponentSE () override=default | |
![]() | |
BaseComponent ()=default | |
virtual | ~BaseComponent ()=default |
Private Attributes | |
elxOverrideGetSelfMacro | |
Additional Inherited Members | |
![]() | |
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 ![]() |
![]() |