Searched refs:all_custom_ring (Results 1 – 4 of 4) sorted by relevance
26 class all_custom_ring : public all_custom_container<P> class42 struct tag<all_custom_ring<Point> >53 struct clear<all_custom_ring<Point> >55 static inline void apply(all_custom_ring<Point>& acr) in apply()62 struct push_back<all_custom_ring<Point> >64 static inline void apply(all_custom_ring<Point>& acr, Point const& point) in apply()71 struct resize<all_custom_ring<Point> >73 static inline void apply(all_custom_ring<Point>& acr, std::size_t new_size) in apply()88 struct range_mutable_iterator<all_custom_ring<Point> >90 typedef typename all_custom_ring<Point>::custom_iterator_type type;[all …]
30 typedef all_custom_ring<P> custom_ring_type;
62 test_ring<all_custom_ring<Point> >(); in test_all()
61 test_geometry<all_custom_ring<P> >("POLYGON((0 0,0 7,4 2,2 0,0 0))", 16.0); in test_all()