18 #ifndef itkCostFunction_h
19 #define itkCostFunction_h
35 template<
typename TInternalComputationValueType >
56 virtual unsigned int GetNumberOfParameters(
void)
const = 0;
61 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
72 #ifndef ITK_MANUAL_INSTANTIATION
73 #include "itkCostFunction.hxx"
OptimizerParameters< TInternalComputationValueType > ParametersType
virtual ~CostFunctionTemplate() override
CostFunctionTemplate Self
TInternalComputationValueType ParametersValueType
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
CostFunctionTemplate< double > CostFunction
Base class for most ITK classes.