#include <elxRayCastInterpolator.h>
An interpolator based on the itkAdvancedRayCastInterpolateImageFunction.
The parameters used in this class are:
(Interpolator "RayCastInterpolator")Definition at line 44 of file elxRayCastInterpolator.h.

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 | Pointer = itk::SmartPointer<Self> |
| using | Self = RayCastInterpolator |
| using | SizeType |
| using | SpacingType = typename InputImageType::SpacingType |
| using | Superclass1 |
| using | Superclass2 = InterpolatorBase<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::InterpolatorBase< TElastix > | |
| using | CoordRepType = ElastixBase::CoordRepType |
| using | ElastixType |
| using | InputImageType = typename ElastixType::MovingImageType |
| using | ITKBaseType = itk::InterpolateImageFunction<InputImageType, CoordRepType> |
| using | RegistrationType |
| using | Self = InterpolatorBase |
| 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 |
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 | |
| int | BeforeAll () override |
| void | BeforeEachResolution () override |
| void | BeforeRegistration () override |
| RayCastInterpolator ()=default | |
| ~RayCastInterpolator () 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::InterpolatorBase< TElastix > | |
| InterpolatorBase ()=default | |
| ~InterpolatorBase () 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 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 {} |
| RegistrationType * | m_Registration {} |
| using elastix::RayCastInterpolator< TElastix >::AdvancedTransformPointer = typename AdvancedTransformType::Pointer |
Definition at line 96 of file elxRayCastInterpolator.h.
| using elastix::RayCastInterpolator< TElastix >::AdvancedTransformType |
Definition at line 94 of file elxRayCastInterpolator.h.
| using elastix::RayCastInterpolator< TElastix >::CombinationTransformPointer = typename CombinationTransformType::Pointer |
Definition at line 99 of file elxRayCastInterpolator.h.
| using elastix::RayCastInterpolator< TElastix >::CombinationTransformType |
Definition at line 97 of file elxRayCastInterpolator.h.
| using elastix::RayCastInterpolator< TElastix >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 58 of file elxRayCastInterpolator.h.
| using elastix::RayCastInterpolator< TElastix >::EulerTransformPointer = typename EulerTransformType::Pointer |
Definition at line 93 of file elxRayCastInterpolator.h.
| using elastix::RayCastInterpolator< TElastix >::EulerTransformType |
Typedef's for CombinationTransform
Definition at line 90 of file elxRayCastInterpolator.h.
| using elastix::RayCastInterpolator< TElastix >::ITKBaseType = typename Superclass2::ITKBaseType |
Definition at line 87 of file elxRayCastInterpolator.h.
| using elastix::RayCastInterpolator< TElastix >::Pointer = itk::SmartPointer<Self> |
Definition at line 57 of file elxRayCastInterpolator.h.
| using elastix::RayCastInterpolator< TElastix >::Self = RayCastInterpolator |
Standard ITK-stuff.
Definition at line 53 of file elxRayCastInterpolator.h.
| using itk::AdvancedRayCastInterpolateImageFunction< TInputImage, TCoordRep >::SizeType |
Definition at line 85 of file itkAdvancedRayCastInterpolateImageFunction.h.
| using elastix::RayCastInterpolator< TElastix >::SpacingType = typename InputImageType::SpacingType |
Definition at line 82 of file elxRayCastInterpolator.h.
| using elastix::RayCastInterpolator< TElastix >::Superclass1 |
Definition at line 54 of file elxRayCastInterpolator.h.
| using elastix::RayCastInterpolator< TElastix >::Superclass2 = InterpolatorBase<TElastix> |
Definition at line 56 of file elxRayCastInterpolator.h.
| using elastix::RayCastInterpolator< TElastix >::TransformParametersType = typename EulerTransformType::ParametersType |
Definition at line 92 of file elxRayCastInterpolator.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
|
overrideprotectedvirtual |
Reimplemented from elastix::BaseComponent.
|
overrideprotectedvirtual |
Reimplemented from elastix::BaseComponent.
|
overrideprotectedvirtual |
Reimplemented from elastix::BaseComponent.
| elastix::RayCastInterpolator< TElastix >::elxClassNameMacro | ( | "RayCastInterpolator< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific interpolator.
example: (Interpolator "RayCastInterpolator")
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::AdvancedRayCastInterpolateImageFunction< TInputImage, TCoordRep >.
| elastix::RayCastInterpolator< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | RayCastInterpolator< TElastix > | ) |
| elastix::RayCastInterpolator< TElastix >::itkStaticConstMacro | ( | ImageDimension | , |
| unsigned int | , | ||
| Superclass1::ImageDimension | ) |
Get the ImageDimension.
|
static |
Method for creation through the object factory.
|
private |
Definition at line 118 of file elxRayCastInterpolator.h.
|
private |
Definition at line 122 of file elxRayCastInterpolator.h.
|
private |
Definition at line 121 of file elxRayCastInterpolator.h.
|
private |
Definition at line 120 of file elxRayCastInterpolator.h.
Generated on 2024-07-17
for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |