Home
last modified time | relevance | path

Searched defs:ring_type (Results 1 – 25 of 51) sorted by relevance

123

/third_party/boost/boost/geometry/core/
Dring_type.hpp145 struct ring_type struct
150 struct ring_type<ring_tag, Ring> struct
152 typedef Ring type;
157 struct ring_type<polygon_tag, Polygon> struct
162 >::type type;
167 struct ring_type<multi_linestring_tag, MultiLinestring> struct
172 >::type type;
177 struct ring_type<multi_polygon_tag, MultiPolygon> struct
182 >::type type;
202 struct ring_type struct
[all …]
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dbuffer_piece_border.cpp110 typedef bg::model::ring<Point> ring_type; in test_rectangle_properties() typedef
197 typedef bg::model::ring<Point> ring_type; in test_rectangle_point_on_piece_a() typedef
239 typedef bg::model::ring<Point> ring_type; in test_rectangle_point_on_piece_c() typedef
283 typedef bg::model::ring<Point> ring_type; in test_diamond_point_on_piece_a() typedef
325 typedef bg::model::ring<Point> ring_type; in test_diamond_point_on_piece_c() typedef
Dbuffer_ring.cpp20 typedef bg::model::ring<P, Clockwise, true> ring_type; in test_all() typedef
/third_party/boost/libs/geometry/test/algorithms/distance/
Ddistance_se_geo_ar_ar.cpp34 typedef bg::model::ring<Point> ring_type; in test_distance_ring_ring() typedef
65 typedef bg::model::ring<Point> ring_type; in test_distance_ring_polygon() typedef
125 typedef bg::model::ring<Point> ring_type; in test_distance_ring_multi_polygon() typedef
272 typedef bg::model::ring<Point> ring_type; in test_distance_ring_box() typedef
Ddistance_se_geo_l_ar.cpp237 typedef bg::model::ring<Point> ring_type; in test_distance_segment_ring() typedef
256 typedef bg::model::ring<Point> ring_type; in test_distance_linestring_ring() typedef
276 typedef bg::model::ring<Point> ring_type; in test_distance_multi_linestring_ring() typedef
Ddistance_geo_linear_box.cpp170 typedef bg::model::ring<Point> ring_type; in test_distance_segment_ring() typedef
190 typedef bg::model::ring<Point> ring_type; in test_distance_linestring_ring() typedef
211 typedef bg::model::ring<Point> ring_type; in test_distance_multi_linestring_ring() typedef
Ddistance_se_geo_pl_ar.cpp41 typedef bg::model::ring<Point> ring_type; in test_distance_point_ring() typedef
75 typedef bg::model::ring<Point> ring_type; in test_distance_multipoint_ring() typedef
/third_party/boost/boost/geometry/geometries/concepts/
Dpolygon_concept.hpp50 typedef typename ring_type<PolygonType>::type ring_type; typedef in boost::geometry::concepts::Polygon
99 typedef typename ring_type<const_polygon_type>::type ring_type; typedef in boost::geometry::concepts::ConstPolygon
/third_party/boost/libs/geometry/doc/src/examples/core/
Dring_type.cpp25 typedef boost::geometry::ring_type<polygon>::type ring_type; in main() typedef
Drings.cpp31 typedef boost::geometry::ring_type<polygon_type>::type ring_type; in main() typedef
/third_party/boost/libs/geometry/test/algorithms/
Dassign.cpp133 typedef bg::model::ring<P> ring_type; in test_assign_conversion() typedef
197 typedef bg::model::ring<P> ring_type; in test_assign_conversion_variant() typedef
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffered_ring.hpp143 struct ring_type struct
149 typedef Ring type;
/third_party/boost/boost/geometry/algorithms/
Dconvert.hpp396 typedef typename ring_type<Polygon>::type ring_type; in apply() typedef
430 typedef typename ring_type<Polygon>::type ring_type; in apply() typedef
446 typedef typename ring_type<Polygon>::type ring_type; in apply() typedef
Dappend.hpp93 typedef typename ring_type<Polygon>::type ring_type; typedef
119 typedef typename ring_type<Polygon>::type ring_type; typedef
Dcorrect_closure.hpp86 typedef typename ring_type<Polygon>::type ring_type; typedef
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dsplit_rings.cpp46 typedef typename bg::ring_type<Geometry>::type ring_type; in apply() typedef
Dtraverse_gmp.cpp80 typedef bg::model::ring<typename bg::point_type<G2>::type> ring_type; in test_traverse() typedef
Ddissolver.cpp117 typedef typename bg::ring_type<MultiPolygon>::type ring_type; in test_geometry() typedef
/third_party/boost/libs/geometry/test/algorithms/set_operations/sym_difference/
Dsym_difference_areal_areal.cpp31 typedef bg::model::ring<point_type> ring_type; // ccw, closed typedef
/third_party/mesa3d/src/amd/vulkan/winsys/null/
Dradv_null_cs.c69 radv_null_cs_create(struct radeon_winsys *ws, enum ring_type ring_type) in radv_null_cs_create()
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dselect_rings.hpp115 typedef typename geometry::ring_type<Polygon>::type ring_type; in apply() typedef
135 typedef typename geometry::ring_type<Polygon>::type ring_type; in apply() typedef
/third_party/boost/libs/geometry/example/
Dc07_custom_ring_pointer_example.cpp82 typedef std::vector<my_point*> ring_type; in main() typedef
/third_party/boost/libs/geometry/example/with_external_libs/
Dx06_qt_world_mapper.cpp78 typedef boost::geometry::ring_type<polygon_type>::type ring_type; in paintEvent() typedef
/third_party/boost/libs/geometry/test/algorithms/within/
Dtest_within.hpp95 typedef bg::model::ring<Point, Clockwise, Closed> ring_type; in test_ordered_ring() typedef
/third_party/boost/libs/geometry/test/test_geometries/
Dall_custom_polygon.hpp91 typedef typename polygon_type::custom_ring_type ring_type; typedef

123