go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elastix::BaseComponent Class Reference

#include <elxBaseComponent.h>

Detailed Description

The BaseComponent class is a class that all elastix components should inherit from.

Most elastix component inherit both from an ITK class and from the elx::BaseComponent class. The BaseComponent class contains some methods that each component is supposed to have, but are not defined in itk::Object.

See also
BaseComponentSE

Definition at line 53 of file elxBaseComponent.h.

Inheritance diagram for elastix::BaseComponent:

Public Member Functions

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)
 
 itkTypeMacroNoParent (BaseComponent)
 
void SetComponentLabel (const char *label, unsigned int idx)
 

Static Public Member Functions

template<typename TBaseComponent >
static auto AsITKBaseType (TBaseComponent *const baseComponent) -> decltype(baseComponent->GetAsITKBaseType())
 
static void InitializeElastixExecutable ()
 
static bool IsElastixLibrary ()
 

Protected Member Functions

 BaseComponent ()=default
 
virtual ~BaseComponent ()=default
 

Private Attributes

std::string m_ComponentLabel
 

Constructor & Destructor Documentation

◆ BaseComponent()

elastix::BaseComponent::BaseComponent ( )
protecteddefault

◆ ~BaseComponent()

virtual elastix::BaseComponent::~BaseComponent ( )
protectedvirtualdefault

Member Function Documentation

◆ AfterEachIteration()

◆ AfterEachIterationBase()

virtual void elastix::BaseComponent::AfterEachIterationBase ( )
inlinevirtual

◆ AfterEachResolution()

◆ AfterEachResolutionBase()

virtual void elastix::BaseComponent::AfterEachResolutionBase ( )
inlinevirtual

Reimplemented in elastix::ResamplerBase< TElastix >.

Definition at line 88 of file elxBaseComponent.h.

◆ AfterRegistration()

◆ AfterRegistrationBase()

virtual void elastix::BaseComponent::AfterRegistrationBase ( )
inlinevirtual

◆ AsITKBaseType()

template<typename TBaseComponent >
static auto elastix::BaseComponent::AsITKBaseType ( TBaseComponent *const baseComponent) -> decltype(baseComponent->GetAsITKBaseType())
inlinestatic

Similar to dynamic_cast<ITKBaseType*>(baseComponent), but without using RTTI (run-time type information).

Definition at line 154 of file elxBaseComponent.h.

◆ BeforeAll()

◆ BeforeAllBase()

virtual int elastix::BaseComponent::BeforeAllBase ( )
inlinevirtual

Callback methods that each component of elastix is supposed to have. These methods can be overridden in each base component (like MetricBase, TransformBase, etc.). In this way similar behavior for a group of components can be implemented.

Reimplemented in elastix::CorrespondingPointsEuclideanDistanceMetric< TElastix >, elastix::ElastixBase, elastix::MissingStructurePenalty< TElastix >, elastix::PolydataDummyPenalty< TElastix >, and elastix::TransformBase< TElastix >.

Definition at line 65 of file elxBaseComponent.h.

◆ BeforeEachResolution()

virtual void elastix::BaseComponent::BeforeEachResolution ( )
inlinevirtual

