Searched refs:curvePoly (Results 1 – 5 of 5) sorted by relevance
37 QgsCurvePolygon *curvePoly = qgsgeometry_cast< QgsCurvePolygon * >( geom ); in addRing() local39 if ( curvePoly ) in addRing()41 polygonList.append( curvePoly ); in addRing()
1616 QgsCurvePolygon *curvePoly = qgsgeometry_cast<QgsCurvePolygon *>( d->geometry.get() ); in asPolygon() local1617 if ( !curvePoly ) in asPolygon()1621 segmentized.reset( curvePoly->toPolygon() ); in asPolygon()
890 QgsCurvePolygon curvePoly; in testNextVertex() local908 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 …]
1698 QgsCurvePolygon *curvePoly = qgsgeometry_cast<QgsCurvePolygon *>( d->geometry.get() ); in asPolygon() local1699 if ( !curvePoly ) in asPolygon()1703 segmentized.reset( curvePoly->toPolygon() ); in asPolygon()