Searched refs:my_ring (Results 1 – 1 of 1) sorted by relevance
30 struct my_ring : std::deque<my_point> struct39 my_ring boundary;41 boost::array<my_ring, 2> holes;52 BOOST_GEOMETRY_REGISTER_RING(my_ring)63 template<> struct ring_const_type<my_polygon> { typedef my_ring const& type; };64 template<> struct ring_mutable_type<my_polygon> { typedef my_ring& type; };68 typedef boost::array<my_ring, 2> const& type;73 typedef boost::array<my_ring, 2>& type;78 static my_ring& get(my_polygon& p) in get()83 static my_ring const& get(my_polygon const& p) in get()[all …]