|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxPowell.h>


Public Types | |
| typedef Superclass2::ConfigurationPointer | ConfigurationPointer |
| typedef Superclass2::ConfigurationType | ConfigurationType |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef Superclass1::CostFunctionPointer | CostFunctionPointer |
| typedef Superclass1::CostFunctionType | CostFunctionType |
| typedef Superclass2::ElastixPointer | ElastixPointer |
| typedef Superclass2::ElastixType | ElastixType |
| typedef Superclass2::ITKBaseType | ITKBaseType |
| typedef Superclass1::ParametersType | ParametersType |
| typedef SmartPointer< Self > | Pointer |
| typedef Superclass2::RegistrationPointer | RegistrationPointer |
| typedef Superclass2::RegistrationType | RegistrationType |
| typedef Powell | Self |
| typedef PowellOptimizer | Superclass1 |
| typedef OptimizerBase< TElastix > | Superclass2 |
Public Member Functions | |
| virtual void | AfterEachIteration (void) |
| virtual void | AfterEachResolution (void) |
| virtual void | AfterRegistration (void) |
| virtual void | BeforeEachResolution (void) |
| virtual void | BeforeRegistration (void) |
| elxClassNameMacro ("Powell") | |
| virtual const char * | GetClassName () const |
| virtual void | SetInitialPosition (const ParametersType ¶m) |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| Powell () | |
| virtual | ~Powell () |
Private Member Functions | |
| void | operator= (const Self &) |
| Powell (const Self &) | |
An optimizer based on Powell...
This optimizer is a wrap around the itk::PowellOptimizer. 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 itkPowellOptimizer (in the ITK-manual).
Definition at line 39 of file elxPowell.h.
| typedef Superclass2::ConfigurationPointer elastix::Powell< TElastix >::ConfigurationPointer |
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 74 of file elxPowell.h.
| typedef Superclass2::ConfigurationType elastix::Powell< TElastix >::ConfigurationType |
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 73 of file elxPowell.h.
| typedef SmartPointer<const Self> elastix::Powell< TElastix >::ConstPointer |
Definition at line 52 of file elxPowell.h.
| typedef Superclass1::CostFunctionPointer elastix::Powell< TElastix >::CostFunctionPointer |
Definition at line 68 of file elxPowell.h.
| typedef Superclass1::CostFunctionType elastix::Powell< TElastix >::CostFunctionType |
Typedef's inherited from Superclass1.
Definition at line 67 of file elxPowell.h.
| typedef Superclass2::ElastixPointer elastix::Powell< TElastix >::ElastixPointer |
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 72 of file elxPowell.h.
| typedef Superclass2::ElastixType elastix::Powell< TElastix >::ElastixType |
Typedef's inherited from Elastix.
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 71 of file elxPowell.h.
| typedef Superclass2::ITKBaseType elastix::Powell< TElastix >::ITKBaseType |
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 77 of file elxPowell.h.
| typedef Superclass1::ParametersType elastix::Powell< TElastix >::ParametersType |
Typedef for the ParametersType.
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 80 of file elxPowell.h.
| typedef SmartPointer<Self> elastix::Powell< TElastix >::Pointer |
Definition at line 51 of file elxPowell.h.
| typedef Superclass2::RegistrationPointer elastix::Powell< TElastix >::RegistrationPointer |
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 76 of file elxPowell.h.
| typedef Superclass2::RegistrationType elastix::Powell< TElastix >::RegistrationType |
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 75 of file elxPowell.h.
| typedef Powell elastix::Powell< TElastix >::Self |
Standard ITK.
Reimplemented from elastix::OptimizerBase< TElastix >.
Definition at line 48 of file elxPowell.h.
| typedef PowellOptimizer elastix::Powell< TElastix >::Superclass1 |
Definition at line 49 of file elxPowell.h.
| typedef OptimizerBase<TElastix> elastix::Powell< TElastix >::Superclass2 |
Definition at line 50 of file elxPowell.h.
| elastix::Powell< TElastix >::Powell | ( | ) | [inline, protected] |
Definition at line 98 of file elxPowell.h.
| virtual elastix::Powell< TElastix >::~Powell | ( | ) | [inline, protected, virtual] |
Definition at line 99 of file elxPowell.h.
| elastix::Powell< TElastix >::Powell | ( | const Self & | ) | [private] |
| virtual void elastix::Powell< TElastix >::AfterEachIteration | ( | void | ) | [virtual] |
Reimplemented from elastix::BaseComponent.
| virtual void elastix::Powell< TElastix >::AfterEachResolution | ( | void | ) | [virtual] |
Reimplemented from elastix::BaseComponent.
| virtual void elastix::Powell< TElastix >::AfterRegistration | ( | void | ) | [virtual] |
Reimplemented from elastix::BaseComponent.
| virtual void elastix::Powell< TElastix >::BeforeEachResolution | ( | void | ) | [virtual] |
Reimplemented from elastix::BaseComponent.
| virtual void elastix::Powell< 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::Powell< TElastix >::elxClassNameMacro | ( | "Powell< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific optimizer.
example: (Optimizer "Powell")
| virtual const char* elastix::Powell< TElastix >::GetClassName | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from elastix::OptimizerBase< TElastix >.
| static Pointer elastix::Powell< TElastix >::New | ( | ) | [static] |
Method for creation through the object factory.
| void elastix::Powell< TElastix >::operator= | ( | const Self & | ) | [private] |
| virtual void elastix::Powell< 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 11-05-2012 for elastix by 1.7.6.1 |