#include <elxResampleInterpolatorBase.h>
This class is the elastix base class for all ResampleInterpolators.
This class contains all the common functionality for ResampleInterpolators.
Definition at line 43 of file elxResampleInterpolatorBase.h.
Public Types | |
using | CoordRepType = ElastixBase::CoordRepType |
using | ElastixType |
using | InputImageType = typename ElastixType::MovingImageType |
using | ITKBaseType = itk::InterpolateImageFunction<InputImageType, CoordRepType> |
using | ParameterMapType = typename ElastixType::ParameterMapType |
using | RegistrationType |
using | Self = ResampleInterpolatorBase |
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 |
Protected Member Functions | |
ResampleInterpolatorBase ()=default | |
~ResampleInterpolatorBase () 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 Member Functions | |
virtual ParameterMapType | CreateDerivedTransformParameterMap () const |
elxDeclarePureVirtualGetSelfMacro (ITKBaseType) | |
Additional Inherited Members | |
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 Attributes inherited from elastix::BaseComponentSE< TElastix > | |
Configuration::ConstPointer | m_Configuration {} |
itk::WeakPointer< TElastix > | m_Elastix {} |
RegistrationType * | m_Registration {} |
using elastix::ResampleInterpolatorBase< TElastix >::CoordRepType = ElastixBase::CoordRepType |
Definition at line 61 of file elxResampleInterpolatorBase.h.
using elastix::BaseComponentSE< TElastix >::ElastixType |
Elastix typedef.
Definition at line 57 of file elxBaseComponentSE.h.
using elastix::ResampleInterpolatorBase< TElastix >::InputImageType = typename ElastixType::MovingImageType |
Typedef's from elastix.
Definition at line 60 of file elxResampleInterpolatorBase.h.
using elastix::ResampleInterpolatorBase< TElastix >::ITKBaseType = itk::InterpolateImageFunction<InputImageType, CoordRepType> |
Other typedef's.
Definition at line 64 of file elxResampleInterpolatorBase.h.
using elastix::ResampleInterpolatorBase< TElastix >::ParameterMapType = typename ElastixType::ParameterMapType |
Typedef that is used in the elastix dll version.
Definition at line 67 of file elxResampleInterpolatorBase.h.
using elastix::BaseComponentSE< TElastix >::RegistrationType |
RegistrationType; NB: this is the elx::RegistrationBase not an itk::Object or something like that.
Definition at line 62 of file elxBaseComponentSE.h.
using elastix::ResampleInterpolatorBase< TElastix >::Self = ResampleInterpolatorBase |
Standard ITK stuff.
Definition at line 49 of file elxResampleInterpolatorBase.h.
using elastix::ResampleInterpolatorBase< TElastix >::Superclass = BaseComponentSE<TElastix> |
Definition at line 50 of file elxResampleInterpolatorBase.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
|
inlinevirtual |
Execute stuff before the actual transformation:
Definition at line 89 of file elxResampleInterpolatorBase.h.
|
inlineprivatevirtual |
Reimplemented in elastix::BSplineResampleInterpolator< TElastix >, elastix::BSplineResampleInterpolatorFloat< TElastix >, elastix::RayCastResampleInterpolator< TElastix >, and elastix::ReducedDimensionBSplineResampleInterpolator< TElastix >.
Definition at line 116 of file elxResampleInterpolatorBase.h.
void elastix::ResampleInterpolatorBase< TElastix >::CreateTransformParameterMap | ( | ParameterMapType & | parameterMap | ) | const |
Function to create transform-parameters map.
|
private |
|
inline |
Retrieves this object as ITKBaseType.
Definition at line 71 of file elxResampleInterpolatorBase.h.
|
inline |
Retrieves this object as ITKBaseType, to use in const functions.
Definition at line 79 of file elxResampleInterpolatorBase.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented in elastix::BSplineResampleInterpolator< TElastix >, elastix::BSplineResampleInterpolatorFloat< TElastix >, elastix::LinearResampleInterpolator< TElastix >, elastix::NearestNeighborResampleInterpolator< TElastix >, elastix::RayCastResampleInterpolator< TElastix >, and elastix::ReducedDimensionBSplineResampleInterpolator< TElastix >.
elastix::ResampleInterpolatorBase< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | ResampleInterpolatorBase< TElastix > | ) |
|
virtual |
Function to read transform-parameters from a file.
Reimplemented in elastix::BSplineResampleInterpolator< TElastix >, elastix::BSplineResampleInterpolatorFloat< TElastix >, elastix::RayCastResampleInterpolator< TElastix >, and elastix::ReducedDimensionBSplineResampleInterpolator< TElastix >.
void elastix::ResampleInterpolatorBase< TElastix >::WriteToFile | ( | std::ostream & | transformationParameterInfo | ) | const |
Function to write transform-parameters to a file.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |