18 #ifndef itkSumInputFunction_h
19 #define itkSumInputFunction_h
22 #include "vnl/vnl_matrix.h"
23 #include "vnl/vnl_vector.h"
35 template<
typename TMeasurementVector,
typename ScalarType>
53 virtual ScalarType
Evaluate(
const TMeasurementVector& input)
const ITK_OVERRIDE;
55 virtual void SetSize(
unsigned int n) ITK_OVERRIDE;
65 virtual void PrintSelf( std::ostream& os,
Indent indent )
const ITK_OVERRIDE;
71 #ifndef ITK_MANUAL_INSTANTIATION
72 #include "itkSumInputFunction.hxx"
Light weight base class for most itk classes.
Base class for all ITK function objects.
Control indentation during Print() invocation.