18 #ifndef __itkSingleValuedNonLinearVnlOptimizer_h
19 #define __itkSingleValuedNonLinearVnlOptimizer_h
48 SingleValueNonLinearOptimizer);
69 itkGetConstReferenceMacro(Maximize,
bool);
70 itkSetMacro(Maximize,
bool);
71 itkBooleanMacro(Maximize);
72 bool GetMinimize()
const
73 {
return !m_Maximize; }
74 void SetMinimize(
bool v)
75 { this->SetMaximize(!v); }
77 { this->MaximizeOff(); }
79 { this->MaximizeOn(); }
87 itkGetConstReferenceMacro(CachedValue, MeasureType);
88 itkGetConstReferenceMacro(CachedDerivative, DerivativeType);
89 itkGetConstReferenceMacro(CachedCurrentPosition, ParametersType);
109 void PrintSelf(std::ostream & os,
Indent indent)
const;
116 void operator=(
const Self &);