|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxRayCastResampleInterpolator.h>
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 = typename itk::AdvancedTransform< typename InterpolatorBase< TElastix >::CoordRepType, Self::ImageDimension, Self::ImageDimension > |
| using | CombinationTransformPointer = typename CombinationTransformType::Pointer |
| using | CombinationTransformType = typename itk::AdvancedCombinationTransform< typename InterpolatorBase< TElastix >::CoordRepType, Self::ImageDimension > |
| using | ConstPointer = itk::SmartPointer< const Self > |
| using | EulerTransformPointer = typename EulerTransformType::Pointer |
| using | EulerTransformType = typename itk::EulerTransform< typename InterpolatorBase< TElastix >::CoordRepType, ImageDimension > |
| using | ITKBaseType = typename Superclass2::ITKBaseType |
| using | ParameterMapType = typename ElastixType::ParameterMapType |
| using | Pointer = itk::SmartPointer< Self > |
| using | Self = RayCastResampleInterpolator |
| using | SizeType = typename TInputImage::SizeType |
| using | SpacingType = typename InputImageType::SpacingType |
| using | Superclass1 = itk::AdvancedRayCastInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType > |
| using | Superclass2 = ResampleInterpolatorBase< TElastix > |
| using | TransformParametersType = typename EulerTransformType::ParametersType |
Public Types inherited from itk::AdvancedRayCastInterpolateImageFunction< ResampleInterpolatorBase< TElastix >::InputImageType, ResampleInterpolatorBase< TElastix >::CoordRepType > | |
| using | ConstPointer = SmartPointer< const Self > |
| using | DirectionType = Vector< ResampleInterpolatorBase< TElastix >::CoordRepType, InputImageDimension > |
| using | InputPointType = typename TransformType::InputPointType |
| using | InterpolatorPointer = typename InterpolatorType::Pointer |
| using | InterpolatorType = InterpolateImageFunction< ResampleInterpolatorBase< TElastix >::InputImageType, ResampleInterpolatorBase< TElastix >::CoordRepType > |
| using | OutputPointType = typename TransformType::OutputPointType |
| using | Pointer = SmartPointer< Self > |
| using | Self = AdvancedRayCastInterpolateImageFunction |
| using | SizeType = typename TInputImage::SizeType |
| using | Superclass = InterpolateImageFunction< ResampleInterpolatorBase< TElastix >::InputImageType, ResampleInterpolatorBase< TElastix >::CoordRepType > |
| using | TransformJacobianType = typename TransformType::JacobianType |
| using | TransformParametersType = typename TransformType::ParametersType |
| using | TransformPointer = typename TransformType::Pointer |
| using | TransformType = Transform< ResampleInterpolatorBase< TElastix >::CoordRepType, InputImageDimension, InputImageDimension > |
Public Types inherited from elastix::ResampleInterpolatorBase< TElastix > | |
| using | CoordRepType = ElastixBase::CoordRepType |
| using | ElastixType = TElastix |
| using | InputImageType = typename ElastixType::MovingImageType |
| using | ITKBaseType = itk::InterpolateImageFunction< InputImageType, CoordRepType > |
| using | ParameterMapType = typename ElastixType::ParameterMapType |
| using | RegistrationType = typename ElastixType::RegistrationBaseType |
| 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 |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::AdvancedRayCastInterpolateImageFunction< ResampleInterpolatorBase< TElastix >::InputImageType, ResampleInterpolatorBase< TElastix >::CoordRepType > | |
| 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< ResampleInterpolatorBase< TElastix >::InputImageType, ResampleInterpolatorBase< TElastix >::CoordRepType > | |
| 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< ResampleInterpolatorBase< TElastix >::InputImageType, ResampleInterpolatorBase< TElastix >::CoordRepType > | |
| InputPointType | m_FocalPoint |
| InterpolatorPointer | m_Interpolator |
| double | m_Threshold |
| TransformPointer | m_Transform |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
| Configuration::ConstPointer | m_Configuration {} |
| itk::WeakPointer< TElastix > | m_Elastix {} |
| RegistrationType * | m_Registration {} |
| using elastix::RayCastResampleInterpolator< TElastix >::AdvancedTransformPointer = typename AdvancedTransformType::Pointer |
Definition at line 91 of file elxRayCastResampleInterpolator.h.
| using elastix::RayCastResampleInterpolator< TElastix >::AdvancedTransformType = typename itk:: AdvancedTransform<typename InterpolatorBase<TElastix>::CoordRepType, Self::ImageDimension, Self::ImageDimension> |
Definition at line 89 of file elxRayCastResampleInterpolator.h.
| using elastix::RayCastResampleInterpolator< TElastix >::CombinationTransformPointer = typename CombinationTransformType::Pointer |
Definition at line 94 of file elxRayCastResampleInterpolator.h.
| using elastix::RayCastResampleInterpolator< TElastix >::CombinationTransformType = typename itk::AdvancedCombinationTransform<typename InterpolatorBase<TElastix>::CoordRepType, Self::ImageDimension> |
Definition at line 92 of file elxRayCastResampleInterpolator.h.
| using elastix::RayCastResampleInterpolator< TElastix >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 53 of file elxRayCastResampleInterpolator.h.
| using elastix::RayCastResampleInterpolator< TElastix >::EulerTransformPointer = typename EulerTransformType::Pointer |
Definition at line 88 of file elxRayCastResampleInterpolator.h.
| using elastix::RayCastResampleInterpolator< TElastix >::EulerTransformType = typename itk::EulerTransform<typename InterpolatorBase<TElastix>::CoordRepType, ImageDimension> |
Typedef's for CombinationTransform
Definition at line 85 of file elxRayCastResampleInterpolator.h.
| using elastix::RayCastResampleInterpolator< TElastix >::ITKBaseType = typename Superclass2::ITKBaseType |
Definition at line 82 of file elxRayCastResampleInterpolator.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::RayCastResampleInterpolator< TElastix >::Pointer = itk::SmartPointer<Self> |
Definition at line 52 of file elxRayCastResampleInterpolator.h.
| using elastix::RayCastResampleInterpolator< TElastix >::Self = RayCastResampleInterpolator |
Standard ITK-stuff.
Definition at line 47 of file elxRayCastResampleInterpolator.h.
| using itk::AdvancedRayCastInterpolateImageFunction< TInputImage, TCoordRep >::SizeType = typename TInputImage::SizeType |
Definition at line 85 of file itkAdvancedRayCastInterpolateImageFunction.h.
| using elastix::RayCastResampleInterpolator< TElastix >::SpacingType = typename InputImageType::SpacingType |
Definition at line 77 of file elxRayCastResampleInterpolator.h.
| using elastix::RayCastResampleInterpolator< TElastix >::Superclass1 = itk::AdvancedRayCastInterpolateImageFunction<typename ResampleInterpolatorBase<TElastix>::InputImageType, typename ResampleInterpolatorBase<TElastix>::CoordRepType> |
Definition at line 48 of file elxRayCastResampleInterpolator.h.
| using elastix::RayCastResampleInterpolator< TElastix >::Superclass2 = ResampleInterpolatorBase<TElastix> |
Definition at line 51 of file elxRayCastResampleInterpolator.h.
| using elastix::RayCastResampleInterpolator< TElastix >::TransformParametersType = typename EulerTransformType::ParametersType |
Definition at line 87 of file elxRayCastResampleInterpolator.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
|
overridevirtual |
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Reimplemented from elastix::BaseComponent.
|
overrideprivatevirtual |
Creates a map of the parameters specific for this (derived) interpolator type.
Reimplemented from elastix::ResampleInterpolatorBase< 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")
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::AdvancedRayCastInterpolateImageFunction< ResampleInterpolatorBase< TElastix >::InputImageType, ResampleInterpolatorBase< TElastix >::CoordRepType >.
|
protected |
Helper function to initialize the combination transform with a pre-transform.
| elastix::RayCastResampleInterpolator< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | RayCastResampleInterpolator< TElastix > | ) |
| elastix::RayCastResampleInterpolator< TElastix >::itkStaticConstMacro | ( | ImageDimension | , |
| unsigned int | , | ||
| Superclass1::ImageDimension | |||
| ) |
Dimension of the image.
|
static |
Method for creation through the object factory.
|
overridevirtual |
Function to read transform-parameters from a file.
Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.
|
private |
Definition at line 122 of file elxRayCastResampleInterpolator.h.
|
private |
Definition at line 130 of file elxRayCastResampleInterpolator.h.
|
private |
Definition at line 129 of file elxRayCastResampleInterpolator.h.
|
private |
Definition at line 128 of file elxRayCastResampleInterpolator.h.
Generated on 1739326392 for elastix by 1.9.8 |