18#ifndef itkOptimizerParameterScalesEstimator_h
19#define itkOptimizerParameterScalesEstimator_h
38template <
typename TInternalComputationValueType =
double>
Control indentation during Print() invocation.
Light weight base class for most itk classes.
Base class for most ITK classes.
void PrintSelf(std::ostream &os, Indent indent) const override
OptimizerParameterScalesEstimatorTemplate is the base class offering a empty method of estimating the...
void PrintSelf(std::ostream &os, Indent indent) const override
virtual void EstimateScales(ScalesType &scales)=0
~OptimizerParameterScalesEstimatorTemplate() override=default
TInternalComputationValueType FloatType
virtual FloatType EstimateMaximumStepSize()=0
OptimizerParameterScalesEstimatorTemplate()=default
virtual void EstimateLocalStepScales(const ParametersType &step, ScalesType &localStepScales)=0
virtual FloatType EstimateStepScale(const ParametersType &step)=0
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....