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 Member Functions | |
elxClassNameMacro ("FinalLinearInterpolator") | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (ImageDimension, unsigned int, Superclass1::ImageDimension) | |
Public Member Functions inherited from elastix::ResampleInterpolatorBase< TElastix > | |
virtual int | BeforeAllTransformix (void) |
virtual void | CreateTransformParametersMap (ParameterMapType *paramsMap) const |
virtual ITKBaseType * | GetAsITKBaseType (void) |
virtual const ITKBaseType * | GetAsITKBaseType (void) const |
virtual const char * | GetClassName () const |
virtual void | ReadFromFile (void) |
virtual void | WriteToFile (void) const |
Public Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
ConfigurationType * | GetConfiguration (void) const |
ElastixType * | GetElastix (void) const |
RegistrationPointer | GetRegistration (void) const |
ITK_DISALLOW_COPY_AND_ASSIGN (BaseComponentSE) | |
void | SetConfiguration (ConfigurationType *_arg) |
void | SetElastix (ElastixType *_arg) |
Public Member Functions inherited from elastix::BaseComponent | |
virtual void | AfterEachIteration (void) |
virtual void | AfterEachIterationBase (void) |
virtual void | AfterEachResolution (void) |
virtual void | AfterEachResolutionBase (void) |
virtual void | AfterRegistration (void) |
virtual void | AfterRegistrationBase (void) |
virtual int | BeforeAll (void) |
virtual int | BeforeAllBase (void) |
virtual void | BeforeEachResolution (void) |
virtual void | BeforeEachResolutionBase (void) |
virtual void | BeforeRegistration (void) |
virtual void | BeforeRegistrationBase (void) |
virtual const char * | elxGetClassName (void) const |
const char * | GetComponentLabel (void) const |
ITK_DISALLOW_COPY_AND_ASSIGN (BaseComponent) | |
itkTypeMacroNoParent (BaseComponent) | |
void | SetComponentLabel (const char *label, unsigned int idx) |
Static Public Member Functions | |
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 | |
LinearResampleInterpolator () | |
~LinearResampleInterpolator () override | |
Protected Member Functions inherited from elastix::ResampleInterpolatorBase< TElastix > | |
ResampleInterpolatorBase () | |
~ResampleInterpolatorBase () 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 | |
LinearResampleInterpolator (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::LinearResampleInterpolator< TElastix >::ConfigurationPointer |
Definition at line 87 of file elxLinearResampleInterpolator.h.
typedef Superclass2::ConfigurationType elastix::LinearResampleInterpolator< TElastix >::ConfigurationType |
Definition at line 86 of file elxLinearResampleInterpolator.h.
typedef itk::SmartPointer< const Self > elastix::LinearResampleInterpolator< TElastix >::ConstPointer |
Definition at line 60 of file elxLinearResampleInterpolator.h.
typedef Superclass1::ContinuousIndexType elastix::LinearResampleInterpolator< TElastix >::ContinuousIndexType |
Definition at line 81 of file elxLinearResampleInterpolator.h.
typedef Superclass2::ElastixPointer elastix::LinearResampleInterpolator< TElastix >::ElastixPointer |
Definition at line 85 of file elxLinearResampleInterpolator.h.
typedef Superclass2::ElastixType elastix::LinearResampleInterpolator< TElastix >::ElastixType |
Typedef's from ResampleInterpolatorBase.
Definition at line 84 of file elxLinearResampleInterpolator.h.
typedef Superclass1::IndexType elastix::LinearResampleInterpolator< TElastix >::IndexType |
Definition at line 80 of file elxLinearResampleInterpolator.h.
typedef Superclass1::InputImageType elastix::LinearResampleInterpolator< TElastix >::InputImageType |
Definition at line 79 of file elxLinearResampleInterpolator.h.
typedef Superclass2::ITKBaseType elastix::LinearResampleInterpolator< TElastix >::ITKBaseType |
Definition at line 90 of file elxLinearResampleInterpolator.h.
typedef Superclass1::OutputType elastix::LinearResampleInterpolator< TElastix >::OutputType |
Typedef's inherited from the superclass.
Definition at line 78 of file elxLinearResampleInterpolator.h.
typedef itk::SmartPointer< Self > elastix::LinearResampleInterpolator< TElastix >::Pointer |
Definition at line 59 of file elxLinearResampleInterpolator.h.
typedef Superclass2::RegistrationPointer elastix::LinearResampleInterpolator< TElastix >::RegistrationPointer |
Definition at line 89 of file elxLinearResampleInterpolator.h.
typedef Superclass2::RegistrationType elastix::LinearResampleInterpolator< TElastix >::RegistrationType |
Definition at line 88 of file elxLinearResampleInterpolator.h.
typedef LinearResampleInterpolator elastix::LinearResampleInterpolator< TElastix >::Self |
Standard ITK-stuff.
Definition at line 54 of file elxLinearResampleInterpolator.h.
typedef itk::LinearInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType > elastix::LinearResampleInterpolator< TElastix >::Superclass1 |
Definition at line 57 of file elxLinearResampleInterpolator.h.
typedef ResampleInterpolatorBase< TElastix > elastix::LinearResampleInterpolator< TElastix >::Superclass2 |
Definition at line 58 of file elxLinearResampleInterpolator.h.
|
inlineprotected |
The constructor.
Definition at line 95 of file elxLinearResampleInterpolator.h.
|
inlineoverrideprotected |
The destructor.
Definition at line 97 of file elxLinearResampleInterpolator.h.
|
private |
The private constructor.
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 >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned int | , | ||
Superclass1::ImageDimension | |||
) |
Dimension of the image.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
Generated on 1667476801 for elastix by 1.9.4 |