57  using Superclass::MeasureType;
 
   58  using Superclass::DerivativeType;
 
   59  using Superclass::ParametersType;
 
   71  GetValue(
const ParametersType & parameters) 
const override;
 
   78  GetDerivative(
const ParametersType & parameters, DerivativeType & derivative) 
const override;
 
   84                        DerivativeType &       derivative) 
const override;
 
  114  itkSetMacro(UseScales, 
bool);
 
  117  itkGetConstMacro(UseScales, 
bool);
 
  120  itkBooleanMacro(NegateCostFunction);
 
  123  itkSetMacro(NegateCostFunction, 
bool);
 
  125  itkGetConstMacro(NegateCostFunction, 
bool);
 
  143  PrintSelf(std::ostream & os, Indent indent) 
const override;