22 #include "itkPowellOptimizer.h" 40 template<
class TElastix >
53 typedef itk::SmartPointer< Self >
Pointer;
60 itkTypeMacro(
Powell, PowellOptimizer );
116 #ifndef ITK_MANUAL_INSTANTIATION 117 #include "elxPowell.hxx" 120 #endif // end #ifndef __elxPowell_h Superclass::RegistrationPointer RegistrationPointer
Superclass2::RegistrationType RegistrationType
Superclass2::ElastixType ElastixType
virtual void SetInitialPosition(const ParametersType ¶m)
PowellOptimizer Superclass1
This class is the elastix base class for all Optimizers.
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
OptimizerBase< TElastix > Superclass2
void operator=(const Self &)
Superclass2::ConfigurationPointer ConfigurationPointer
itk::Optimizer ITKBaseType
Superclass2::RegistrationPointer RegistrationPointer
itk::SmartPointer< Self > Pointer
virtual void AfterEachResolution(void)
Superclass1::CostFunctionPointer CostFunctionPointer
itk::SmartPointer< const Self > ConstPointer
Superclass2::ConfigurationType ConfigurationType
Superclass::RegistrationType RegistrationType
virtual void AfterEachIteration(void)
Superclass1::CostFunctionType CostFunctionType
An optimizer based on Powell...
virtual void BeforeRegistration(void)
elxClassNameMacro("Powell")