Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#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.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::AdvancedLinearInterpolateImageFunction< InterpolatorBase< TElastix >::InputImageType, InterpolatorBase< TElastix >::CoordRepType > | |
static Pointer | New () |
Static Public Member Functions inherited from elastix::BaseComponent | |
static std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) |
static void | InitializeElastixExecutable () |
static bool | IsElastixLibrary () |
Protected Member Functions | |
LinearInterpolator () | |
~LinearInterpolator () override | |
Protected Member Functions inherited from itk::AdvancedLinearInterpolateImageFunction< InterpolatorBase< TElastix >::InputImageType, InterpolatorBase< TElastix >::CoordRepType > | |
AdvancedLinearInterpolateImageFunction () | |
~AdvancedLinearInterpolateImageFunction () override | |
Protected Member Functions inherited from elastix::InterpolatorBase< TElastix > | |
InterpolatorBase () | |
~InterpolatorBase () override | |
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 Member Functions | |
LinearInterpolator (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
ConfigurationPointer | m_Configuration {} |
ElastixPointer | m_Elastix {} |
RegistrationPointer | m_Registration {} |
typedef Superclass2::ConfigurationPointer elastix::LinearInterpolator< TElastix >::ConfigurationPointer |
Definition at line 88 of file elxLinearInterpolator.h.
typedef Superclass2::ConfigurationType elastix::LinearInterpolator< TElastix >::ConfigurationType |
Definition at line 87 of file elxLinearInterpolator.h.
typedef itk::SmartPointer< const Self > elastix::LinearInterpolator< TElastix >::ConstPointer |
Definition at line 60 of file elxLinearInterpolator.h.
typedef Superclass1::ContinuousIndexType elastix::LinearInterpolator< TElastix >::ContinuousIndexType |
Definition at line 81 of file elxLinearInterpolator.h.
typedef Superclass2::ElastixPointer elastix::LinearInterpolator< TElastix >::ElastixPointer |
Definition at line 86 of file elxLinearInterpolator.h.
typedef Superclass2::ElastixType elastix::LinearInterpolator< TElastix >::ElastixType |
Typedefs inherited from Elastix.
Definition at line 85 of file elxLinearInterpolator.h.
typedef Superclass1::IndexType elastix::LinearInterpolator< TElastix >::IndexType |
Definition at line 80 of file elxLinearInterpolator.h.
typedef Superclass1::InputImageType elastix::LinearInterpolator< TElastix >::InputImageType |
Definition at line 79 of file elxLinearInterpolator.h.
typedef Superclass2::ITKBaseType elastix::LinearInterpolator< TElastix >::ITKBaseType |
Definition at line 91 of file elxLinearInterpolator.h.
typedef Superclass1::OutputType elastix::LinearInterpolator< TElastix >::OutputType |
Typedefs inherited from the superclass.
Definition at line 78 of file elxLinearInterpolator.h.
typedef itk::SmartPointer< Self > elastix::LinearInterpolator< TElastix >::Pointer |
Definition at line 59 of file elxLinearInterpolator.h.
typedef Superclass1::PointType elastix::LinearInterpolator< TElastix >::PointType |
Definition at line 82 of file elxLinearInterpolator.h.
typedef Superclass2::RegistrationPointer elastix::LinearInterpolator< TElastix >::RegistrationPointer |
Definition at line 90 of file elxLinearInterpolator.h.
typedef Superclass2::RegistrationType elastix::LinearInterpolator< TElastix >::RegistrationType |
Definition at line 89 of file elxLinearInterpolator.h.
typedef LinearInterpolator elastix::LinearInterpolator< TElastix >::Self |
Standard ITK-stuff.
Definition at line 53 of file elxLinearInterpolator.h.
typedef itk::AdvancedLinearInterpolateImageFunction< typename InterpolatorBase< TElastix >::InputImageType, typename InterpolatorBase< TElastix >::CoordRepType > elastix::LinearInterpolator< TElastix >::Superclass1 |
Definition at line 57 of file elxLinearInterpolator.h.
typedef InterpolatorBase< TElastix > elastix::LinearInterpolator< TElastix >::Superclass2 |
Definition at line 58 of file elxLinearInterpolator.h.
|
inlineprotected |
The constructor.
Definition at line 96 of file elxLinearInterpolator.h.
|
inlineoverrideprotected |
The destructor.
Definition at line 98 of file elxLinearInterpolator.h.
|
private |
The private constructor.
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 elastix::InterpolatorBase< TElastix >.
elastix::LinearInterpolator< TElastix >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned int | , | ||
Superclass1::ImageDimension | |||
) |
Get the ImageDimension.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
Generated on 1667476801 for elastix by 1.9.4 |