21 #ifndef otbTimeSeries_h
22 #define otbTimeSeries_h
24 #include "itkFixedArray.h"
29 template <
unsigned int TDegree = 2,
class TCoefPrecision =
double>
48 for (
unsigned int i = 0; i <= TDegree; ++i)
65 for (
unsigned int i = 0; i <= TDegree; ++i)
itk::FixedArray< CoefficientsPrecisionType, TDegree+1 > CoefficientsType
TCoefPrecision GetCoefficient(unsigned int co) const
CoefficientsPrecisionType GetValue(CoefficientsPrecisionType val) const
PolynomialTimeSeries()
Constructor.
CoefficientsType m_Coefficients
CoefficientsType GetCoefficients() const
TCoefPrecision CoefficientsPrecisionType
virtual ~PolynomialTimeSeries()
Destructor.
void SetCoefficients(CoefficientsType &coeffs)
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.