Home
last modified time | relevance | path

Searched refs:all_custom_ring (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/geometry/test/test_geometries/
Dall_custom_ring.hpp26 class all_custom_ring : public all_custom_container<P> class
42 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 …]
Dall_custom_polygon.hpp30 typedef all_custom_ring<P> custom_ring_type;
/third_party/boost/libs/geometry/test/algorithms/
Dreverse.cpp62 test_ring<all_custom_ring<Point> >(); in test_all()
/third_party/boost/libs/geometry/test/algorithms/area/
Darea.cpp61 test_geometry<all_custom_ring<P> >("POLYGON((0 0,0 7,4 2,2 0,0 0))", 16.0); in test_all()