Home
last modified time | relevance | path

Searched refs:order_selector (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/boost/geometry/core/
Dpoint_order.hpp48 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/
Dcalculate_point_order.cpp26 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/
Dbox_view.hpp100 static order_selector const value = counterclockwise;
107 static order_selector const value = clockwise;
/third_party/boost/libs/geometry/doc/reference/core/
Dpoint_order.qbk23 * [link geometry.reference.enumerations.order_selector The order_selector enumeration]
/third_party/boost/libs/geometry/test/views/
Dbox_view.cpp26 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/
Dring.hpp134 static const order_selector value = counterclockwise;
147 static const order_selector value = clockwise;
/third_party/boost/boost/geometry/algorithms/detail/
Dcalculate_point_order.hpp107 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/
Dring.cpp39 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/
Dbuffered_ring.hpp110 static const order_selector value = geometry::point_order<Ring>::value;
161 static const order_selector value
/third_party/boost/boost/geometry/util/
Dorder_as_direction.hpp24 template<order_selector Order>
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Ddo_reverse.hpp24 template <order_selector Selector, bool Reverse = false>
/third_party/boost/libs/geometry/doc/src/examples/core/
Dpoint_order.cpp24 boost::geometry::order_selector order = boost::geometry::point_order<polygon_type>::value; in main()
/third_party/boost/libs/geometry/doc/generated/
Denum.qbk113 [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/
Dconvex_hull.hpp57 template <order_selector Order, closure_selector Closure>
138 template <order_selector Order, closure_selector Closure>
/third_party/boost/boost/geometry/algorithms/detail/is_valid/
Dis_acceptable_turn.hpp34 order_selector Order = geometry::point_order<Geometry>::value,
/third_party/boost/libs/geometry/test/algorithms/
Dtest_is_valid.hpp143 bg::order_selector Order = bg::point_order<Geometry>::value
/third_party/boost/libs/geometry/doc/html/
Dgeometry_HTML.manifest264 geometry/reference/enumerations/order_selector.html