Home
last modified time | relevance | path

Searched refs:CGrid_Levels_Interpolation (Results 1 – 2 of 2) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/climate/climate_tools/
H A Dgrid_levels_interpolation.cpp59 CGrid_Levels_Interpolation::CGrid_Levels_Interpolation(void) in CGrid_Levels_Interpolation() function in CGrid_Levels_Interpolation
185 bool CGrid_Levels_Interpolation::Initialize(const CSG_Rect &Extent) in Initialize()
374 bool CGrid_Levels_Interpolation::Finalize(void) in Finalize()
403 inline double CGrid_Levels_Interpolation::Get_Variable(double x, double y, int iLevel) in Get_Variable()
415 inline double CGrid_Levels_Interpolation::Get_Height(double x, double y, int iLevel) in Get_Height()
486 inline bool CGrid_Levels_Interpolation::Get_Value(double x, double y, double z, double &Value) in Get_Value()
572 bool CGrid_Levels_Interpolation::Get_Linear(double x, double y, double z, double &Value) in Get_Linear()
592 bool CGrid_Levels_Interpolation::Get_Spline_All(double x, double y, double z, double &Value) in Get_Spline_All()
615 bool CGrid_Levels_Interpolation::Get_Spline(double x, double y, double z, double &Value) in Get_Spline()
655 bool CGrid_Levels_Interpolation::Get_Trend(double x, double y, double z, double &Value) in Get_Trend()
[all …]
H A Dgrid_levels_interpolation.h70 class CGrid_Levels_Interpolation : public CSG_Tool_Grid
73 CGrid_Levels_Interpolation(void);
126 class CGrid_Levels_to_Surface : public CGrid_Levels_Interpolation
144 class CGrid_Levels_to_Points : public CGrid_Levels_Interpolation