Home
last modified time | relevance | path

Searched refs:iPolygon (Results 1 – 25 of 34) sorted by relevance

12

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_polygons/
H A Dpolygon_shared_edges.cpp151 int iPolygon, nAdded = 0, nRemoved = 0; in On_Execute() local
156 …for(iPolygon=0; iPolygon<pPolygons->Get_Count() && Set_Progress(iPolygon, pPolygons->Get_Count());… in On_Execute()
158 CSG_Shape_Polygon *pPolygon = (CSG_Shape_Polygon *)pPolygons->Get_Shape(iPolygon); in On_Execute()
187 …for(iPolygon=0; iPolygon<pPolygons->Get_Count()-1 && Set_Progress(iPolygon, pPolygons->Get_Count()… in On_Execute()
189 CSG_Shape_Polygon *pA = (CSG_Shape_Polygon *)pPolygons->Get_Shape(iPolygon); in On_Execute()
191 for(int jPolygon=iPolygon+1; jPolygon<pPolygons->Get_Count() && Process_Get_Okay(); jPolygon++) in On_Execute()
459 …for(int iPolygon=0; iPolygon<pPolygons->Get_Count()-1 && Set_Progress(iPolygon, pPolygons->Get_Cou… in On_Execute() local
461 CSG_Shape_Polygon *pA = (CSG_Shape_Polygon *)pPolygons->Get_Shape(iPolygon); in On_Execute()
463 for(int jPolygon=iPolygon+1; jPolygon<pPolygons->Get_Count() && Process_Get_Okay(); jPolygon++) in On_Execute()
H A Dshape_index.cpp195 …for(int iPolygon=0; iPolygon<pPolygons->Get_Count() && Set_Progress(iPolygon, pPolygons->Get_Count… in On_Execute() local
197 pTarget->Add_Shape(pPolygons->Get_Shape(iPolygon), SHAPE_COPY)->Set_Value(0, iPolygon); in On_Execute()
255 …for(int iPolygon=0; iPolygon<pPolygons->Get_Count() && Set_Progress(iPolygon, pPolygons->Get_Count… in On_Execute() local
257 CSG_Shape_Polygon *pPolygon = (CSG_Shape_Polygon *)pPolygons->Get_Shape(iPolygon); in On_Execute()
290 pLine->Set_Value(0, iPolygon); in On_Execute()
H A Dpolygon_line_intersection.cpp692 …for(int iPolygon=0; iPolygon<pPolygons->Get_Count() && Set_Progress(iPolygon, pPolygons->Get_Count… in On_Execute() local
694 if( !Get_Intersection((CSG_Shape_Polygon *)pPolygons->Get_Shape(iPolygon)) ) in On_Execute()
696 m_pIntersection->Add_Shape(pPolygons->Get_Shape(iPolygon)); in On_Execute()
794 int iEdge, iPolygon; in Get_Intersection() local
815 for(iPolygon=0; iPolygon<Intersection.Get_Count(); iPolygon++) // 1. outer rings in Get_Intersection()
817 CSG_Shape *pIntersect = Intersection.Get_Shape(iPolygon); in Get_Intersection()
827 for(iPolygon=0; iPolygon<Intersection.Get_Count(); iPolygon++) // 2. inner rings in Get_Intersection()
829 CSG_Shape *pIntersect = Intersection.Get_Shape(iPolygon); in Get_Intersection()
H A Dadd_point_attributes.cpp206 …for(int iPolygon=0; iPolygon<pOutput->Get_Count() && Set_Progress(iPolygon, pOutput->Get_Count());… in On_Execute() local
208 CSG_Shape_Polygon *pPolygon = (CSG_Shape_Polygon *)pOutput->Get_Shape(iPolygon); in On_Execute()
H A DPolygon_Centroids.cpp123 for(int iPolygon=0; iPolygon<pPolygons->Get_Count(); iPolygon++) in On_Execute() local
125 CSG_Shape_Polygon *pPolygon = (CSG_Shape_Polygon *)pPolygons->Get_Shape(iPolygon); in On_Execute()
H A Dpolygon_to_edges_nodes.cpp139 …for(int iPolygon=0; iPolygon<pPolygons->Get_Count() && Set_Progress(iPolygon, pPolygons->Get_Count… in On_Execute() local
141 CSG_Shape *pPolygon = pPolygons->Get_Shape(iPolygon); in On_Execute()
H A DPolygon_StatisticsFromPoints.cpp176 …for(int iPolygon=0; iPolygon<pPolygons->Get_Count() && Set_Progress(iPolygon, pPolygons->Get_Count… in On_Execute() local
178 CSG_Shape_Polygon *pPolygon = (CSG_Shape_Polygon *)pPolygons->Get_Shape(iPolygon); in On_Execute()
H A DPolygon_Clip.cpp380 …for(int iPolygon=1; iPolygon<pPolygons->Get_Count() && Set_Progress(iPolygon, pPolygons->Get_Count… in Dissolve() local
382 CSG_Shape *pPolygon = pPolygons->Get_Shape(iPolygon); in Dissolve()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dshapes_polygons.cpp153 for(int iPolygon=0, jPolygon=0; iPolygon<pPolygons->Get_Count(); iPolygon++) in Convert() local
155 CSG_Shape *pPolygon = pPolygons->Get_Shape(iPolygon); in Convert()
199 for(int iPart=0, iPolygon=0; iPart<pPolygon->Get_Part_Count(); iPart++, iPolygon++) in Convert() local
207 Polygons.resize(1 + iPolygon); in Convert()
217 Polygons[iPolygon].push_back(Point); in Convert()
221 …t_Type() == SHAPE_TYPE_Polygon && Polygons[iPolygon].size() > 1 && Polygons[iPolygon][0] == Polygo… in Convert()
223 Polygons[iPolygon].pop_back(); in Convert()
236 for(size_t iPolygon=0, iPart=0; iPolygon<Polygons.size(); iPolygon++) in Convert() local
238 for(size_t iPoint=0; iPoint<Polygons[iPolygon].size(); iPoint++) in Convert()
241 Get_X_asWorld(Polygons[iPolygon][iPoint].X), in Convert()
[all …]
H A Dshapes_ogis.cpp580 for(DWORD iPolygon=0; iPolygon<nPolygons; iPolygon++) in _WKB_Read_MultiPolygon() local
741 int iPart, nPolygons, *nRings, *iPolygon; in _WKB_Write_MultiPolygon() local
745 iPolygon = new int[pShape->Get_Part_Count()]; in _WKB_Write_MultiPolygon()
755 iPolygon[iPart] = iPart; in _WKB_Write_MultiPolygon()
762 iPolygon[jPart] = iPart; in _WKB_Write_MultiPolygon()
780 if( iPolygon[jPart] == iPart ) in _WKB_Write_MultiPolygon()
785 delete[](iPolygon); in _WKB_Write_MultiPolygon()
794 delete[](iPolygon); in _WKB_Write_MultiPolygon()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_points/
H A DCountPoints.cpp80 …for(int iPolygon=0; iPolygon<pPolygons->Get_Count() && Set_Progress(iPolygon, pPolygons->Get_Count… in On_Execute() local
82 CSG_Shape_Polygon *pPolygon = (CSG_Shape_Polygon *)pPolygons->Get_Shape(iPolygon); in On_Execute()
H A DFitNPointsToShape.cpp135 for(int iPolygon=0; iPolygon<nPolygons && Set_Progress(iPolygon, nPolygons); iPolygon++) in On_Execute() local
137 CSG_Shape_Polygon *pPolygon = Get_Polygon(iPolygon); in On_Execute()
H A DClip_Points.cpp173 …for(int iPolygon=0; iPolygon<pPolygons->Get_Count() && Set_Progress(iPolygon, pPolygons->Get_Count… in On_Execute() local
175 CSG_Shape_Polygon *pPolygon = (CSG_Shape_Polygon *)pPolygons->Get_Shape(iPolygon); in On_Execute()
H A Drandom_points.cpp268 …else for(int iPolygon=0; iPolygon<m_pPolygons->Get_Count() && Set_Progress(iPolygon, m_pPolygons->… in On_Execute() local
270 m_pPolygon = (CSG_Shape_Polygon *)m_pPolygons->Get_Shape(iPolygon); in On_Execute()
290 pPoint->Set_Value(0, iPolygon + 1); in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_shapes/
H A Dhtml_imagemap.cpp194 …for(int iPolygon=0; iPolygon<pPolygons->Get_Count() && Set_Progress(iPolygon, pPolygons->Get_Count… in On_Execute() local
196 CSG_Shape_Polygon *pPolygon = (CSG_Shape_Polygon *)pPolygons->Get_Shape(iPolygon); in On_Execute()
215 s = CSG_String::Format("%d. %s, %d. %s", 1 + iPolygon, _TL("Polygon"), 1 + iPart, _TL("Part")); in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_classification/
H A Dclassification_quality.cpp244 for(int iPolygon=0; iPolygon<pPolygons->Get_Count(); iPolygon++) in On_Execute() local
246 CSG_Shape_Polygon *pPolygon = (CSG_Shape_Polygon *)pPolygons->Get_Shape(iPolygon); in On_Execute()
250 int iPolygon = Get_Class(pPolygon->asString(Field)); in On_Execute() local
252 if( iPolygon >= 0 ) in On_Execute()
254 Confusion[iGrid].Add_Value(1 + iPolygon, 1); in On_Execute()
355 …for(int iPolygon=0; iPolygon<pPolygons->Get_Count() && Set_Progress(iPolygon, pPolygons->Get_Count… in Get_Classes() local
357 Classes += pPolygons->Get_Shape(iPolygon)->asString(Field); in Get_Classes()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_lines/
H A DLines_From_Polygons.cpp124 for(int iPolygon=0; iPolygon<pPolygons->Get_Count(); iPolygon++) in On_Execute() local
126 CSG_Shape *pPolygon = pPolygons ->Get_Shape(iPolygon); in On_Execute()
H A Dline_polygon_intersection.cpp167 for(int iPolygon=0; pLine->Get_Part_Count() > 0 && iPolygon<pPolygons->Get_Count(); iPolygon++) in On_Execute() local
169 CSG_Shape_Polygon *pPolygon = (CSG_Shape_Polygon *)pPolygons->Get_Shape(iPolygon); in On_Execute()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_grid/
H A DGrid_To_Points.cpp219 for(int iPolygon=0; iPolygon<pPolygons->Get_Count(); iPolygon++) in is_Contained() local
221 CSG_Shape_Polygon *pPolygon = (CSG_Shape_Polygon *)pPolygons->Get_Shape(iPolygon); in is_Contained()
H A DGrid_Polygon_Clip.cpp300 …for(int iPolygon=0; iPolygon<pPolygons->Get_Count() && Set_Progress(iPolygon, pPolygons->Get_Count… in Get_Mask() local
302 CSG_Shape_Polygon *pPolygon = (CSG_Shape_Polygon *)pPolygons->Get_Shape(iPolygon); in Get_Mask()
H A DGrid_Classes_To_Shapes.cpp468 …for(int iPolygon=0; iPolygon<Polygons.Get_Count() && Set_Progress(iPolygon, Polygons.Get_Count());… in Split_Polygons() local
470 CSG_Shape_Polygon *pPolygon = (CSG_Shape_Polygon *)Polygons.Get_Shape(iPolygon); in Split_Polygons()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_filter/
H A Dconnect_analysis.cpp339 int iPolygon; in On_Execute() local
341 for (iPolygon = 0, reg_curr = reg_first; reg_curr != NULL; reg_curr = reg_curr -> next, iPolygon++) in On_Execute()
345 pShape->Set_Value(0, iPolygon); // set ID field (= first field in table) to polygon ID in On_Execute()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DVrmlData_IndexedLineSet.hxx102 Polygon (const Standard_Integer iPolygon, in Polygon() argument
104 { return * (outIndice = myArrPolygons[iPolygon])++; } in Polygon()
/dports/cad/opencascade/opencascade-7.6.0/src/VrmlData/
H A DVrmlData_IndexedLineSet.hxx102 Polygon (const Standard_Integer iPolygon, in Polygon() argument
104 { return * (outIndice = myArrPolygons[iPolygon])++; } in Polygon()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DVrmlData_IndexedLineSet.hxx102 Polygon (const Standard_Integer iPolygon, in Polygon() argument
104 { return * (outIndice = myArrPolygons[iPolygon])++; } in Polygon()

12