18 #ifndef __itkMultipleValuedNonLinearVnlOptimizer_h
19 #define __itkMultipleValuedNonLinearVnlOptimizer_h
48 MultipleValueNonLinearOptimizer);
65 void SetUseCostFunctionGradient(
bool);
67 void UseCostFunctionGradientOn()
69 this->SetUseCostFunctionGradient(
true);
72 void UseCostFunctionGradientOff()
74 this->SetUseCostFunctionGradient(
false);
77 bool GetUseCostFunctionGradient()
const;
85 itkGetConstReferenceMacro(CachedValue, MeasureType);
86 itkGetConstReferenceMacro(CachedDerivative, DerivativeType);
87 itkGetConstReferenceMacro(CachedCurrentPosition, ParametersType);
94 void PrintSelf(std::ostream & os,
Indent indent)
const;
116 void operator=(
const Self &);