50 using Superclass::MeasureType;
51 using Superclass::ParametersType;
52 using Superclass::DerivativeType;
53 using Superclass::CostFunctionType;
64 itkGetConstReferenceMacro(LineSearchDirection, ParametersType);
106 itkGetConstMacro(CurrentStepLength,
double);
117 itkSetMacro(MinimumStepLength,
double);
118 itkGetConstMacro(MinimumStepLength,
double);
119 itkSetMacro(MaximumStepLength,
double);
120 itkGetConstMacro(MaximumStepLength,
double);
121 itkSetMacro(InitialStepLengthEstimate,
double);
122 itkGetConstMacro(InitialStepLengthEstimate,
double);
128 PrintSelf(std::ostream & os, Indent indent)
const override;