Home
last modified time | relevance | path

Searched defs:single_geometry (Results 1 – 2 of 2) 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/
H A Dsingle_geometry.hpp38 struct single_geometry struct
40 typedef Geometry & return_type;
43 static inline return_type apply(Geometry & g, Id const& ) { return g; } in apply()
48 struct single_geometry<Geometry, true> struct
50 typedef typename boost::range_reference<Geometry>::type return_type;
53 static inline return_type apply(Geometry & g, Id const& id) in apply()
76 single_geometry(Geometry & geometry, Id const& id) in single_geometry() function
84 single_geometry(Geometry const& geometry, Id const& id) in single_geometry() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dmultipoint_geometry.hpp258 …static inline bool apply(MultiPoint const& multi_point, SingleGeometry const& single_geometry, Str… in apply()
283 …static inline bool apply(SingleGeometry const& single_geometry, MultiPoint const& multi_point, Str… in apply()