Home
last modified time | relevance | path

Searched defs:iPart (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dshape_points.cpp133 for(int iPart=0; iPart<pShape->Get_Part_Count(); iPart++) in On_Assign() local
162 int iPart = m_nParts; in Add_Part() local
181 for(int iPart=del_Part; iPart<m_nParts; iPart++) in Del_Part() local
197 for(int iPart=m_nParts-1; iPart>=0; iPart--) in Del_Parts() local
213 int CSG_Shape_Points::Add_Point(double x, double y, int iPart) in Add_Point()
247 int CSG_Shape_Points::Del_Point(int del_Point, int iPart) in Del_Point()
279 int iPart; in _Update_Extent() local
331 for(int iPart=0; iPart<Get_Part_Count(); iPart++) in Get_Centroid() local
366 int iPart; in Get_Distance() local
443 for(int iPart=0; iPart<piPoints->Get_Part_Count(); iPart++) in On_Intersects() local
[all …]
H A Dshape_polygon.cpp492 int iPart; in On_Intersects() local
585 for(int iPart=0; iPart<m_nParts; iPart++) in On_Intersects() local
627 bool CSG_Shape_Polygon::is_Lake(int iPart) in is_Lake()
687 bool CSG_Shape_Polygon::is_Clockwise(int iPart) in is_Clockwise()
707 for(int iPart=0; iPart<m_nParts; iPart++) in Get_Perimeter() local
716 double CSG_Shape_Polygon::Get_Area(int iPart) in Get_Area()
728 for(int iPart=0; iPart<m_nParts; iPart++) in Get_Area() local
757 int iPart; in Get_Centroid() local
819 for(int iPart=0; iPart<m_nParts; iPart++) in Get_Point_Relation() local
869 for(int iPart=0; iPart<m_nParts; iPart++) in is_OnEdge() local
[all …]
H A Dshape_line.cpp99 for(int iPart=0; iPart<m_nParts; iPart++) in On_Intersects() local
135 for(int iPart=0; iPart<m_nParts; iPart++) in On_Intersects() local
179 for(int iPart=0; iPart<m_nParts; iPart++) in On_Intersects() local
248 int iPart; in Get_Length() local
260 double CSG_Shape_Line::Get_Length(int iPart) in Get_Length()
290 double CSG_Shape_Line::Get_Distance(TSG_Point Point, TSG_Point &Next, int iPart) in Get_Distance()
H A Dshapes_ogis.cpp185 …ol CSG_Shapes_OGIS_Converter::_WKT_Read_Point(const CSG_String &Text, CSG_Shape *pShape, int iPart) in _WKT_Read_Point()
228 int iPart = pShape->Get_Part_Count(); in _WKT_Read_Points() local
375 …e bool CSG_Shapes_OGIS_Converter::_WKT_Write_Points(CSG_String &Text, CSG_Shape *pShape, int iPart) in _WKT_Write_Points()
406 for(int iPart=0; iPart<pShape->Get_Part_Count(); iPart++) in _WKT_Write_Parts() local
426 for(int iPart=0, nIslands=0; iPart<pShape->Get_Part_Count(); iPart++) in _WKT_Write_Polygon() local
527 DWORD iPart = pShape->Get_Part_Count(); in _WKB_Read_Points() local
544 DWORD iPart, nParts = Bytes.Read_DWord(bSwapBytes); in _WKB_Read_Parts() local
684 bool CSG_Shapes_OGIS_Converter::_WKB_Write_Points(CSG_Bytes &Bytes, CSG_Shape *pShape, int iPart) in _WKB_Write_Points()
708 for(int iPart=0; iPart<pShape->Get_Part_Count(); iPart++) in _WKB_Write_Parts() local
724 for(int iPart=0; iPart<pShape->Get_Part_Count(); iPart++) in _WKB_Write_MultiLine() local
[all …]
H A Dshape.cpp124 int CSG_Shape::Add_Point(TSG_Point Point, int iPart) in Add_Point()
130 int CSG_Shape::Ins_Point(TSG_Point Point, int iPoint, int iPart) in Ins_Point()
136 int CSG_Shape::Set_Point(TSG_Point Point, int iPoint, int iPart) in Set_Point()
177 for(int iPart=0; iPart<Get_Part_Count() && bIdentical; iPart++) in Intersects() local
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_lines/
H A Dline_split_with_lines.cpp136 for(int iPart=0; iPart<pSplit_Line->Get_Part_Count(); iPart++) in On_Execute() local
148 for(int iPart=pLine->Get_Part_Count()-1; iPart>1; iPart--) in On_Execute() local
173 for(int iPart=0, jPart=0; iPart<pLine->Get_Part_Count(); iPart++, jPart++) in Get_Intersection() local
310 for(int iPart=pLine->Get_Part_Count()-1; iPart>1; iPart--) in On_Execute() local
332 for(int iPart=pLine->Get_Part_Count()-1; iPart>=0; iPart--) in Get_Intersection() local
H A Dline_polygon_intersection.cpp181 for(int iPart=0; iPart<pParts->Get_Part_Count(); iPart++) in On_Execute() local
238 for(int iPart=0; iPart<pLine->Get_Part_Count(); iPart++) in Get_Intersection() local
323 for(int iPart=0; iPart<pPolygon->Get_Part_Count(); iPart++) in Get_Crossings() local
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_shapes/
H A Dsvg.cpp226 for(int iPart=0; iPart<pShape->Get_Part_Count(); iPart++) in On_Execute() local
249 bool CSVG_Export::Get_Points(CSG_Shape *pShape, int iPart, CSG_String &Points) in Get_Points()
274 void CSVG_Export::Add_Points(CSG_MetaData &SVG, CSG_Shape *pShape, int iPart, long Color, double Si… in Add_Points()
312 void CSVG_Export::Add_Line(CSG_MetaData &SVG, CSG_Shape *pShape, int iPart, long Color, double Size) in Add_Line()
333 void CSVG_Export::Add_Polygon(CSG_MetaData &SVG, CSG_Shape *pShape, int iPart, long Color) in Add_Polygon()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_points/
H A DPoints_From_Lines.cpp172 for(int iPart=0; iPart<pLine->Get_Part_Count(); iPart++) in Convert_Add_Points_Segment() local
291 for(int iPart=0; iPart<pLine->Get_Part_Count(); iPart++) in Convert_Add_Points_Line() local
429 for(int iPart=0; iPart<pLine->Get_Part_Count(); iPart++) in Convert_Add_Points_Center() local
542 for(int iPart=iSplitPart; iPart<pLine->Get_Part_Count(); iPart++) in Convert_Add_Points_Center() local
606 for(int iPart=iSplitPart; iPart>=0; iPart--) in Convert_Add_Points_Center() local
667 for(int iPart=0; iPart<pLine->Get_Part_Count(); iPart++) in Convert() local
745 for(int iPart=0; iPart<pMultipoint->Get_Part_Count(); iPart++) in On_Execute() local
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_polygons/
H A Dpolygon_to_edges_nodes.cpp143 for(int iPart=0, iPoint; iPart<pPolygon->Get_Part_Count(); iPart++) in On_Execute() local
179 bool CPolygon_to_Edges_Nodes::Find_Node(CSG_Shape *pPolygon, int iPart, int &iPoint) in Find_Node()
197 bool CPolygon_to_Edges_Nodes::Trace_Edge(CSG_Shape *pPolygon, int iPart, int aPoint) in Trace_Edge()
H A DPolygon_Centroids.cpp135 else for(int iPart=0; iPart<pPolygon->Get_Part_Count(); iPart++) in On_Execute() local
159 for(int iPart=0; iPart<pPolygon->Get_Part_Count(); iPart++) in Force_Inside() local
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_shapes_edit.cpp240 int iPart, iPoint; in Edit_On_Mouse_Down() local
414 int iPart, iPoint; in Edit_On_Mouse_Move() local
521 …for(int iPart=0, jPart=pMerged->Get_Part_Count(); iPart<pShape->Get_Part_Count(); iPart++, jPart++) in _Edit_Merge() local
627 for(int iPart=0; iPart<pSplit->Get_Part_Count(); iPart++) in _Edit_Split() local
716 for(int iPart=0; iPart<m_Edit_pShape->Get_Part_Count(); iPart++) in _Edit_Move() local
1002 for(int iPart=0; iPart<m_Edit_pShape->Get_Part_Count(); iPart++) in Edit_Shape_Draw() local
1111 int iPart, iPoint; in _Edit_Snap_Point() local
1147 int Result, iPart, iPoint; in Edit_Shape_HitTest() local
H A Dwksp_shapes_polygon.cpp246 for(int iPart=0; iPart<pShape->Get_Part_Count(); iPart++) in Draw_Label() local
310 for(int iPart=0; m_Edit_pShape && iPart<m_Edit_pShape->Get_Part_Count(); iPart++) in _Edit_Shape_Draw() local
359 int Result, iPart, iPoint; in Edit_Shape_HitTest() local
400 int iPart, iPoint; in Edit_Snap_Point_ToLine() local
H A Dwksp_shapes_line.cpp418 for(int iPart=0; iPart<pShape->Get_Part_Count(); iPart++) in _Draw_Shape() local
456 for(int iPart=0; iPart<pLine->Get_Part_Count(); iPart++) in Draw_Label() local
504 for(int iPart=0; iPart<pLine->Get_Part_Count(); iPart++) in Draw_Label() local
624 int Result, iPart, iPoint; in Edit_Shape_HitTest() local
665 int iPart, iPoint; in Edit_Snap_Point_ToLine() local
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A Dacid2.cpp202 int InsertTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in InsertTransaction()
250 int UpdateGetAndSetTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateGetAndSetTransaction()
343 int UpdateInterpretedTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateInterpretedTransaction()
390 void ReportInconsistency (const Uint32 iPart, in ReportInconsistency()
408 int ReadTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in ReadTransaction()
476 int DeleteTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in DeleteTransaction()
542 for (Uint32 iPart = 0; iPart < g_nPart; iPart++) in ThreadFunc() local
555 Uint32 iPart = rndgen.genrand() % g_nPart; in ThreadFunc() local
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A Dacid2.cpp202 int InsertTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in InsertTransaction()
250 int UpdateGetAndSetTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateGetAndSetTransaction()
343 int UpdateInterpretedTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateInterpretedTransaction()
390 void ReportInconsistency (const Uint32 iPart, in ReportInconsistency()
408 int ReadTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in ReadTransaction()
476 int DeleteTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in DeleteTransaction()
542 for (Uint32 iPart = 0; iPart < g_nPart; iPart++) in ThreadFunc() local
555 Uint32 iPart = rndgen.genrand() % g_nPart; in ThreadFunc() local
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/ndbapi/
H A Dacid2.cpp202 int InsertTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in InsertTransaction()
250 int UpdateGetAndSetTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateGetAndSetTransaction()
343 int UpdateInterpretedTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateInterpretedTransaction()
390 void ReportInconsistency (const Uint32 iPart, in ReportInconsistency()
408 int ReadTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in ReadTransaction()
476 int DeleteTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in DeleteTransaction()
542 for (Uint32 iPart = 0; iPart < g_nPart; iPart++) in ThreadFunc() local
555 Uint32 iPart = rndgen.genrand() % g_nPart; in ThreadFunc() local
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A Dacid2.cpp202 int InsertTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in InsertTransaction()
250 int UpdateGetAndSetTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateGetAndSetTransaction()
343 int UpdateInterpretedTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateInterpretedTransaction()
390 void ReportInconsistency (const Uint32 iPart, in ReportInconsistency()
408 int ReadTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in ReadTransaction()
476 int DeleteTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in DeleteTransaction()
542 for (Uint32 iPart = 0; iPart < g_nPart; iPart++) in ThreadFunc() local
555 Uint32 iPart = rndgen.genrand() % g_nPart; in ThreadFunc() local
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/ndbapi/
H A Dacid2.cpp202 int InsertTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in InsertTransaction()
250 int UpdateGetAndSetTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateGetAndSetTransaction()
343 int UpdateInterpretedTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateInterpretedTransaction()
390 void ReportInconsistency (const Uint32 iPart, in ReportInconsistency()
408 int ReadTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in ReadTransaction()
476 int DeleteTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in DeleteTransaction()
542 for (Uint32 iPart = 0; iPart < g_nPart; iPart++) in ThreadFunc() local
555 Uint32 iPart = rndgen.genrand() % g_nPart; in ThreadFunc() local
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A Dacid2.cpp202 int InsertTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in InsertTransaction()
250 int UpdateGetAndSetTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateGetAndSetTransaction()
343 int UpdateInterpretedTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateInterpretedTransaction()
390 void ReportInconsistency (const Uint32 iPart, in ReportInconsistency()
408 int ReadTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in ReadTransaction()
476 int DeleteTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in DeleteTransaction()
542 for (Uint32 iPart = 0; iPart < g_nPart; iPart++) in ThreadFunc() local
555 Uint32 iPart = rndgen.genrand() % g_nPart; in ThreadFunc() local
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A Dacid2.cpp202 int InsertTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in InsertTransaction()
250 int UpdateGetAndSetTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateGetAndSetTransaction()
343 int UpdateInterpretedTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateInterpretedTransaction()
390 void ReportInconsistency (const Uint32 iPart, in ReportInconsistency()
408 int ReadTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in ReadTransaction()
476 int DeleteTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in DeleteTransaction()
542 for (Uint32 iPart = 0; iPart < g_nPart; iPart++) in ThreadFunc() local
555 Uint32 iPart = rndgen.genrand() % g_nPart; in ThreadFunc() local
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A Dacid2.cpp202 int InsertTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in InsertTransaction()
250 int UpdateGetAndSetTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateGetAndSetTransaction()
343 int UpdateInterpretedTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateInterpretedTransaction()
390 void ReportInconsistency (const Uint32 iPart, in ReportInconsistency()
408 int ReadTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in ReadTransaction()
476 int DeleteTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in DeleteTransaction()
542 for (Uint32 iPart = 0; iPart < g_nPart; iPart++) in ThreadFunc() local
555 Uint32 iPart = rndgen.genrand() % g_nPart; in ThreadFunc() local
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/ndbapi/
H A Dacid2.cpp202 int InsertTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in InsertTransaction()
250 int UpdateGetAndSetTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateGetAndSetTransaction()
343 int UpdateInterpretedTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateInterpretedTransaction()
390 void ReportInconsistency (const Uint32 iPart, in ReportInconsistency()
408 int ReadTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in ReadTransaction()
476 int DeleteTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in DeleteTransaction()
542 for (Uint32 iPart = 0; iPart < g_nPart; iPart++) in ThreadFunc() local
555 Uint32 iPart = rndgen.genrand() % g_nPart; in ThreadFunc() local
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/ndbapi/
H A Dacid2.cpp202 int InsertTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in InsertTransaction()
250 int UpdateGetAndSetTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateGetAndSetTransaction()
343 int UpdateInterpretedTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateInterpretedTransaction()
390 void ReportInconsistency (const Uint32 iPart, in ReportInconsistency()
408 int ReadTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in ReadTransaction()
476 int DeleteTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in DeleteTransaction()
542 for (Uint32 iPart = 0; iPart < g_nPart; iPart++) in ThreadFunc() local
555 Uint32 iPart = rndgen.genrand() % g_nPart; in ThreadFunc() local
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/ndbapi/
H A Dacid2.cpp193 int InsertTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in InsertTransaction()
241 int UpdateGetAndSetTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateGetAndSetTransaction()
334 int UpdateInterpretedTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in UpdateInterpretedTransaction()
381 void ReportInconsistency (const Uint32 iPart, in ReportInconsistency()
399 int ReadTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in ReadTransaction()
467 int DeleteTransaction(Ndb* pNdb, const Uint32 iPart, const bool bIndex) in DeleteTransaction()
533 for (Uint32 iPart = 0; iPart < g_nPart; iPart++) in ThreadFunc() local
546 Uint32 iPart = rndgen.genrand() % g_nPart; in ThreadFunc() local

1234567891011