Home
last modified time | relevance | path

Searched defs:traversal_switch_detector (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dtraversal_switch_detector.hpp49 struct traversal_switch_detector struct
51 enum isolation_type { isolation_unknown = -1, isolation_no = 0, isolation_yes = 1 };
53 typedef typename boost::range_value<Turns>::type turn_type;
54 typedef typename turn_type::turn_operation_type turn_operation_type;
58 struct merged_ring_properties
68 struct connection_properties
77 typedef std::map<signed_size_type, connection_properties> connection_map;
81 struct region_properties
96 typedef std::map<ring_identifier, merged_ring_properties > merge_map;
97 typedef std::map<signed_size_type, region_properties> region_connection_map;
[all …]