18 #ifndef itkCostFunction_h
19 #define itkCostFunction_h
35 template<
typename TInternalComputationValueType >
58 virtual unsigned int GetNumberOfParameters()
const = 0;
63 void PrintSelf(std::ostream & os,
Indent indent)
const override;
71 #ifndef ITK_MANUAL_INSTANTIATION
72 #include "itkCostFunction.hxx"
Light weight base class for most itk classes.
TParametersValueType ParametersValueType
Class to hold and manage different parameter types used during optimization.
Control indentation during Print() invocation.
Base class for most ITK classes.