Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxOptimizerBase.h>
This class is the elastix base class for all Optimizers.
This class contains all the common functionality for Optimizers.
The parameters used in this class are:
(NewSamplesEveryIteration "true" "true" "true")
Definition at line 53 of file elxOptimizerBase.h.
Public Types | |
typedef Superclass::ConfigurationPointer | ConfigurationPointer |
typedef Superclass::ConfigurationType | ConfigurationType |
typedef Superclass::ElastixPointer | ElastixPointer |
typedef Superclass::ElastixType | ElastixType |
typedef itk::Optimizer | ITKBaseType |
typedef ITKBaseType::ParametersType | ParametersType |
typedef Superclass::RegistrationPointer | RegistrationPointer |
typedef Superclass::RegistrationType | RegistrationType |
typedef OptimizerBase | Self |
typedef BaseComponentSE< TElastix > | Superclass |
Public Types inherited from elastix::BaseComponentSE< TElastix > | |
typedef Configuration::Pointer | ConfigurationPointer |
typedef Configuration | ConfigurationType |
typedef itk::WeakPointer< ElastixType > | ElastixPointer |
typedef TElastix | ElastixType |
typedef RegistrationType * | RegistrationPointer |
typedef ElastixType::RegistrationBaseType | RegistrationType |
typedef BaseComponentSE | Self |
typedef BaseComponent | Superclass |
Protected Member Functions | |
virtual bool | GetNewSamplesEveryIteration (void) const |
OptimizerBase () | |
virtual void | SelectNewSamples (void) |
~OptimizerBase () override | |
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 | |
void | operator= (const Self &) |
OptimizerBase (const Self &) | |
Private Attributes | |
bool | m_NewSamplesEveryIteration |
Additional Inherited Members | |
Static Public Member Functions inherited from elastix::BaseComponent | |
static std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) |
static void | InitializeElastixExecutable () |
static bool | IsElastixLibrary () |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
ConfigurationPointer | m_Configuration {} |
ElastixPointer | m_Elastix {} |
RegistrationPointer | m_Registration {} |
typedef Superclass::ConfigurationPointer elastix::OptimizerBase< TElastix >::ConfigurationPointer |
Definition at line 68 of file elxOptimizerBase.h.
typedef Superclass::ConfigurationType elastix::OptimizerBase< TElastix >::ConfigurationType |
Definition at line 67 of file elxOptimizerBase.h.
typedef Superclass::ElastixPointer elastix::OptimizerBase< TElastix >::ElastixPointer |
Definition at line 66 of file elxOptimizerBase.h.
typedef Superclass::ElastixType elastix::OptimizerBase< TElastix >::ElastixType |
Typedefs inherited from Elastix.
Definition at line 65 of file elxOptimizerBase.h.
typedef itk::Optimizer elastix::OptimizerBase< TElastix >::ITKBaseType |
ITKBaseType.
Definition at line 73 of file elxOptimizerBase.h.
typedef ITKBaseType::ParametersType elastix::OptimizerBase< TElastix >::ParametersType |
Typedef needed for the SetCurrentPositionPublic function.
Definition at line 76 of file elxOptimizerBase.h.
typedef Superclass::RegistrationPointer elastix::OptimizerBase< TElastix >::RegistrationPointer |
Definition at line 70 of file elxOptimizerBase.h.
typedef Superclass::RegistrationType elastix::OptimizerBase< TElastix >::RegistrationType |
Definition at line 69 of file elxOptimizerBase.h.
typedef OptimizerBase elastix::OptimizerBase< TElastix >::Self |
Standard ITK-stuff.
Definition at line 58 of file elxOptimizerBase.h.
typedef BaseComponentSE< TElastix > elastix::OptimizerBase< TElastix >::Superclass |
Definition at line 59 of file elxOptimizerBase.h.
|
protected |
The constructor.
|
inlineoverrideprotected |
The destructor.
Definition at line 116 of file elxOptimizerBase.h.
|
private |
The private constructor.
|
overridevirtual |
Execute stuff after registration:
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Execute stuff before each new pyramid resolution:
Reimplemented from elastix::BaseComponent.
|
inlinevirtual |
Cast to ITKBaseType.
Definition at line 79 of file elxOptimizerBase.h.
|
inlinevirtual |
Cast to ITKBaseType, to use in const functions.
Definition at line 86 of file elxOptimizerBase.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented in elastix::AdaGrad< TElastix >, elastix::AdaptiveStochasticGradientDescent< TElastix >, elastix::AdaptiveStochasticLBFGS< TElastix >, elastix::AdaptiveStochasticVarianceReducedGradient< TElastix >, elastix::CMAEvolutionStrategy< TElastix >, elastix::ConjugateGradient< TElastix >, elastix::ConjugateGradientFRPR< TElastix >, elastix::FiniteDifferenceGradientDescent< TElastix >, elastix::FullSearch< TElastix >, elastix::Powell< TElastix >, elastix::PreconditionedGradientDescent< TElastix >, elastix::PreconditionedStochasticGradientDescent< TElastix >, elastix::QuasiNewtonLBFGS< TElastix >, elastix::RegularStepGradientDescent< TElastix >, elastix::RSGDEachParameterApart< TElastix >, elastix::Simplex< TElastix >, elastix::SimultaneousPerturbation< TElastix >, and elastix::StandardGradientDescent< TElastix >.
|
protectedvirtual |
Check whether the user asked to select new samples every iteration.
|
private |
The private copy constructor.
|
protectedvirtual |
Force the metric to base its computation on a new subset of image samples. Not every metric may have implemented this.
|
virtual |
Add empty SetCurrentPositionPublic, so this function is known in every inherited class.
|
virtual |
Method that sets the scales defined by a sinus scale[i] = amplitude^( sin(i/nrofparam*2pi*frequency) )
|
private |
Member variable to store the user preference for using new samples each iteration.
Definition at line 136 of file elxOptimizerBase.h.
Generated on 1667476801 for elastix by 1.9.4 |