18 #include "itkPowellOptimizer.h"
38 template <
class TElastix>
58 itkTypeMacro(
Powell, PowellOptimizer );
84 virtual void BeforeRegistration(
void);
85 virtual void BeforeEachResolution(
void);
86 virtual void AfterEachResolution(
void);
87 virtual void AfterEachIteration(
void);
88 virtual void AfterRegistration(
void);
104 void operator=(
const Self& );
111 #ifndef ITK_MANUAL_INSTANTIATION
112 #include "elxPowell.hxx"
115 #endif // end #ifndef __elxPowell_h
Superclass::RegistrationPointer RegistrationPointer
Superclass2::RegistrationType RegistrationType
#define elxClassNameMacro(_name)
Superclass2::ElastixType ElastixType
PowellOptimizer Superclass1
This class is the elastix base class for all Optimizers.
OptimizerBase< TElastix > Superclass2
Superclass1::ParametersType ParametersType
Superclass::ElastixType ElastixType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::ElastixPointer ElastixPointer
Superclass::ConfigurationType ConfigurationType
Superclass2::ElastixPointer ElastixPointer
Superclass2::ITKBaseType ITKBaseType
Superclass2::ConfigurationPointer ConfigurationPointer
itk::Optimizer ITKBaseType
Superclass2::RegistrationPointer RegistrationPointer
SmartPointer< Self > Pointer
Superclass1::CostFunctionPointer CostFunctionPointer
Superclass2::ConfigurationType ConfigurationType
Superclass::RegistrationType RegistrationType
Superclass1::CostFunctionType CostFunctionType
SmartPointer< const Self > ConstPointer
An optimizer based on Powell...