Home
last modified time | relevance | path

Searched defs:self_section_visitor (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 Dself_turn_points.hpp73 struct self_section_visitor struct
75 Geometry const& m_geometry;
76 IntersectionStrategy const& m_intersection_strategy;
77 RobustPolicy const& m_rescale_policy;
78 Turns& m_turns;
79 InterruptPolicy& m_interrupt_policy;
80 std::size_t m_source_index;
82 inline self_section_visitor(Geometry const& g, in self_section_visitor() argument
97 inline bool apply(Section const& sec1, Section const& sec2) in apply()