go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elastix::RayCastResampleInterpolator< TElastix > Class Template Reference

#include <elxRayCastResampleInterpolator.h>

Detailed Description

template<class TElastix>
class elastix::RayCastResampleInterpolator< TElastix >

An interpolator based on ...

Definition at line 38 of file elxRayCastResampleInterpolator.h.

Inheritance diagram for elastix::RayCastResampleInterpolator< TElastix >:

Public Types

using AdvancedTransformPointer = typename AdvancedTransformType::Pointer
 
using AdvancedTransformType
 
using CombinationTransformPointer = typename CombinationTransformType::Pointer
 
using CombinationTransformType
 
using ConstPointer = itk::SmartPointer<const Self>
 
using EulerTransformPointer = typename EulerTransformType::Pointer
 
using EulerTransformType
 
using ITKBaseType = typename Superclass2::ITKBaseType
 
using ParameterMapType
 
using Pointer = itk::SmartPointer<Self>
 
using Self = RayCastResampleInterpolator
 
using SizeType
 
using SpacingType = typename InputImageType::SpacingType
 
using Superclass1
 
using Superclass2 = ResampleInterpolatorBase<TElastix>
 
using TransformParametersType = typename EulerTransformType::ParametersType
 
- Public Types inherited from itk::AdvancedRayCastInterpolateImageFunction< TInputImage, TCoordRep >
using ConstPointer = SmartPointer<const Self>
 
using DirectionType = Vector<TCoordRep, InputImageDimension>
 
using InputPointType = typename TransformType::InputPointType
 
using InterpolatorPointer = typename InterpolatorType::Pointer
 
using InterpolatorType = InterpolateImageFunction<TInputImage, TCoordRep>
 
using OutputPointType = typename TransformType::OutputPointType
 
using Pointer = SmartPointer<Self>
 
using Self = AdvancedRayCastInterpolateImageFunction
 
using SizeType = typename TInputImage::SizeType
 
using Superclass = InterpolateImageFunction<TInputImage, TCoordRep>
 
using TransformJacobianType = typename TransformType::JacobianType
 
using TransformParametersType = typename TransformType::ParametersType
 
using TransformPointer = typename TransformType::Pointer
 
using TransformType = Transform<TCoordRep, InputImageDimension, InputImageDimension>
 
- Public Types inherited from elastix::ResampleInterpolatorBase< TElastix >
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
 

Public Member Functions

int BeforeAll () override
 
void BeforeRegistration () override
 
 elxClassNameMacro ("FinalRayCastInterpolator")
 
virtual const char * GetClassName () const
 
 ITK_DISALLOW_COPY_AND_MOVE (RayCastResampleInterpolator)
 
 itkStaticConstMacro (ImageDimension, unsigned int, Superclass1::ImageDimension)
 
void ReadFromFile () override
 
- Public Member Functions inherited from itk::AdvancedRayCastInterpolateImageFunction< TInputImage, TCoordRep >
OutputType Evaluate (const PointType &point) const override
 
OutputType EvaluateAtContinuousIndex (const ContinuousIndexType &index) const override
 
virtual InputPointType GetFocalPoint () const
 
virtual double GetThreshold () const
 
bool IsInsideBuffer (const ContinuousIndexType &) const override
 
bool IsInsideBuffer (const IndexType &) const override
 
bool IsInsideBuffer (const PointType &) const override
 
 ITK_DISALLOW_COPY_AND_MOVE (AdvancedRayCastInterpolateImageFunction)
 
 itkGetModifiableObjectMacro (Interpolator, InterpolatorType)
 
 itkGetModifiableObjectMacro (Transform, TransformType)
 
 itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension)
 
 itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension)
 
virtual void SetFocalPoint (InputPointType _arg)
 
virtual void SetInterpolator (InterpolatorType *_arg)
 
virtual void SetThreshold (double _arg)
 
virtual void SetTransform (TransformType *_arg)
 
- Public Member Functions inherited from elastix::ResampleInterpolatorBase< TElastix >
virtual int BeforeAllTransformix ()
 
void CreateTransformParameterMap (ParameterMapType &parameterMap) const
 
ITKBaseTypeGetAsITKBaseType ()
 
const ITKBaseTypeGetAsITKBaseType () const
 
 ITK_DISALLOW_COPY_AND_MOVE (ResampleInterpolatorBase)
 
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)
 
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 BeforeAllBase ()
 
virtual void BeforeEachResolution ()
 
virtual void BeforeEachResolutionBase ()
 
virtual void BeforeRegistrationBase ()
 
virtual const char * elxGetClassName () const
 
const char * GetComponentLabel () const
 
 ITK_DISALLOW_COPY_AND_MOVE (BaseComponent)
 
 itkTypeMacroNoParent (BaseComponent)
 
