go home Home | Main Page | Topics | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Loading...
Searching...
No Matches
elastix::ResampleInterpolatorBase< TElastix > Class Template Reference

#include <elxResampleInterpolatorBase.h>

Detailed Description

template<typename TElastix>
class elastix::ResampleInterpolatorBase< TElastix >

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.

Inheritance diagram for elastix::ResampleInterpolatorBase< TElastix >:

Public Types

using CoordinateType = ElastixBase::CoordinateType
using ElastixType
using InputImageType = typename ElastixType::MovingImageType
using ITKBaseType = itk::InterpolateImageFunction<InputImageType, CoordinateType>
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

Public Member Functions

virtual int BeforeAllTransformix ()
void CreateTransformParameterMap (ParameterMapType &parameterMap) const
ITKBaseTypeGetAsITKBaseType ()
const ITKBaseTypeGetAsITKBaseType () const
 ITK_DISALLOW_COPY_AND_MOVE (ResampleInterpolatorBase)
 itkOverrideGetNameOfClassMacro (ResampleInterpolatorBase)
virtual void ReadFromFile ()
void WriteToFile (std::ostream &transformationParameterInfo) const
Public Member Functions inherited from elastix::BaseComponentSE< TElastix >
void AddTargetCellToIterationInfo (const char *const name)
const ConfigurationGetConfiguration () const
ElastixTypeGetElastix () const
auto & GetIterationInfoAt (const char *const name)
itk::Statistics::MersenneTwisterRandomVariateGenerator & GetRandomVariateGenerator ()
RegistrationTypeGetRegistration () const
 ITK_DISALLOW_COPY_AND_MOVE (BaseComponentSE)
void RemoveTargetCellFromIterationInfo (const char *const name)
void SetConfiguration (const Configuration *_arg)
void SetElastix (ElastixType *_arg)
Public Member Functions inherited from elastix::BaseComponent
virtual void AfterEachIteration ()
virtual void AfterEachIterationBase ()
virtual void AfterEachResolution ()
virtual void AfterEachResolutionBase ()
virtual void AfterRegistration ()
virtual void AfterRegistrationBase ()
virtual int BeforeAll ()
virtual int BeforeAllBase ()
virtual void BeforeEachResolution ()
virtual void BeforeEachResolutionBase ()
virtual void BeforeRegistration ()
virtual void BeforeRegistrationBase ()
virtual const char * elxGetClassName () const
const char * GetComponentLabel () const
 ITK_DISALLOW_COPY_AND_MOVE (BaseComponent)
 itkVirtualGetNameOfClassMacro (BaseComponent)
void SetComponentLabel (const char *label, unsigned int idx)

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 {}
RegistrationTypem_Registration {}

Member Typedef Documentation

◆ CoordinateType

template<typename TElastix>
using elastix::ResampleInterpolatorBase< TElastix >::CoordinateType = ElastixBase::CoordinateType

Definition at line 61 of file elxResampleInterpolatorBase.h.

◆ ElastixType

template<typename TElastix>
using elastix::BaseComponentSE< TElastix >::ElastixType

Elastix typedef.

Definition at line 58 of file elxBaseComponentSE.h.

◆ InputImageType

template<typename TElastix>
using elastix::ResampleInterpolatorBase< TElastix >::InputImageType = typename ElastixType::MovingImageType

Typedef's from elastix.

Definition at line 60 of file elxResampleInterpolatorBase.h.

◆ ITKBaseType

template<typename TElastix>
using elastix::ResampleInterpolatorBase< TElastix >::ITKBaseType = itk::InterpolateImageFunction<InputImageType, CoordinateType>

Other typedef's.

Definition at line 64 of file elxResampleInterpolatorBase.h.

◆ ParameterMapType

template<typename TElastix>
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.

◆ RegistrationType

template<typename TElastix>
using elastix::BaseComponentSE< TElastix >::RegistrationType

RegistrationType; NB: this is the elx::RegistrationBase not an itk::Object or something like that.

Definition at line 63 of file elxBaseComponentSE.h.

◆ Self

template<typename TElastix>
using elastix::ResampleInterpolatorBase< TElastix >::Self = ResampleInterpolatorBase

Standard ITK stuff.

Definition at line 49 of file elxResampleInterpolatorBase.h.

◆ Superclass

template<typename TElastix>
using elastix::ResampleInterpolatorBase< TElastix >::Superclass = BaseComponentSE<TElastix>

Definition at line 50 of file elxResampleInterpolatorBase.h.

Constructor & Destructor Documentation

◆ ResampleInterpolatorBase()

template<typename TElastix>
elastix::ResampleInterpolatorBase< TElastix >::ResampleInterpolatorBase ( )
protecteddefault

The constructor.

◆ ~ResampleInterpolatorBase()

template<typename TElastix>
elastix::ResampleInterpolatorBase< TElastix >::~ResampleInterpolatorBase ( )
overrideprotecteddefault

The destructor.

Member Function Documentation

◆ BeforeAllTransformix()

template<typename TElastix>
virtual int elastix::ResampleInterpolatorBase< TElastix >::BeforeAllTransformix ( )
inlinevirtual

Execute stuff before the actual transformation:

  • nothing here

Definition at line 89 of file elxResampleInterpolatorBase.h.

◆ CreateDerivedTransformParameterMap()

◆ CreateTransformParameterMap()

template<typename TElastix>
void elastix::ResampleInterpolatorBase< TElastix >::CreateTransformParameterMap ( ParameterMapType & parameterMap) const

Function to create transform-parameters map.

◆ elxDeclarePureVirtualGetSelfMacro()

template<typename TElastix>
elastix::ResampleInterpolatorBase< TElastix >::elxDeclarePureVirtualGetSelfMacro ( ITKBaseType )
private

◆ GetAsITKBaseType() [1/2]

template<typename TElastix>
ITKBaseType * elastix::ResampleInterpolatorBase< TElastix >::GetAsITKBaseType ( )
inline

Retrieves this object as ITKBaseType.

Definition at line 71 of file elxResampleInterpolatorBase.h.

◆ GetAsITKBaseType() [2/2]

template<typename TElastix>
const ITKBaseType * elastix::ResampleInterpolatorBase< TElastix >::GetAsITKBaseType ( ) const
inline

Retrieves this object as ITKBaseType, to use in const functions.

Definition at line 79 of file elxResampleInterpolatorBase.h.

◆ ITK_DISALLOW_COPY_AND_MOVE()

template<typename TElastix>
elastix::ResampleInterpolatorBase< TElastix >::ITK_DISALLOW_COPY_AND_MOVE ( ResampleInterpolatorBase< TElastix > )

◆ itkOverrideGetNameOfClassMacro()

template<typename TElastix>
elastix::ResampleInterpolatorBase< TElastix >::itkOverrideGetNameOfClassMacro ( ResampleInterpolatorBase< TElastix > )

Run-time type information (and related methods).

◆ ReadFromFile()

◆ WriteToFile()

template<typename TElastix>
void elastix::ResampleInterpolatorBase< TElastix >::WriteToFile ( std::ostream & transformationParameterInfo) const

Function to write transform-parameters to a file.



Generated on 1774142652 for elastix by doxygen 1.15.0 elastix logo