Searched defs:get_direction_loop (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/geometry/algorithms/detail/sections/ |
| D | sectionalize.hpp | 161 struct get_direction_loop struct 163 typedef typename boost::mpl::at_c<DimensionVector, Index>::type dimension; 166 static inline void apply(Segment const& seg, in apply() 193 struct get_direction_loop<Point, DimensionVector, 0, Count, spherical_tag> struct 195 typedef typename boost::mpl::at_c<DimensionVector, 0>::type dimension; 198 static inline void apply(Segment const& seg, in apply() 231 struct get_direction_loop<Point, DimensionVector, Count, Count, CastedCSTag> struct 234 static inline void apply(Segment const&, int [Count]) in apply()
|