void SetComponentLabel (const char *label, unsigned int idx)
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::AdvancedRayCastInterpolateImageFunction< TInputImage, TCoordRep >
static Pointer New ()
 
- 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 Member Functions

void InitializeRayCastInterpolator ()
 
 RayCastResampleInterpolator ()=default
 
 ~RayCastResampleInterpolator () override=default
 
- Protected Member Functions inherited from itk::AdvancedRayCastInterpolateImageFunction< TInputImage, TCoordRep >
 AdvancedRayCastInterpolateImageFunction ()=default
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~AdvancedRayCastInterpolateImageFunction () override=default
 
- Protected Member Functions inherited from elastix::ResampleInterpolatorBase< TElastix >
 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

ParameterMapType CreateDerivedTransformParameterMap () const override
 

Private Attributes

 elxOverrideGetSelfMacro
 
CombinationTransformPointer m_CombinationTransform
 
TransformParametersType m_PreParameters
 
EulerTransformPointer m_PreTransform
 

Additional Inherited Members

- Protected Attributes inherited from itk::AdvancedRayCastInterpolateImageFunction< TInputImage, TCoordRep >
InputPointType m_FocalPoint {}
 
InterpolatorPointer m_Interpolator {}
 
double m_Threshold { 0.0 }
 
TransformPointer m_Transform {}
 
- Protected Attributes inherited from elastix::BaseComponentSE< TElastix >
Configuration::ConstPointer m_Configuration {}
 
itk::WeakPointer< TElastix > m_Elastix {}
 
RegistrationTypem_Registration {}
 

Member Typedef Documentation

◆ AdvancedTransformPointer

template<class TElastix >
using elastix::RayCastResampleInterpolator< TElastix >::AdvancedTransformPointer = typename AdvancedTransformType::Pointer

Definition at line 91 of file elxRayCastResampleInterpolator.h.

◆ AdvancedTransformType

template<class TElastix >
using elastix::RayCastResampleInterpolator< TElastix >::AdvancedTransformType
Initial value:
typename itk::
AdvancedTransform<typename InterpolatorBase<TElastix>::CoordRepType, Self::ImageDimension, Self::ImageDimension>

Definition at line 89 of file elxRayCastResampleInterpolator.h.

◆ CombinationTransformPointer

template<class TElastix >
using elastix::RayCastResampleInterpolator< TElastix >::CombinationTransformPointer = typename CombinationTransformType::Pointer

Definition at line 94 of file elxRayCastResampleInterpolator.h.

◆ CombinationTransformType

template<class TElastix >
using elastix::RayCastResampleInterpolator< TElastix >::CombinationTransformType
Initial value:
This class combines two transforms: an 'initial transform' with a 'current transform'.

Definition at line 92 of file elxRayCastResampleInterpolator.h.

◆ ConstPointer

template<class TElastix >
using elastix::RayCastResampleInterpolator< TElastix >::ConstPointer = itk::SmartPointer<const Self>

Definition at line 53 of file elxRayCastResampleInterpolator.h.

◆ EulerTransformPointer

template<class TElastix >
using elastix::RayCastResampleInterpolator< TElastix >::EulerTransformPointer = typename EulerTransformType::Pointer

Definition at line 88 of file elxRayCastResampleInterpolator.h.

◆ EulerTransformType

template<class TElastix >
using elastix::RayCastResampleInterpolator< TElastix >::EulerTransformType
Initial value:
This class combines the Euler2DTransform with the Euler3DTransform.

Typedef's for CombinationTransform

Definition at line 85 of file elxRayCastResampleInterpolator.h.

◆ ITKBaseType

template<class TElastix >
using elastix::RayCastResampleInterpolator< TElastix >::ITKBaseType = typename Superclass2::ITKBaseType

Definition at line 82 of file elxRayCastResampleInterpolator.h.

◆ ParameterMapType

template<class TElastix >
using elastix::ResampleInterpolatorBase< TElastix >::ParameterMapType

Typedef that is used in the elastix dll version.

Definition at line 67 of file elxResampleInterpolatorBase.h.

◆ Pointer

template<class TElastix >
using elastix::RayCastResampleInterpolator< TElastix >::Pointer = itk::SmartPointer<Self>

Definition at line 52 of file elxRayCastResampleInterpolator.h.

◆ Self

template<class TElastix >
using elastix::RayCastResampleInterpolator< TElastix >::Self = RayCastResampleInterpolator

Standard ITK-stuff.

Definition at line 47 of file elxRayCastResampleInterpolator.h.

◆ SizeType

template<class TElastix >
using itk::AdvancedRayCastInterpolateImageFunction< TInputImage, TCoordRep >::SizeType