Reimplemented in elastix::AdaGrad< TElastix >, elastix::AdaptiveStochasticGradientDescent< TElastix >, elastix::AdaptiveStochasticLBFGS< TElastix >, elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >, elastix::AdvancedBSplineTransform< TElastix >, elastix::AdvancedMattesMutualInformationMetric< TElastix >, elastix::AdvancedMeanSquaresMetric< TElastix >, elastix::AdvancedNormalizedCorrelationMetric< TElastix >, elastix::BSplineInterpolator< TElastix >, elastix::BSplineInterpolatorFloat< TElastix >, elastix::BSplineStackTransform< TElastix >, elastix::BSplineTransformWithDiffusion< TElastix >, elastix::CMAEvolutionStrategy< TElastix >, elastix::ConjugateGradient< TElastix >, elastix::ConjugateGradientFRPR< TElastix >, elastix::ElastixTemplate< TFixedImage, TMovingImage >, elastix::FiniteDifferenceGradientDescent< TElastix >, elastix::FixedGenericPyramid< TElastix >, elastix::FullSearch< TElastix >, elastix::GradientDifferenceMetric< TElastix >, elastix::KNNGraphAlphaMutualInformationMetric< TElastix >, elastix::MovingGenericPyramid< TElastix >, elastix::MultiBSplineTransformWithNormal< TElastix >, elastix::MultiMetricMultiResolutionRegistration< TElastix >, elastix::MultiResolutionRegistration< TElastix >, elastix::MultiResolutionRegistrationWithFeatures< TElastix >, elastix::NormalizedGradientCorrelationMetric< TElastix >, elastix::NormalizedMutualInformationMetric< TElastix >, elastix::PatternIntensityMetric< TElastix >, elastix::PCAMetric2< TElastix >, elastix::PCAMetric< TElastix >, elastix::Powell< TElastix >, elastix::PreconditionedStochasticGradientDescent< TElastix >, elastix::QuasiNewtonLBFGS< TElastix >, elastix::RayCastInterpolator< TElastix >, elastix::RecursiveBSplineTransform< TElastix >, elastix::ReducedDimensionBSplineInterpolator< TElastix >, elastix::RegularStepGradientDescent< TElastix >, elastix::RSGDEachParameterApart< TElastix >, elastix::Simplex< TElastix >, elastix::SimultaneousPerturbation< TElastix >, elastix::StandardGradientDescent< TElastix >, elastix::StatisticalShapePenalty< TElastix >, elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >, elastix::SumSquaredTissueVolumeDifferenceMetric< TElastix >, elastix::TransformRigidityPenalty< TElastix >, and elastix::VarianceOverLastDimensionMetric< TElastix >.

Definition at line 107 of file elxBaseComponent.h.

◆ BeforeEachResolutionBase()

virtual void elastix::BaseComponent::BeforeEachResolutionBase ( )
inlinevirtual

◆ BeforeRegistration()

virtual void elastix::BaseComponent::BeforeRegistration ( )
inlinevirtual

Callback methods that each component of elastix is supposed to have. These methods can be overridden in each single component (like MattesMutualInformationMetric) to achieve behavior, specific for that single component.

