Home
last modified time | relevance | path

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

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dshapes.h270 class SAGA_API_DLL_EXPORT CSG_Shape_Point_Z : public CSG_Shape_Point
276CSG_Shape_Point_Z(class CSG_Shapes *pOwner, int Index) : CSG_Shape_Point(pOwner, Index) { m_Z =… in CSG_Shape_Point_Z() function
291 class SAGA_API_DLL_EXPORT CSG_Shape_Point_ZM : public CSG_Shape_Point_Z
297 …CSG_Shape_Point_ZM(class CSG_Shapes *pOwner, int Index) : CSG_Shape_Point_Z(pOwner, Index) { m_M… in CSG_Shape_Point_ZM()
H A Dshapes.cpp499 return( new CSG_Shape_Point_Z (this, Index) ); in _Get_New_Record()