Home
last modified time | relevance | path

Searched refs:create_polygon (Results 1 – 25 of 144) sorted by relevance

123456

/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/geometries/
H A Dmulti_polygon.cpp36 bg::model::polygon<P> create_polygon() in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS()
57 PL pl1(create_polygon<P>()); in create_multi_polygon()
80 check_multi_polygon(mpl1, PL(create_polygon<P>())); in test_default_constructor()
87 check_multi_polygon(mpl1, PL(create_polygon<P>())); in test_copy_constructor()
95 check_multi_polygon(mpl2, PL(create_polygon<P>())); in test_copy_assignment()
H A Dpolygon.cpp35 bg::model::polygon<P> create_polygon() in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS()
70 bg::model::polygon<P> pl1(create_polygon<P>()); in test_default_constructor()
77 bg::model::polygon<P> pl1 = create_polygon<P>(); in test_copy_constructor()
84 bg::model::polygon<P> pl1(create_polygon<P>()), pl2; in test_copy_assignment()
/dports/cad/horizon-eda/horizon-2.1.0/src/core/tools/
H A Dtool_place_dot.cpp16 void ToolPlaceDot::create_polygon(const Coordi &c) in create_polygon() function in horizon::ToolPlaceDot
40 create_polygon(args.coords); in begin()
58 create_polygon(args.coords); in update()
H A Dtool_place_dot.hpp26 void create_polygon(const Coordi &c);
/dports/cad/horizon-eda/horizon-2.1.0/src/util/
H A Dkicad_package_parser.hpp28 virtual class Polygon &create_polygon() = 0;
54 class Polygon &create_polygon() override;
68 class Polygon &create_polygon() override;
H A Dkicad_package_parser.cpp319 auto &poly = create_polygon(); in parse_poly()
391 Polygon &KiCadPackageParser::create_polygon() in create_polygon() function in horizon::KiCadPackageParser
435 Polygon &KiCadDecalParser::create_polygon() in create_polygon() function in horizon::KiCadDecalParser
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/lib/
H A DPmwNoteBook.py104 self._pageLeftBorder = self.create_polygon(0, 0, 0, 0, 0, 0,
106 self._pageBottomRightBorder = self.create_polygon(0, 0, 0, 0, 0, 0,
108 self._pageTop1Border = self.create_polygon(0, 0, 0, 0, 0, 0,
110 self._pageTop2Border = self.create_polygon(0, 0, 0, 0, 0, 0,
113 self._pageLeftBorder = self.create_polygon(0, 0, 0, 0, 0, 0,
115 self._pageBottomRightBorder = self.create_polygon(0, 0, 0, 0, 0, 0,
117 self._pageTopBorder = self.create_polygon(0, 0, 0, 0, 0, 0,
184 lightshadow = self.create_polygon(0, 0, 0, 0, 0, 0,
186 darkshadow = self.create_polygon(0, 0, 0, 0, 0, 0,
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/lib/
H A DPmwNoteBook.py103 self._pageLeftBorder = self.create_polygon(0, 0, 0, 0, 0, 0,
105 self._pageBottomRightBorder = self.create_polygon(0, 0, 0, 0, 0, 0,
107 self._pageTop1Border = self.create_polygon(0, 0, 0, 0, 0, 0,
109 self._pageTop2Border = self.create_polygon(0, 0, 0, 0, 0, 0,
112 self._pageLeftBorder = self.create_polygon(0, 0, 0, 0, 0, 0,
114 self._pageBottomRightBorder = self.create_polygon(0, 0, 0, 0, 0, 0,
116 self._pageTopBorder = self.create_polygon(0, 0, 0, 0, 0, 0,
184 lightshadow = self.create_polygon(0, 0, 0, 0, 0, 0,
186 darkshadow = self.create_polygon(0, 0, 0, 0, 0, 0,
/dports/astro/libosmium/libosmium-2.17.2/test/t/geom/
H A Dtest_wkt.cpp69 const std::string wkt{factory.create_polygon(wnl)};
74 …const std::string wkt{factory.create_polygon(wnl, osmium::geom::use_nodes::unique, osmium::geom::d…
79 const std::string wkt{factory.create_polygon(wnl, osmium::geom::use_nodes::all)};
84 …const std::string wkt{factory.create_polygon(wnl, osmium::geom::use_nodes::all, osmium::geom::dire…
H A Dtest_geojson.cpp89 const std::string wkt{factory.create_polygon(wnl)};
94 …const std::string wkt{factory.create_polygon(wnl, osmium::geom::use_nodes::unique, osmium::geom::d…
99 const std::string wkt{factory.create_polygon(wnl, osmium::geom::use_nodes::all)};
104 …const std::string wkt{factory.create_polygon(wnl, osmium::geom::use_nodes::all, osmium::geom::dire…
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/test/t/geom/
H A Dtest_wkt.cpp69 const std::string wkt{factory.create_polygon(wnl)};
74 …const std::string wkt{factory.create_polygon(wnl, osmium::geom::use_nodes::unique, osmium::geom::d…
79 const std::string wkt{factory.create_polygon(wnl, osmium::geom::use_nodes::all)};
84 …const std::string wkt{factory.create_polygon(wnl, osmium::geom::use_nodes::all, osmium::geom::dire…
H A Dtest_geojson.cpp89 const std::string wkt{factory.create_polygon(wnl)};
94 …const std::string wkt{factory.create_polygon(wnl, osmium::geom::use_nodes::unique, osmium::geom::d…
99 const std::string wkt{factory.create_polygon(wnl, osmium::geom::use_nodes::all)};
104 …const std::string wkt{factory.create_polygon(wnl, osmium::geom::use_nodes::all, osmium::geom::dire…
/dports/databases/grass7/grass-7.8.6/vector/v.out.ogr/
H A Dexport_areas.c15 static OGRGeometryH create_polygon(struct Map_info *, int, struct line_pnts *, int);
102 Ogr_geometry = create_polygon(In, area, Points, outer_ring_ccw); in export_areas_single()
213 Ogr_geometry_part = create_polygon(In, area, Points, outer_ring_ccw); in export_areas_multi()
262 Ogr_geometry_part = create_polygon(In, area, Points, outer_ring_ccw); in export_areas_multi()
301 OGRGeometryH create_polygon(struct Map_info *In, int area, in create_polygon() function
/dports/databases/elixir-geo/geo-2.1.0/lib/geo/
H A Dwkt.ex126 %Polygon{coordinates: create_polygon(coordinates), srid: srid}
134 %MultiLineString{coordinates: create_polygon(coordinates), srid: srid}
175 defp create_polygon(coordinates) do function
190 |> Enum.map(&create_polygon(&1))
/dports/astro/libosmium/libosmium-2.17.2/include/osmium/geom/
H A Dfactory.hpp339 …polygon_type create_polygon(const osmium::WayNodeList& wnl, use_nodes un = use_nodes::unique, dire… in create_polygon() function in osmium::geom::GeometryFactory
370 …polygon_type create_polygon(const osmium::Way& way, use_nodes un = use_nodes::unique, direction di… in create_polygon() function in osmium::geom::GeometryFactory
372 return create_polygon(way.nodes(), un, dir); in create_polygon()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/libosmium/include/osmium/geom/
H A Dfactory.hpp338 …polygon_type create_polygon(const osmium::WayNodeList& wnl, use_nodes un = use_nodes::unique, dire… in create_polygon() function in osmium::geom::GeometryFactory
369 …polygon_type create_polygon(const osmium::Way& way, use_nodes un = use_nodes::unique, direction di… in create_polygon() function in osmium::geom::GeometryFactory
371 return create_polygon(way.nodes(), un, dir); in create_polygon()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/include/osmium/geom/
H A Dfactory.hpp338 …polygon_type create_polygon(const osmium::WayNodeList& wnl, use_nodes un = use_nodes::unique, dire… in create_polygon() function in osmium::geom::GeometryFactory
369 …polygon_type create_polygon(const osmium::Way& way, use_nodes un = use_nodes::unique, direction di… in create_polygon() function in osmium::geom::GeometryFactory
371 return create_polygon(way.nodes(), un, dir); in create_polygon()
/dports/math/eukleides/eukleides-1.5.4/src/common/
H A Dset.h36 void create_polygon(void);
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/imagemap/
H A Dimap_polygon.h35 Object_t *create_polygon (GList *points);
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/xcv/
H A Dxcv_geometry.h32 static void create_polygon();
/dports/lang/python-legacy/Python-2.7.18/Demo/tkinter/matt/
H A Dcanvas-reading-tag-info.py16 pgon = self.drawing.create_polygon(
/dports/lang/python27/Python-2.7.18/Demo/tkinter/matt/
H A Dcanvas-reading-tag-info.py16 pgon = self.drawing.create_polygon(
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/
H A Dbwm_tableau_img.h41 virtual void create_polygon();
H A Dbwm_tableau_img.cxx61 void bwm_tableau_img::create_polygon() in create_polygon() function in bwm_tableau_img
77 my_observer_->create_polygon(poly2d); in create_polygon()
169 my_observer_->create_polygon(pline); in create_vsol_spatial_object()
/dports/audio/snack/snack2.2.10/demos/python/
H A Dpolarspec.py38 c.create_polygon(coords, tags='polar', fill='green')

123456