18 #include "itkPowellOptimizer.h"
37 template <
class TElastix>
57 itkTypeMacro(
Powell, PowellOptimizer );
110 #ifndef ITK_MANUAL_INSTANTIATION
111 #include "elxPowell.hxx"
114 #endif // end #ifndef __elxPowell_h
Superclass::RegistrationPointer RegistrationPointer
itk::SmartPointer< Self > Pointer
Superclass2::RegistrationType RegistrationType
Superclass2::ElastixType ElastixType
virtual void SetInitialPosition(const ParametersType ¶m)
PowellOptimizer Superclass1
This class is the elastix base class for all Optimizers.
OptimizerBase< TElastix > Superclass2
Superclass1::ParametersType ParametersType
Superclass::ElastixType ElastixType
Superclass::ConfigurationPointer ConfigurationPointer
virtual void AfterRegistration(void)
Superclass::ElastixPointer ElastixPointer
Superclass::ConfigurationType ConfigurationType
virtual void BeforeEachResolution(void)
Superclass2::ElastixPointer ElastixPointer
Superclass2::ITKBaseType ITKBaseType
void operator=(const Self &)
Superclass2::ConfigurationPointer ConfigurationPointer
itk::Optimizer ITKBaseType
itk::SmartPointer< const Self > ConstPointer
Superclass2::RegistrationPointer RegistrationPointer
virtual void AfterEachResolution(void)
Superclass1::CostFunctionPointer CostFunctionPointer
Superclass2::ConfigurationType ConfigurationType
Superclass::RegistrationType RegistrationType
virtual void AfterEachIteration(void)
Superclass1::CostFunctionType CostFunctionType
An optimizer based on Powell...
virtual void BeforeRegistration(void)
elxClassNameMacro("Powell")