Searched defs:exterior_ring (Results 1 – 6 of 6) sorted by relevance
49 struct exterior_ring struct68 struct exterior_ring struct79 struct exterior_ring<polygon_tag, Polygon> struct83 apply(typename add_const_if_c in apply()110 inline typename ring_return_type<Polygon>::type exterior_ring(Polygon& polygon) in exterior_ring() function131 inline typename ring_return_type<Polygon const>::type exterior_ring( in exterior_ring() function
67 struct exterior_ring<boost::polygon::polygon_with_holes_data<CoordinateType> > struct69 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()
88 struct exterior_ring<all_custom_polygon<Point> > struct90 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()
294 struct exterior_ring struct308 > 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()
76 template<> struct exterior_ring<my_polygon> struct78 static my_ring& get(my_polygon& p) in get()83 static my_ring const& get(my_polygon const& p) in get()
264 ExteriorRing const& exterior_ring, in are_holes_inside()377 ExteriorRing const& exterior_ring, in are_holes_inside()