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