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);
138 TInternalComputationValueType
140 TInternalComputationValueType b,
141 TInternalComputationValueType c,
146 TInternalComputationValueType
m_Phi{};