OTB
9.0.0
Orfeo Toolbox
|
#include <otbTimeSeries.h>
Public Types | |
typedef TCoefPrecision | CoefficientsPrecisionType |
typedef itk::FixedArray< CoefficientsPrecisionType, TDegree+1 > | CoefficientsType |
Public Member Functions | |
TCoefPrecision | GetCoefficient (unsigned int co) const |
CoefficientsType | GetCoefficients () const |
CoefficientsPrecisionType | GetValue (CoefficientsPrecisionType val) const |
PolynomialTimeSeries () | |
void | SetCoefficients (CoefficientsType &coeffs) |
virtual | ~PolynomialTimeSeries () |
Private Attributes | |
CoefficientsType | m_Coefficients |
Definition at line 30 of file otbTimeSeries.h.
typedef TCoefPrecision otb::PolynomialTimeSeries< TDegree, TCoefPrecision >::CoefficientsPrecisionType |
Definition at line 33 of file otbTimeSeries.h.
typedef itk::FixedArray<CoefficientsPrecisionType, TDegree + 1> otb::PolynomialTimeSeries< TDegree, TCoefPrecision >::CoefficientsType |
Definition at line 34 of file otbTimeSeries.h.
|
inline |
Constructor.
Definition at line 38 of file otbTimeSeries.h.
|
inlinevirtual |
Destructor.
Definition at line 42 of file otbTimeSeries.h.
|
inline |
Definition at line 52 of file otbTimeSeries.h.
References otb::PolynomialTimeSeries< TDegree, TCoefPrecision >::m_Coefficients.
|
inline |
Definition at line 57 of file otbTimeSeries.h.
References otb::PolynomialTimeSeries< TDegree, TCoefPrecision >::m_Coefficients.
|
inline |
Definition at line 62 of file otbTimeSeries.h.
References otb::PolynomialTimeSeries< TDegree, TCoefPrecision >::m_Coefficients.
|
inline |
Definition at line 46 of file otbTimeSeries.h.
References otb::PolynomialTimeSeries< TDegree, TCoefPrecision >::m_Coefficients.
|
private |
Definition at line 71 of file otbTimeSeries.h.
Referenced by otb::PolynomialTimeSeries< TDegree, TCoefPrecision >::GetCoefficient(), otb::PolynomialTimeSeries< TDegree, TCoefPrecision >::GetCoefficients(), otb::PolynomialTimeSeries< TDegree, TCoefPrecision >::GetValue(), and otb::PolynomialTimeSeries< TDegree, TCoefPrecision >::SetCoefficients().