Home
last modified time | relevance | path

Searched refs:Get_Data (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_matrix.cpp185 Get_Data()[i] = 0.; in Add_Rows()
245 Get_Data()[i] = Get_Data()[j]; in Del_Row()
305 if( Get_Data(i) != Vector.Get_Data(i) ) in is_Equal()
324 Get_Data()[i] = Scalar; in Assign()
338 memcpy(Get_Data(), Vector.Get_Data(), Get_N() * sizeof(double)); in Assign()
353 Get_Data()[i] += Scalar; in Add()
369 Get_Data()[i] += Vector.Get_Data()[i]; in Add()
385 Get_Data()[i] -= Vector.Get_Data()[i]; in Subtract()
401 Get_Data()[i] *= Scalar; in Multiply()
605 Get_Data()[i] /= Length; in Set_Unity()
[all …]
H A Dshapes_io.cpp221 if( fSHP.Read(File_Header.Get_Data(), sizeof(char), 100) != 100 ) in _Load_ESRI()
271 if( fSHP.Read(Record_Header.Get_Data(0), sizeof(int), 2) != 2 ) // read record header in _Load_ESRI()
294 if( fSHP.Read(Content.Get_Data(), sizeof(char), Length) != Length ) in _Load_ESRI()
332 pPoint = (TSG_Point *)Content.Get_Data(4); in _Load_ESRI()
349 pPoint = (TSG_Point *)Content.Get_Data(40); in _Load_ESRI()
357 …pZ = 56 + nPoints * 24 <= (int)Length ? (double *)Content.Get_Data(56 + nPoints * 16) : NULL; // [… in _Load_ESRI()
383 Parts = (int *)Content.Get_Data(44); in _Load_ESRI()
384 pPoint = (TSG_Point *)Content.Get_Data(44 + 4 * nParts); in _Load_ESRI()
485 fSHP.Write(Record_Header.Get_Data(), sizeof(int), 2);\
585 fSHP.Write(File_Header.Get_Data(), sizeof(char), 100); in _Save_ESRI()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_table_manager.cpp129 CWKSP_Table * CWKSP_Table_Manager::Get_Data(CSG_Table *pObject) in Get_Data() function in CWKSP_Table_Manager
133 if( pObject == Get_Data(i)->Get_Object() ) in Get_Data()
135 return( Get_Data(i) ); in Get_Data()
145 CWKSP_Table *pItem = Get_Data(pObject); in Add_Data()
H A Dwksp_tin_manager.cpp131 CWKSP_TIN * CWKSP_TIN_Manager::Get_Data(CSG_TIN *pObject) in Get_Data() function in CWKSP_TIN_Manager
135 if( pObject == Get_Data(i)->Get_Object() ) in Get_Data()
137 return( Get_Data(i) ); in Get_Data()
147 CWKSP_TIN *pItem = Get_Data(pObject); in Add_Data()
H A Dwksp_pointcloud_manager.cpp129 CWKSP_PointCloud * CWKSP_PointCloud_Manager::Get_Data(CSG_PointCloud *pObject) in Get_Data() function in CWKSP_PointCloud_Manager
133 if( pObject == Get_Data(i)->Get_Object() ) in Get_Data()
135 return( Get_Data(i) ); in Get_Data()
145 CWKSP_PointCloud *pItem = Get_Data(pObject); in Add_Data()
H A Dwksp_shapes_type.cpp138 CWKSP_Shapes * CWKSP_Shapes_Type::Get_Data(CSG_Shapes *pObject) in Get_Data() function in CWKSP_Shapes_Type
142 if( pObject == Get_Data(i)->Get_Object() ) in Get_Data()
144 return( Get_Data(i) ); in Get_Data()
154 CWKSP_Shapes *pItem = Get_Data(pObject); in Add_Data()
H A Dwksp_grid_manager.cpp176 CWKSP_Grid * CWKSP_Grid_Manager::Get_Data(CSG_Grid *pGrid) in Get_Data() function in CWKSP_Grid_Manager
191 CWKSP_Grid *pItem = Get_Data(pGrid); in Add_Data()
202 CWKSP_Grids * CWKSP_Grid_Manager::Get_Data(CSG_Grids *pGrids) in Get_Data() function in CWKSP_Grid_Manager
217 CWKSP_Grids *pItem = Get_Data(pGrids); in Add_Data()
H A Dwksp_grid_system.cpp154 if( Get_Data(i)->Get_Object() == pGrid ) in Get_Grid()
156 return( (CWKSP_Grid *)Get_Data(i) ); in Get_Grid()
181 if( Get_Data(i)->Get_Object() == pGrids ) in Get_Grids()
183 return( (CWKSP_Grids *)Get_Data(i) ); in Get_Grids()
H A Dparameters_properties.cpp230 _Append(pTables->Get_Data(i)->Get_Name(), pTables->Get_Data(i)->Get_Table()); in _Set_Table()
244 _Append(pShapes->Get_Data(j)->Get_Name(), pShapes->Get_Data(j)->Get_Shapes()); in _Set_Table()
255 _Append(pPointClouds->Get_Data(i)->Get_Name(), pPointClouds->Get_Data(i)->Get_PointCloud()); in _Set_Table()
279 _Append(pShapes->Get_Data(j)->Get_Name(), pShapes->Get_Data(j)->Get_Shapes()); in _Set_Shapes()
304 _Append(pManager->Get_Data(i)->Get_Name(), pManager->Get_Data(i)->Get_Object()); in _Set_TIN()
320 _Append(pManager->Get_Data(i)->Get_Name(), pManager->Get_Data(i)->Get_Object()); in _Set_PointCloud()
372 CWKSP_Data_Item *pItem = pGrid_System->Get_Data(i); in _Set_Grid()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gnat.dg/
H A Dprot5_pkg.adb3 function Get_Data return Integer is subprogram
6 end Get_Data;
8 procedure Proc (A : Integer := Get_Data) is
H A Dprot5_pkg.ads3 function Get_Data return Integer; subprogspec
4 procedure Proc (A : Integer := Get_Data);
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gnat.dg/
H A Dprot5_pkg.adb3 function Get_Data return Integer is subprogram
6 end Get_Data;
8 procedure Proc (A : Integer := Get_Data) is
H A Dprot5_pkg.ads3 function Get_Data return Integer; subprogspec
4 procedure Proc (A : Integer := Get_Data);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gnat.dg/
H A Dprot5_pkg.adb3 function Get_Data return Integer is subprogram
6 end Get_Data;
8 procedure Proc (A : Integer := Get_Data) is
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gnat.dg/
H A Dprot5_pkg.adb3 function Get_Data return Integer is subprogram
6 end Get_Data;
8 procedure Proc (A : Integer := Get_Data) is
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gnat.dg/
H A Dprot5_pkg.adb3 function Get_Data return Integer is subprogram
6 end Get_Data;
8 procedure Proc (A : Integer := Get_Data) is
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Dprot5_pkg.adb3 function Get_Data return Integer is subprogram
6 end Get_Data;
8 procedure Proc (A : Integer := Get_Data) is
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gnat.dg/
H A Dprot5_pkg.adb3 function Get_Data return Integer is subprogram
6 end Get_Data;
8 procedure Proc (A : Integer := Get_Data) is
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gnat.dg/
H A Dprot5_pkg.adb3 function Get_Data return Integer is subprogram
6 end Get_Data;
8 procedure Proc (A : Integer := Get_Data) is
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gnat.dg/
H A Dprot5_pkg.adb3 function Get_Data return Integer is subprogram
6 end Get_Data;
8 procedure Proc (A : Integer := Get_Data) is
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gnat.dg/
H A Dprot5_pkg.adb3 function Get_Data return Integer is subprogram
6 end Get_Data;
8 procedure Proc (A : Integer := Get_Data) is
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/statistics/statistics_kriging/
H A Dkriging_simple.cpp113 P = m_Points.Get_Data (); in Get_Value()
114 W = m_W .Get_Data (); in Get_Value()
119 P = __Points.Get_Data (); in Get_Value()
120 W = __W .Get_Data (); in Get_Value()
H A Dkriging_ordinary.cpp118 P = m_Points.Get_Data (); in Get_Value()
119 W = m_W .Get_Data (); in Get_Value()
124 P = __Points.Get_Data (); in Get_Value()
125 W = __W .Get_Data (); in Get_Value()
H A Dkriging3d_simple.cpp115 P = m_Points.Get_Data (); in Get_Value()
116 W = m_W .Get_Data (); in Get_Value()
121 P = __Points.Get_Data (); in Get_Value()
122 W = __W .Get_Data (); in Get_Value()
H A Dkriging3d_ordinary.cpp118 P = m_Points.Get_Data (); in Get_Value()
119 W = m_W .Get_Data (); in Get_Value()
124 P = __Points.Get_Data (); in Get_Value()
125 W = __W .Get_Data (); in Get_Value()

12345678910>>...12