Home
last modified time | relevance | path

Searched defs:exterior_ring (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/geometry/core/
Dexterior_ring.hpp49 struct exterior_ring struct
68 struct exterior_ring struct
79 struct exterior_ring<polygon_tag, Polygon> struct
83 apply(typename add_const_if_c in apply()
110 inline typename ring_return_type<Polygon>::type exterior_ring(Polygon& polygon) in exterior_ring() function
131 inline typename ring_return_type<Polygon const>::type exterior_ring( in exterior_ring() function
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/
Dpolygon.hpp67 struct exterior_ring<boost::polygon::polygon_with_holes_data<CoordinateType> > struct
69 typedef boost::polygon::polygon_with_holes_data<CoordinateType> polygon_type;
70 typedef adapt::bp::ring_proxy<polygon_type> proxy;
71 typedef adapt::bp::ring_proxy<polygon_type const> const_proxy;
73 static inline proxy get(polygon_type& p) in get()
78 static inline const_proxy get(polygon_type const& p) in get()
/third_party/boost/libs/geometry/test/test_geometries/
Dall_custom_polygon.hpp88 struct exterior_ring<all_custom_polygon<Point> > struct
90 typedef all_custom_polygon<Point> polygon_type;
91 typedef typename polygon_type::custom_ring_type ring_type;
93 static inline ring_type& get(polygon_type& p) in get()
98 static inline ring_type const& get(polygon_type const& p) in get()
/third_party/boost/boost/geometry/geometries/
Dpolygon.hpp294 struct exterior_ring struct
308 > polygon_type;
310 static inline typename polygon_type::ring_type& get(polygon_type& p) in get()
315 static inline typename polygon_type::ring_type const& get( in get()
/third_party/boost/libs/geometry/example/
Dc06_custom_polygon_example.cpp76 template<> struct exterior_ring<my_polygon> struct
78 static my_ring& get(my_polygon& p) in get()
83 static my_ring const& get(my_polygon const& p) in get()
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dpolygon.hpp264 ExteriorRing const& exterior_ring, in are_holes_inside()
377 ExteriorRing const& exterior_ring, in are_holes_inside()