![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxLinearResampleInterpolator.h>
A linear resample-interpolator.
Compared to the BSplineResampleInterpolator and BSplineResampleInterpolatorFloat with SplineOrder 1 this class uses less (in fact, no) memory. You can select this resample interpolator if memory burden is an issue and linear interpolation is sufficient.
The parameters used in this class are:
(ResampleInterpolator "FinalLinearInterpolator")
Definition at line 44 of file elxLinearResampleInterpolator.h.
Public Types | |
using | ConstPointer = itk::SmartPointer< const Self > |
using | ITKBaseType = typename Superclass2::ITKBaseType |
using | Pointer = itk::SmartPointer< Self > |
using | Self = LinearResampleInterpolator |
using | Superclass1 = itk::LinearInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType > |
using | Superclass2 = ResampleInterpolatorBase< TElastix > |
![]() | |
using | CoordRepType = ElastixBase::CoordRepType |
using | ElastixType = TElastix |
using | InputImageType = typename ElastixType::MovingImageType |
using | ITKBaseType = itk::InterpolateImageFunction< InputImageType, CoordRepType > |
using | ParameterMapType = typename ElastixType::ParameterMapType |
using | RegistrationType = typename ElastixType::RegistrationBaseType |
using | Self = ResampleInterpolatorBase |
using | Superclass = BaseComponentSE< TElastix > |
![]() | |
using | ConfigurationPointer = Configuration::Pointer |
using | ElastixType = TElastix |
using | RegistrationType = typename ElastixType::RegistrationBaseType |
using | Self = BaseComponentSE |
using | Superclass = BaseComponent |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
template<typename TBaseComponent > | |
static auto | AsITKBaseType (TBaseComponent *const baseComponent) -> decltype(baseComponent->GetAsITKBaseType()) |
static void | InitializeElastixExecutable () |
static bool | IsElastixLibrary () |
Protected Member Functions | |
LinearResampleInterpolator ()=default | |
~LinearResampleInterpolator () override=default | |
![]() | |
ResampleInterpolatorBase ()=default | |
~ResampleInterpolatorBase () override=default | |
![]() | |
BaseComponentSE ()=default | |
~BaseComponentSE () override=default | |
![]() | |
BaseComponent ()=default | |
virtual | ~BaseComponent ()=default |
Private Attributes | |
elxOverrideGetSelfMacro | |
Additional Inherited Members | |
![]() | |
ConfigurationPointer | m_Configuration {} |
itk::WeakPointer< TElastix > | m_Elastix {} |
RegistrationType * | m_Registration {} |
using elastix::LinearResampleInterpolator< TElastix >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 58 of file elxLinearResampleInterpolator.h.
using elastix::LinearResampleInterpolator< TElastix >::ITKBaseType = typename Superclass2::ITKBaseType |
Definition at line 84 of file elxLinearResampleInterpolator.h.
using elastix::LinearResampleInterpolator< TElastix >::Pointer = itk::SmartPointer<Self> |
Definition at line 57 of file elxLinearResampleInterpolator.h.
using elastix::LinearResampleInterpolator< TElastix >::Self = LinearResampleInterpolator |
Standard ITK-stuff.
Definition at line 53 of file elxLinearResampleInterpolator.h.
using elastix::LinearResampleInterpolator< TElastix >::Superclass1 = itk::LinearInterpolateImageFunction<typename ResampleInterpolatorBase<TElastix>::InputImageType, typename ResampleInterpolatorBase<TElastix>::CoordRepType> |
Definition at line 54 of file elxLinearResampleInterpolator.h.
using elastix::LinearResampleInterpolator< TElastix >::Superclass2 = ResampleInterpolatorBase<TElastix> |
Definition at line 56 of file elxLinearResampleInterpolator.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
elastix::LinearResampleInterpolator< TElastix >::elxClassNameMacro | ( | "FinalLinearInterpolator" | ) |
Name of this class. Use this name in the parameter file to select this specific resample interpolator.
example: (ResampleInterpolator "FinalLinearInterpolator")
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.
elastix::LinearResampleInterpolator< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | LinearResampleInterpolator< TElastix > | ) |
elastix::LinearResampleInterpolator< TElastix >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned int | , | ||
Superclass1::ImageDimension | |||
) |
Dimension of the image.
|
static |
Method for creation through the object factory.
|
private |
Definition at line 93 of file elxLinearResampleInterpolator.h.
Generated on Wed 12 Apr 2023
for elastix by ![]() |
![]() |