Definition at line 85 of file itkAdvancedRayCastInterpolateImageFunction.h.

◆ SpacingType

template<class TElastix >
using elastix::RayCastResampleInterpolator< TElastix >::SpacingType = typename InputImageType::SpacingType

Definition at line 77 of file elxRayCastResampleInterpolator.h.

◆ Superclass1

◆ Superclass2

template<class TElastix >
using elastix::RayCastResampleInterpolator< TElastix >::Superclass2 = ResampleInterpolatorBase<TElastix>

Definition at line 51 of file elxRayCastResampleInterpolator.h.

◆ TransformParametersType

template<class TElastix >
using elastix::RayCastResampleInterpolator< TElastix >::TransformParametersType = typename EulerTransformType::ParametersType

Definition at line 87 of file elxRayCastResampleInterpolator.h.

Constructor & Destructor Documentation

◆ RayCastResampleInterpolator()

template<class TElastix >
elastix::RayCastResampleInterpolator< TElastix >::RayCastResampleInterpolator ( )
protecteddefault

The constructor.

◆ ~RayCastResampleInterpolator()

template<class TElastix >
elastix::RayCastResampleInterpolator< TElastix >::~RayCastResampleInterpolator ( )
overrideprotecteddefault

The destructor.

Member Function Documentation

◆ BeforeAll()

template<class TElastix >
int elastix::RayCastResampleInterpolator< TElastix >::BeforeAll ( )
overridevirtual

Reimplemented from elastix::BaseComponent.

◆ BeforeRegistration()

template<class TElastix >
void elastix::RayCastResampleInterpolator< TElastix >::BeforeRegistration ( )
overridevirtual

Reimplemented from elastix::BaseComponent.

◆ CreateDerivedTransformParameterMap()

template<class TElastix >
ParameterMapType elastix::RayCastResampleInterpolator< TElastix >::CreateDerivedTransformParameterMap ( ) const
overrideprivatevirtual

Creates a map of the parameters specific for this (derived) interpolator type.

Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.

◆ elxClassNameMacro()

template<class TElastix >
elastix::RayCastResampleInterpolator< TElastix >::elxClassNameMacro ( "FinalRayCastInterpolator" )

Name of this class. Use this name in the parameter file to select this specific resample interpolator.
example: (ResampleInterpolator "FinalRayCastInterpolator")

◆ GetClassName()

template<class TElastix >
virtual const char * elastix::RayCastResampleInterpolator< TElastix >::GetClassName ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::AdvancedRayCastInterpolateImageFunction< TInputImage, TCoordRep >.

◆ InitializeRayCastInterpolator()

template<class TElastix >
void elastix::RayCastResampleInterpolator< TElastix >::InitializeRayCastInterpolator ( )
protected

Helper function to initialize the combination transform with a pre-transform.

◆ ITK_DISALLOW_COPY_AND_MOVE()

template<class TElastix >
elastix::RayCastResampleInterpolator< TElastix >::ITK_DISALLOW_COPY_AND_MOVE ( RayCastResampleInterpolator< TElastix > )

◆ itkStaticConstMacro()

template<class TElastix >
elastix::RayCastResampleInterpolator< TElastix >::itkStaticConstMacro ( ImageDimension ,
unsigned int ,
Superclass1::ImageDimension  )

Dimension of the image.

◆ New()

template<class TElastix >
static Pointer elastix::RayCastResampleInterpolator< TElastix >::New ( )
static

Method for creation through the object factory.

◆ ReadFromFile()

template<class TElastix >
void elastix::RayCastResampleInterpolator< TElastix >::ReadFromFile ( )
overridevirtual

Function to read transform-parameters from a file.

Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.

Field Documentation

◆ elxOverrideGetSelfMacro

template<class TElastix >
elastix::RayCastResampleInterpolator< TElastix >::elxOverrideGetSelfMacro
private

Definition at line 122 of file elxRayCastResampleInterpolator.h.

◆ m_CombinationTransform

template<class TElastix >
CombinationTransformPointer elastix::RayCastResampleInterpolator< TElastix >::m_CombinationTransform
private

Definition at line 130 of file elxRayCastResampleInterpolator.h.

◆ m_PreParameters

template<class TElastix >
TransformParametersType elastix::RayCastResampleInterpolator< TElastix >::m_PreParameters
private

Definition at line 129 of file elxRayCastResampleInterpolator.h.

◆ m_PreTransform

template<class TElastix >
EulerTransformPointer elastix::RayCastResampleInterpolator< TElastix >::m_PreTransform
private

Definition at line 128 of file elxRayCastResampleInterpolator.h.



Generated on 2024-07-17 for elastix by doxygen 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) elastix logo