Reimplemented in elastix::AdaGrad< TElastix >, elastix::AdaptiveStochasticGradientDescent< TElastix >, elastix::AdaptiveStochasticLBFGS< TElastix >, elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >, elastix::AdvancedAffineTransformElastix< TElastix >, elastix::AdvancedBSplineTransform< TElastix >, elastix::AdvancedKappaStatisticMetric< TElastix >, elastix::AffineDTITransformElastix< TElastix >, elastix::AffineLogStackTransform< TElastix >, elastix::AffineLogTransformElastix< TElastix >, elastix::BSplineResampleInterpolator< TElastix >, elastix::BSplineResampleInterpolatorFloat< TElastix >, elastix::BSplineStackTransform< TElastix >, elastix::BSplineTransformWithDiffusion< TElastix >, elastix::CMAEvolutionStrategy< TElastix >, elastix::ConjugateGradient< TElastix >, elastix::ConjugateGradientFRPR< TElastix >, elastix::CorrespondingPointsEuclideanDistanceMetric< TElastix >, elastix::DistancePreservingRigidityPenalty< TElastix >, elastix::ElastixTemplate< TFixedImage, TMovingImage >, elastix::EulerStackTransform< TElastix >, elastix::EulerTransformElastix< TElastix >, elastix::FiniteDifferenceGradientDescent< TElastix >, elastix::FullSearch< TElastix >, elastix::GradientDifferenceMetric< TElastix >, elastix::KNNGraphAlphaMutualInformationMetric< TElastix >, elastix::MissingStructurePenalty< TElastix >, elastix::MultiBSplineTransformWithNormal< TElastix >, elastix::MultiMetricMultiResolutionRegistration< TElastix >, elastix::MultiResolutionRegistration< TElastix >, elastix::MultiResolutionRegistrationWithFeatures< TElastix >, elastix::NormalizedGradientCorrelationMetric< TElastix >, elastix::OpenCLFixedGenericPyramid< TElastix >, elastix::OpenCLMovingGenericPyramid< TElastix >, elastix::OpenCLResampler< TElastix >, elastix::PatternIntensityMetric< TElastix >, elastix::PCAMetric2< TElastix >, elastix::PCAMetric< TElastix >, elastix::PolydataDummyPenalty< TElastix >, elastix::Powell< TElastix >, elastix::PreconditionedStochasticGradientDescent< TElastix >, elastix::QuasiNewtonLBFGS< TElastix >, elastix::RayCastInterpolator< TElastix >, elastix::RayCastResampleInterpolator< TElastix >, elastix::RecursiveBSplineTransform< TElastix >, elastix::ReducedDimensionBSplineResampleInterpolator< TElastix >, elastix::RegularStepGradientDescent< TElastix >, elastix::RSGDEachParameterApart< TElastix >, elastix::SimilarityTransformElastix< TElastix >, elastix::Simplex< TElastix >, elastix::SimultaneousPerturbation< TElastix >, elastix::SplineKernelTransform< TElastix >, elastix::StandardGradientDescent< TElastix >, elastix::StatisticalShapePenalty< TElastix >, elastix::SumOfPairwiseCorrelationCoefficientsMetric< TElastix >, elastix::TransformRigidityPenalty< TElastix >, elastix::TranslationStackTransform< TElastix >, elastix::TranslationTransformElastix< TElastix >, elastix::VarianceOverLastDimensionMetric< TElastix >, and elastix::WeightedCombinationTransformElastix< TElastix >.

Definition at line 104 of file elxBaseComponent.h.

◆ BeforeRegistrationBase()

virtual void elastix::BaseComponent::BeforeRegistrationBase ( )
inlinevirtual

Callback methods that each component of elastix is supposed to have. These methods can be overridden in each base component (like MetricBase, TransformBase, etc.). In this way similar behavior for a group of components can be implemented.

Reimplemented in elastix::FixedImagePyramidBase< TElastix >, elastix::ImageSamplerBase< TElastix >, elastix::MovingImagePyramidBase< TElastix >, elastix::ResamplerBase< TElastix >, and elastix::TransformBase< TElastix >.

Definition at line 82 of file elxBaseComponent.h.

◆ elxGetClassName()

virtual const char * elastix::BaseComponent::elxGetClassName ( ) const
virtual

The name of the component in the ComponentDatabase. Override this function not directly, but with the elxClassNameMacro("name").

◆ GetComponentLabel()

const char * elastix::BaseComponent::GetComponentLabel ( ) const

Get the componentlabel as a string: "Metric0" for example.

◆ InitializeElastixExecutable()

static void elastix::BaseComponent::InitializeElastixExecutable ( )
static

◆ IsElastixLibrary()

static bool elastix::BaseComponent::IsElastixLibrary ( )
static

◆ ITK_DISALLOW_COPY_AND_MOVE()

elastix::BaseComponent::ITK_DISALLOW_COPY_AND_MOVE ( BaseComponent )

◆ itkTypeMacroNoParent()

elastix::BaseComponent::itkTypeMacroNoParent ( BaseComponent )

◆ SetComponentLabel()

void elastix::BaseComponent::SetComponentLabel ( const char * label,
unsigned int idx )

Set the component label, which consists of a label ( "Metric", "Transform") and an index number. In case more metrics are used simultaneously each metric will have its own index number. This can be used when reading the parameter file for example, to distinguish between options meant for Metric0 and for Metric1.

Field Documentation

◆ m_ComponentLabel

std::string elastix::BaseComponent::m_ComponentLabel
private

Definition at line 164 of file elxBaseComponent.h.



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