An abstract class for interpolation function or interpolator that estimate coverages at non-observed times of a CoverageSeries.  
 More...
#include <AbstractCoverageSeriesInterp.h>
An abstract class for interpolation function or interpolator that estimate coverages at non-observed times of a CoverageSeries. 
This is an abstract class for every class that implements interpolation functions that estimate coverages at non-observaved times of a coverage series.
- See also
 - CoverageSeries 
 
Definition at line 63 of file AbstractCoverageSeriesInterp.h.
 
  
  
      
        
          | virtual te::st::AbstractCoverageSeriesInterp::~AbstractCoverageSeriesInterp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | te::st::AbstractCoverageSeriesInterp::AbstractCoverageSeriesInterp  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
It estimates a coverage of a coverage series at a given non-observed time . 
- Parameters
 - 
  
    | cvs | A coverage series.  | 
    | time | The given non-observed time. | 
  
   
- Returns
 - The estimated coverage.
 
- Note
 - It will NOT take the ownership of the given pointer. 
 
- 
The caller will take the ownership of the output Geometry pointer. 
 
Implemented in te::st::NearestCoverageAtTimeInterp.
 
 
It gets the parameters associated to the interpolator. 
- Returns
 - It returns the parameters associated to the interpolator.
 
- Note
 - The caller will not take the ownership of the returned pointer. 
 
Implemented in te::st::NearestCoverageAtTimeInterp.
 
 
It sets the parameters associated to the interpolator. 
- Parameters
 - 
  
    | p | The parameters to be associated to the interpolator. | 
  
   
- Note
 - It will take the ownership of the given pointer. 
 
Implemented in te::st::NearestCoverageAtTimeInterp.
 
 
The documentation for this class was generated from the following file: