![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxSimplex.h>
An optimizer based on Simplex...
This optimizer is a wrap around the itk::AmoebaOptimizer. This wrap-around class takes care of setting parameters, and printing progress information. For detailed information about the optimisation method, please read the documentation of the itkAmoebaOptimizer (in the ITK-manual).
Definition at line 41 of file elxSimplex.h.
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) |
static void | InitializeElastixExecutable () |
static bool | IsElastixLibrary () |
Protected Member Functions | |
Simplex () | |
~Simplex () override | |
![]() | |
virtual bool | GetNewSamplesEveryIteration (void) const |
OptimizerBase () | |
virtual void | SelectNewSamples (void) |
~OptimizerBase () override | |
![]() | |
BaseComponentSE ()=default | |
~BaseComponentSE () override=default | |
![]() | |
BaseComponent ()=default | |
virtual | ~BaseComponent ()=default |
Private Member Functions | |
void | operator= (const Self &) |
Simplex (const Self &) | |
Additional Inherited Members | |
![]() | |
ConfigurationPointer | m_Configuration {} |
ElastixPointer | m_Elastix {} |
RegistrationPointer | m_Registration {} |
typedef Superclass2::ConfigurationPointer elastix::Simplex< TElastix >::ConfigurationPointer |
Definition at line 76 of file elxSimplex.h.
typedef Superclass2::ConfigurationType elastix::Simplex< TElastix >::ConfigurationType |
Definition at line 75 of file elxSimplex.h.
typedef itk::SmartPointer< const Self > elastix::Simplex< TElastix >::ConstPointer |
Definition at line 54 of file elxSimplex.h.
typedef Superclass1::CostFunctionPointer elastix::Simplex< TElastix >::CostFunctionPointer |
Definition at line 70 of file elxSimplex.h.
typedef Superclass1::CostFunctionType elastix::Simplex< TElastix >::CostFunctionType |
Typedef's inherited from Superclass1.
Definition at line 69 of file elxSimplex.h.
typedef Superclass2::ElastixPointer elastix::Simplex< TElastix >::ElastixPointer |
Definition at line 74 of file elxSimplex.h.
typedef Superclass2::ElastixType elastix::Simplex< TElastix >::ElastixType |
Typedef's inherited from Elastix.
Definition at line 73 of file elxSimplex.h.
typedef Superclass2::ITKBaseType elastix::Simplex< TElastix >::ITKBaseType |
Definition at line 79 of file elxSimplex.h.
typedef Superclass1::ParametersType elastix::Simplex< TElastix >::ParametersType |
Typedef for the ParametersType.
Definition at line 82 of file elxSimplex.h.
typedef itk::SmartPointer< Self > elastix::Simplex< TElastix >::Pointer |
Definition at line 53 of file elxSimplex.h.
typedef Superclass2::RegistrationPointer elastix::Simplex< TElastix >::RegistrationPointer |
Definition at line 78 of file elxSimplex.h.
typedef Superclass2::RegistrationType elastix::Simplex< TElastix >::RegistrationType |
Definition at line 77 of file elxSimplex.h.
typedef Simplex elastix::Simplex< TElastix >::Self |
Standard ITK.
Definition at line 50 of file elxSimplex.h.
typedef AmoebaOptimizer elastix::Simplex< TElastix >::Superclass1 |
Definition at line 51 of file elxSimplex.h.
typedef OptimizerBase< TElastix > elastix::Simplex< TElastix >::Superclass2 |
Definition at line 52 of file elxSimplex.h.
|
inlineprotected |
Definition at line 104 of file elxSimplex.h.
|
inlineoverrideprotected |
Definition at line 105 of file elxSimplex.h.
|
private |
|
overridevirtual |
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Methods invoked by elastix, in which parameters can be set and progress information can be printed.
Reimplemented from elastix::BaseComponent.
elastix::Simplex< TElastix >::elxClassNameMacro | ( | "Simplex< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific optimizer.
example: (Optimizer "Simplex")
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::OptimizerBase< TElastix >.
|
static |
Method for creation through the object factory.
|
private |
|
override |
Override the SetInitialPosition. Override the implementation in itkOptimizer.h, to ensure that the scales array and the parameters array have the same size.
Generated on OURCE_DATE_EPOCH for elastix by ![]() |
![]() |