Home
last modified time | relevance | path

Searched refs:create_point (Results 1 – 25 of 119) sorted by relevance

12345

/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/geometries/
H A Dpoint.cpp26 bg::model::point<T, 3, CS> create_point() in create_point() function
45 bg::model::point<T, 3, CS> p(create_point<T, CS>()); in test_default_constructor()
52 bg::model::point<T, 3, CS> p = create_point<T, CS>(); in test_copy_constructor()
59 bg::model::point<T, 3, CS> p(create_point<T, CS>()); in test_copy_assignment()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/test/t/geom/
H A Dtest_wkb.cpp17 const std::string wkb{factory.create_point(loc)};
25 const std::string wkb{factory.create_point(loc)};
34 const std::string wkb{factory.create_point(loc)};
44 const std::string wkb{factory.create_point(loc)};
126 REQUIRE_THROWS_AS(factory.create_point(osmium::Location{}), const osmium::invalid_location&);
H A Dtest_factory_with_projection.cpp13 const std::string wkt{factory.create_point(osmium::Location{3.2, 4.2})};
20 const std::string wkt{factory.create_point(osmium::Location{3.2, 4.2})};
H A Dtest_wkt.cpp13 const std::string wkt{factory.create_point(osmium::Location{3.2, 4.2})};
19 REQUIRE_THROWS_AS(factory.create_point(osmium::Location()), const osmium::invalid_location&);
25 const std::string wkt{factory.create_point(osmium::Location{3.2, 4.2})};
32 const std::string wkt{factory.create_point(osmium::Location{3.2, 4.2})};
H A Dtest_geos.cpp18 … const std::unique_ptr<geos::geom::Point> point{factory.create_point(osmium::Location{3.2, 4.2})};
27 … const std::unique_ptr<geos::geom::Point> point{factory.create_point(osmium::Location{3.2, 4.2})};
37 … const std::unique_ptr<geos::geom::Point> point{factory.create_point(osmium::Location{3.2, 4.2})};
46 REQUIRE_THROWS_AS(factory.create_point(osmium::Location{}), const osmium::invalid_location&);
H A Dtest_ogr.cpp12 std::unique_ptr<OGRPoint> point{factory.create_point(osmium::Location{3.2, 4.2})};
19 REQUIRE_THROWS_AS(factory.create_point(osmium::Location()), const osmium::invalid_location&);
H A Dtest_ogr_wkb.cpp30 const std::string wkb{wkb_factory.create_point(loc)};
31 const std::unique_ptr<OGRPoint> geometry = ogr_factory.create_point(loc);
/dports/astro/libosmium/libosmium-2.17.2/test/t/geom/
H A Dtest_wkb.cpp17 const std::string wkb{factory.create_point(loc)};
25 const std::string wkb{factory.create_point(loc)};
34 const std::string wkb{factory.create_point(loc)};
44 const std::string wkb{factory.create_point(loc)};
135 REQUIRE_THROWS_AS(factory.create_point(osmium::Location{}), osmium::invalid_location);
H A Dtest_factory_with_projection.cpp13 const std::string wkt{factory.create_point(osmium::Location{3.2, 4.2})};
20 const std::string wkt{factory.create_point(osmium::Location{3.2, 4.2})};
H A Dtest_wkt.cpp13 const std::string wkt{factory.create_point(osmium::Location{3.2, 4.2})};
19 REQUIRE_THROWS_AS(factory.create_point(osmium::Location()), osmium::invalid_location);
25 const std::string wkt{factory.create_point(osmium::Location{3.2, 4.2})};
32 const std::string wkt{factory.create_point(osmium::Location{3.2, 4.2})};
H A Dtest_geos.cpp18 … const std::unique_ptr<geos::geom::Point> point{factory.create_point(osmium::Location{3.2, 4.2})};
27 … const std::unique_ptr<geos::geom::Point> point{factory.create_point(osmium::Location{3.2, 4.2})};
37 … const std::unique_ptr<geos::geom::Point> point{factory.create_point(osmium::Location{3.2, 4.2})};
46 REQUIRE_THROWS_AS(factory.create_point(osmium::Location{}), osmium::invalid_location);
H A Dtest_ogr.cpp12 std::unique_ptr<OGRPoint> point{factory.create_point(osmium::Location{3.2, 4.2})};
19 REQUIRE_THROWS_AS(factory.create_point(osmium::Location()), osmium::invalid_location);
H A Dtest_ogr_wkb.cpp30 const std::string wkb{wkb_factory.create_point(loc)};
31 const std::unique_ptr<OGRPoint> geometry = ogr_factory.create_point(loc);
/dports/databases/elixir-geo/geo-2.1.0/lib/geo/
H A Dwkt.ex106 %PointZM{coordinates: create_point(coordinates), srid: srid}
110 %PointZ{coordinates: create_point(coordinates), srid: srid}
114 %PointM{coordinates: create_point(coordinates), srid: srid}
118 %Point{coordinates: create_point(coordinates), srid: srid}
158 defp create_point(coordinates) do function
172 |> Enum.map(&create_point(&1))
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-function-parameters.r/simple.d/
H A Dinput.pl16 fun create_point(:$x, :$y, :$color) { fun
19 create_point(
H A Dexpected.tags3 create_point input.pl /^fun create_point(:$x, :$y, :$color) {$/;" fun language:FunctionParameters
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Du_create.c173 create_point(void) in create_point() function
213 if ((new_pt = create_point()) == NULL) { in copy_points()
863 pnt = create_point(); in create_dimension_line()
865 pnt->next = create_point(); in create_dimension_line()
867 pnt->next = create_point(); in create_dimension_line()
869 pnt->next = create_point(); in create_dimension_line()
871 pnt->next = create_point(); in create_dimension_line()
953 pnt = create_point(); in create_dimline_ticks()
955 pnt->next = create_point(); in create_dimline_ticks()
971 pnt = create_point(); in create_dimline_ticks()
[all …]
/dports/astro/libosmium/libosmium-2.17.2/include/osmium/geom/
H A Dfactory.hpp211 point_type create_point(const osmium::Location& location) const { in create_point() function in osmium::geom::GeometryFactory
215 point_type create_point(const osmium::Node& node) { in create_point() function in osmium::geom::GeometryFactory
217 return create_point(node.location()); in create_point()
224 point_type create_point(const osmium::NodeRef& node_ref) { in create_point() function in osmium::geom::GeometryFactory
226 return create_point(node_ref.location()); in create_point()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/libosmium/include/osmium/geom/
H A Dfactory.hpp210 point_type create_point(const osmium::Location& location) const { in create_point() function in osmium::geom::GeometryFactory
214 point_type create_point(const osmium::Node& node) { in create_point() function in osmium::geom::GeometryFactory
216 return create_point(node.location()); in create_point()
223 point_type create_point(const osmium::NodeRef& node_ref) { in create_point() function in osmium::geom::GeometryFactory
225 return create_point(node_ref.location()); in create_point()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/include/osmium/geom/
H A Dfactory.hpp210 point_type create_point(const osmium::Location& location) const { in create_point() function in osmium::geom::GeometryFactory
214 point_type create_point(const osmium::Node& node) { in create_point() function in osmium::geom::GeometryFactory
216 return create_point(node.location()); in create_point()
223 point_type create_point(const osmium::NodeRef& node_ref) { in create_point() function in osmium::geom::GeometryFactory
225 return create_point(node_ref.location()); in create_point()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_scene_gltf2/blender/imp/
H A Dgltf2_blender_light.py33 light = BlenderLight.create_point(gltf, light_id)
60 def create_point(gltf, light_id): member in BlenderLight
/dports/astro/libosmium/libosmium-2.17.2/test/data-tests/
H A Dtestdata-overview.cpp45 gdalcpp::Feature feature(m_layer_labels, m_factory.create_point(node)); in node()
50 gdalcpp::Feature feature(m_layer_nodes, m_factory.create_point(node)); in node()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/test/data-tests/
H A Dtestdata-overview.cpp45 gdalcpp::Feature feature(m_layer_labels, m_factory.create_point(node)); in node()
50 gdalcpp::Feature feature(m_layer_nodes, m_factory.create_point(node)); in node()
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/xcv/
H A Dxcv_geometry.h26 static void create_point();
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/
H A Dbwm_tableau_img.cxx100 void bwm_tableau_img::create_point() in create_point() function in bwm_tableau_img
106 my_observer_->create_point(new vsol_point_2d(x, y)); in create_point()
118 my_observer_->create_point(*pit); in create_pointset()
126 my_observer_->create_point(p); in create_vsol_spatial_object()

12345