|
|
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.
Inheritance diagram for elastix::Simplex< TElastix >:Public Member Functions | |
| virtual void | AfterEachIteration (void) |
| virtual void | AfterEachResolution (void) |
| virtual void | AfterRegistration (void) |
| virtual void | BeforeEachResolution (void) |
| virtual void | BeforeRegistration (void) |
| elxClassNameMacro ("Simplex") | |
| virtual const char * | GetClassName () const |
| virtual void | SetInitialPosition (const ParametersType ¶m) |
Public Member Functions inherited from elastix::OptimizerBase< TElastix > | |
| virtual void | AfterRegistrationBase (void) ITK_OVERRIDE |
| virtual void | BeforeEachResolutionBase () ITK_OVERRIDE |
| virtual ITKBaseType * | GetAsITKBaseType (void) |
| virtual const ITKBaseType * | GetAsITKBaseType (void) const |
| virtual void | SetCurrentPositionPublic (const ParametersType ¶m) |
| virtual void | SetSinusScales (double amplitude, double frequency, unsigned long numberOfParameters) |
Public Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
| virtual ConfigurationType * | GetConfiguration (void) const |
| virtual ElastixType * | GetElastix (void) const |
| virtual RegistrationPointer | GetRegistration (void) const |
| virtual void | SetConfiguration (ConfigurationType *_arg) |
| virtual void | SetElastix (ElastixType *_arg) |
Public Member Functions inherited from elastix::BaseComponent | |
| virtual void | AfterEachIterationBase (void) |
| virtual void | AfterEachResolutionBase (void) |
| virtual int | BeforeAll (void) |
| virtual int | BeforeAllBase (void) |
| virtual void | BeforeRegistrationBase (void) |
| std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) const |
| virtual const char * | elxGetClassName (void) const |
| virtual const char * | GetComponentLabel (void) const |
| itkTypeMacroNoParent (BaseComponent) | |
| virtual void | SetComponentLabel (const char *label, unsigned int idx) |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| Simplex () | |
| virtual | ~Simplex () |
Protected Member Functions inherited from elastix::OptimizerBase< TElastix > | |
| virtual bool | GetNewSamplesEveryIteration (void) const |
| OptimizerBase () | |
| virtual void | SelectNewSamples (void) |
| virtual | ~OptimizerBase () |
Protected Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
| BaseComponentSE () | |
| virtual | ~BaseComponentSE () |
Protected Member Functions inherited from elastix::BaseComponent | |
| BaseComponent () | |
| virtual | ~BaseComponent () |
Private Member Functions | |
| void | operator= (const Self &) |
| Simplex (const Self &) | |
Additional Inherited Members | |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
| 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.
|
inlineprotectedvirtual |
Definition at line 105 of file elxSimplex.h.
|
private |
|
virtual |
Reimplemented from elastix::BaseComponent.
|
virtual |
Reimplemented from elastix::BaseComponent.
|
virtual |
Reimplemented from elastix::BaseComponent.
|
virtual |
Reimplemented from elastix::BaseComponent.
|
virtual |
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 |
|
virtual |
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 1.8.13 |