95 itkSetMacro(Epsilon, TInternalComputationValueType);
96 itkGetMacro(Epsilon, TInternalComputationValueType);
108 itkSetMacro(LowerLimit, TInternalComputationValueType);
109 itkGetMacro(LowerLimit, TInternalComputationValueType);
110 itkSetMacro(UpperLimit, TInternalComputationValueType);
111 itkGetMacro(UpperLimit, TInternalComputationValueType);
112 itkSetMacro(MaximumLineSearchIterations,
unsigned int);
113 itkGetMacro(MaximumLineSearchIterations,
unsigned int);
139 TInternalComputationValueType
141 TInternalComputationValueType b,
142 TInternalComputationValueType c,
148 TInternalComputationValueType
m_Phi{};