![]() |
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 39 of file elxSimplex.h.
typedef Superclass2::ConfigurationPointer elastix::Simplex< TElastix >::ConfigurationPointer |
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 74 of file elxSimplex.h.
typedef Superclass2::ConfigurationType elastix::Simplex< TElastix >::ConfigurationType |
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 73 of file elxSimplex.h.
typedef SmartPointer<const Self> elastix::Simplex< TElastix >::ConstPointer |
Definition at line 52 of file elxSimplex.h.
typedef Superclass1::CostFunctionPointer elastix::Simplex< TElastix >::CostFunctionPointer |
Definition at line 68 of file elxSimplex.h.
typedef Superclass1::CostFunctionType elastix::Simplex< TElastix >::CostFunctionType |
Typedef's inherited from Superclass1.
Definition at line 67 of file elxSimplex.h.
typedef Superclass2::ElastixPointer elastix::Simplex< TElastix >::ElastixPointer |
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 72 of file elxSimplex.h.
typedef Superclass2::ElastixType elastix::Simplex< TElastix >::ElastixType |
Typedef's inherited from Elastix.
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 71 of file elxSimplex.h.
typedef Superclass2::ITKBaseType elastix::Simplex< TElastix >::ITKBaseType |
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 77 of file elxSimplex.h.
typedef Superclass1::ParametersType elastix::Simplex< TElastix >::ParametersType |
Typedef for the ParametersType.
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 80 of file elxSimplex.h.
typedef SmartPointer<Self> elastix::Simplex< TElastix >::Pointer |
Definition at line 51 of file elxSimplex.h.
typedef Superclass2::RegistrationPointer elastix::Simplex< TElastix >::RegistrationPointer |
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 76 of file elxSimplex.h.
typedef Superclass2::RegistrationType elastix::Simplex< TElastix >::RegistrationType |
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 75 of file elxSimplex.h.
typedef Simplex elastix::Simplex< TElastix >::Self |
Standard ITK.
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 48 of file elxSimplex.h.
typedef AmoebaOptimizer elastix::Simplex< TElastix >::Superclass1 |
Definition at line 49 of file elxSimplex.h.
typedef OptimizerBase<TElastix> elastix::Simplex< TElastix >::Superclass2 |
Definition at line 50 of file elxSimplex.h.
elastix::Simplex< TElastix >::Simplex | ( | ) | [inline, protected] |
Definition at line 98 of file elxSimplex.h.
virtual elastix::Simplex< TElastix >::~Simplex | ( | ) | [inline, protected, virtual] |
Definition at line 99 of file elxSimplex.h.
elastix::Simplex< TElastix >::Simplex | ( | const Self & | ) | [private] |
virtual void elastix::Simplex< TElastix >::AfterEachIteration | ( | void | ) | [virtual] |
Reimplemented from elastix::BaseComponent.
virtual void elastix::Simplex< TElastix >::AfterEachResolution | ( | void | ) | [virtual] |
Reimplemented from elastix::BaseComponent.
virtual void elastix::Simplex< TElastix >::AfterRegistration | ( | void | ) | [virtual] |
Reimplemented from elastix::BaseComponent.
virtual void elastix::Simplex< TElastix >::BeforeEachResolution | ( | void | ) | [virtual] |
Reimplemented from elastix::BaseComponent.
virtual void elastix::Simplex< TElastix >::BeforeRegistration | ( | void | ) | [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 const char* elastix::Simplex< TElastix >::GetClassName | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from elastix::OptimizerBase< TElastix >.
static Pointer elastix::Simplex< TElastix >::New | ( | ) | [static] |
Method for creation through the object factory.
void elastix::Simplex< TElastix >::operator= | ( | const Self & | ) | [private] |
virtual void elastix::Simplex< TElastix >::SetInitialPosition | ( | const ParametersType & | param | ) | [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 24-05-2012 for elastix by ![]() |
![]() |