Home
last modified time | relevance | path

Searched defs:Get_Point_Value (Results 1 – 1 of 1) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dshapes.h1142 virtual double Get_Point_Value (size_t i) const { return( Get_Point_Value((int)i) ); } in Get_Point_Value() function
1188 virtual double Get_Point_Value (int i) const { return( m_Points[i][2] ); } in Get_Point_Value() function
1232 virtual double Get_Point_Value (int i) const { return( m_Points[i][3] ); } in Get_Point_Value() function