Home
last modified time | relevance | path

Searched refs:curvePoly (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometryeditutils.cpp37 QgsCurvePolygon *curvePoly = qgsgeometry_cast< QgsCurvePolygon * >( geom ); in addRing() local
39 if ( curvePoly ) in addRing()
41 polygonList.append( curvePoly ); in addRing()
H A Dqgsgeometry.cpp1616 QgsCurvePolygon *curvePoly = qgsgeometry_cast<QgsCurvePolygon *>( d->geometry.get() ); in asPolygon() local
1617 if ( !curvePoly ) in asPolygon()
1621 segmentized.reset( curvePoly->toPolygon() ); in asPolygon()
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/geometry/
H A Dtestqgscurvepolygon.cpp890 QgsCurvePolygon curvePoly; in testNextVertex() local
908 QVERIFY( curvePoly.nextVertex( v, pt ) ); in testNextVertex()
911 QVERIFY( curvePoly.nextVertex( v, pt ) ); in testNextVertex()
914 QVERIFY( curvePoly.nextVertex( v, pt ) ); in testNextVertex()
917 QVERIFY( curvePoly.nextVertex( v, pt ) ); in testNextVertex()
920 QVERIFY( curvePoly.nextVertex( v, pt ) ); in testNextVertex()
928 QVERIFY( curvePoly.nextVertex( v, pt ) ); in testNextVertex()
941 QVERIFY( curvePoly.nextVertex( v, pt ) ); in testNextVertex()
944 QVERIFY( curvePoly.nextVertex( v, pt ) ); in testNextVertex()
947 QVERIFY( curvePoly.nextVertex( v, pt ) ); in testNextVertex()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeometryeditutils.cpp37 QgsCurvePolygon *curvePoly = qgsgeometry_cast< QgsCurvePolygon * >( geom ); in addRing() local
39 if ( curvePoly ) in addRing()
41 polygonList.append( curvePoly ); in addRing()
H A Dqgsgeometry.cpp1698 QgsCurvePolygon *curvePoly = qgsgeometry_cast<QgsCurvePolygon *>( d->geometry.get() ); in asPolygon() local
1699 if ( !curvePoly ) in asPolygon()
1703 segmentized.reset( curvePoly->toPolygon() ); in asPolygon()