18 #ifndef itkSingleValuedCostFunctionv4_h
19 #define itkSingleValuedCostFunctionv4_h
48 template<
typename TInternalComputationValueType >
virtual void GetValueAndDerivative(MeasureType &value, DerivativeType &derivative) const =0
Light weight base class for most itk classes.
TParametersValueType MeasureType
virtual MeasureType GetValue() const =0
SingleValuedCostFunctionv4Template()=default
~SingleValuedCostFunctionv4Template() override=default
Class to hold and manage different parameter types used during optimization.
This class is a base for a CostFunction that returns a single value.
OptimizerParameters< TInternalComputationValueType > ParametersType