All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
AbstractTimeSeriesInterp.h File Reference

This file contains an abstract class for interpolation functions or interpolators that estimate values at non-observaved times of a time series. More...

#include "../../Config.h"
#include <memory>

Go to the source code of this file.

Classes

class  te::st::AbstractTimeSeriesInterp
 An abstract class for an interpolation function or interpolator that estimate a value at non-observaved times of a time series. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::common
 Namespace for the Common module of TerraLib.
 
 te::dt
 Namespace for the Data Type module of TerraLib.
 
 te::st
 Namespace for the TerraLib ST module.
 

Detailed Description

This file contains an abstract class for interpolation functions or interpolators that estimate values at non-observaved times of a time series.

Definition in file AbstractTimeSeriesInterp.h.