Home
last modified time | relevance | path

Searched defs:asPolygon (Results 1 – 10 of 10) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem_polygon.h43 PageItem_Polygon * asPolygon() override { return this; } in asPolygon() function
H A Dpageitem.h249 …virtual PageItem_Polygon * asPolygon() { return nullptr; } ///< Return self if Polygon item, o… in asPolygon() function
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsrectangle.cpp157 QString QgsRectangle::asPolygon() const in asPolygon() function in QgsRectangle
H A Dqgsgeometry.cpp1687 QgsPolygonXY QgsGeometry::asPolygon() const in asPolygon() function in QgsGeometry
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsrectangle.cpp157 QString QgsRectangle::asPolygon() const in asPolygon() function in QgsRectangle
H A Dqgsgeometry.cpp1605 QgsPolygonXY QgsGeometry::asPolygon() const in asPolygon() function in QgsGeometry
/dports/devel/py-shapely/Shapely-1.8.0/shapely/geometry/
H A Dpolygon.py417 def asPolygon(shell, holes=None): function
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/
H A Dshapes.py1290 def asPolygon(self): member in Wedge
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dshapes.h148 …class CSG_Shape_Polygon * asPolygon (void) { return( Get_Type() == SHAPE_TYPE_Polygon ? (CSG_Sha… in asPolygon() function
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolDraw2D/
H A DMolDraw2D.cpp2939 bool asPolygon = true; in drawDativeBond() local
4327 bool asPolygon, double frac, double angle) { in drawArrow()