Searched refs:order_selector (Results 1 – 17 of 17) sorted by relevance
/third_party/boost/boost/geometry/core/ |
D | point_order.hpp | 48 enum order_selector enum 71 static const order_selector value = clockwise; 84 static const order_selector value = geometry::clockwise; 128 static const order_selector value 136 static const order_selector value = core_dispatch::point_order 156 static const order_selector value = core_dispatch::point_order 178 static const order_selector value = core_dispatch::point_order
|
/third_party/boost/libs/geometry/test/algorithms/detail/ |
D | calculate_point_order.cpp | 26 inline const char * order_str(bg::order_selector o) in order_str() 52 inline void test_one(Ring const& ring, bg::order_selector expected) in test_one() 56 bg::order_selector result = bg::detail::calculate_point_order(ring); in test_one() 66 bg::order_selector result_rev = bg::detail::calculate_point_order(ring_rev); in test_one() 73 inline void test_one(std::string const& ring_wkt, bg::order_selector expected) in test_one()
|
/third_party/boost/boost/geometry/views/ |
D | box_view.hpp | 100 static order_selector const value = counterclockwise; 107 static order_selector const value = clockwise;
|
/third_party/boost/libs/geometry/doc/reference/core/ |
D | point_order.qbk | 23 * [link geometry.reference.enumerations.order_selector The order_selector enumeration]
|
/third_party/boost/libs/geometry/test/views/ |
D | box_view.cpp | 26 bg::order_selector expected_order) in test_geometry() 63 bg::order_selector order = bg::point_order<view_type>::value; in test_geometry()
|
/third_party/boost/boost/geometry/geometries/ |
D | ring.hpp | 134 static const order_selector value = counterclockwise; 147 static const order_selector value = clockwise;
|
/third_party/boost/boost/geometry/algorithms/detail/ |
D | calculate_point_order.hpp | 107 static geometry::order_selector apply(Ring const& ring, Strategy const& strategy) in apply() 287 static geometry::order_selector apply(Ring const& ring, Strategy const& strategy) in apply() 344 inline geometry::order_selector calculate_point_order(Ring const& ring, Strategy const& strategy) in calculate_point_order() 352 inline geometry::order_selector calculate_point_order(Ring const& ring) in calculate_point_order()
|
/third_party/boost/libs/geometry/test/core/ |
D | ring.cpp | 39 void test_order_closure(bg::order_selector expected_order, bg::closure_selector exptected_closure) in test_order_closure() 41 bg::order_selector order = bg::point_order<Poly>::value; in test_order_closure()
|
/third_party/boost/boost/geometry/algorithms/detail/buffer/ |
D | buffered_ring.hpp | 110 static const order_selector value = geometry::point_order<Ring>::value; 161 static const order_selector value
|
/third_party/boost/boost/geometry/util/ |
D | order_as_direction.hpp | 24 template<order_selector Order>
|
/third_party/boost/boost/geometry/algorithms/detail/overlay/ |
D | do_reverse.hpp | 24 template <order_selector Selector, bool Reverse = false>
|
/third_party/boost/libs/geometry/doc/src/examples/core/ |
D | point_order.cpp | 24 boost::geometry::order_selector order = boost::geometry::point_order<polygon_type>::value; in main()
|
/third_party/boost/libs/geometry/doc/generated/ |
D | enum.qbk | 113 [section:order_selector order_selector] 115 '''<indexterm><primary>order_selector</primary></indexterm>''' 125 ``enum order_selector {clockwise = 1, counterclockwise = 2, order_undetermined = 0};``
|
/third_party/boost/boost/geometry/algorithms/ |
D | convex_hull.hpp | 57 template <order_selector Order, closure_selector Closure> 138 template <order_selector Order, closure_selector Closure>
|
/third_party/boost/boost/geometry/algorithms/detail/is_valid/ |
D | is_acceptable_turn.hpp | 34 order_selector Order = geometry::point_order<Geometry>::value,
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | test_is_valid.hpp | 143 bg::order_selector Order = bg::point_order<Geometry>::value
|
/third_party/boost/libs/geometry/doc/html/ |
D | geometry_HTML.manifest | 264 geometry/reference/enumerations/order_selector.html
|