Searched defs:interior_rings (Results 1 – 9 of 9) sorted by relevance
46 struct interior_rings struct70 struct interior_rings {}; struct74 struct interior_rings<polygon_tag, Polygon> struct78 apply(Polygon& polygon) in apply()114 inline typename interior_return_type<Polygon>::type interior_rings(Polygon& polygon) in interior_rings() function135 inline typename interior_return_type<Polygon const>::type interior_rings( in interior_rings() function
85 struct interior_rings<boost::polygon::polygon_with_holes_data<CoordinateType> > struct87 typedef boost::polygon::polygon_with_holes_data<CoordinateType> polygon_type;88 typedef adapt::bp::holes_proxy<polygon_type> proxy;89 typedef adapt::bp::holes_proxy<polygon_type const> const_proxy;91 static inline proxy get(polygon_type& p) in get()96 static inline const_proxy get(polygon_type const& p) in get()
105 struct interior_rings<all_custom_polygon<Point> > struct107 typedef all_custom_polygon<Point> polygon_type;108 typedef typename polygon_type::custom_int_type int_type;110 static inline int_type& get(polygon_type& p) in get()115 static inline int_type const& get(polygon_type const& p) in get()
331 struct interior_rings struct345 > polygon_type;347 static inline typename polygon_type::inner_container_type& get( in get()353 static inline typename polygon_type::inner_container_type const& get( in get()
89 template<> struct interior_rings<my_polygon> struct91 typedef boost::array<my_ring, 2> holes_type;93 static holes_type& get(my_polygon& p) in get()98 static holes_type const& get(my_polygon const& p) in get()
59 bool are_simple_interior_rings(InteriorRings const& interior_rings) in are_simple_interior_rings()
60 static inline bool check_interior_rings(InteriorRings const& interior_rings) in check_interior_rings()
102 static bool has_valid_interior_rings(InteriorRings const& interior_rings, in has_valid_interior_rings()376 static inline bool are_holes_inside(InteriorRings const& interior_rings, in are_holes_inside()
147 bool check_interior_rings(InteriorRings const& interior_rings, in check_interior_rings()