Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/strategies/agnostic/
Dhull_graham_andrew.hpp56 struct get_extremes struct
58 typedef typename point_type<InputRange>::type point_type;
60 point_type left, right;
62 bool first;
64 StrategyLess less;
65 StrategyGreater greater;
67 inline get_extremes() in get_extremes() function
71 inline void apply(InputRange const& range) in apply()