Home
last modified time | relevance | path

Searched refs:geometry_type (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/concepts/
H A Dconvex_hull_concept.hpp48 typedef typename Strategy::geometry_type geometry_type; typedef in boost::geometry::concepts::ConvexHullStrategy
57 geometry_type* sp = 0; in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dgeometry.hpp47 using geometry_type = geometry<T>; typedef
48 using container_type = Cont<geometry_type>;
53 geometry_collection(std::initializer_list<geometry_type> args) in geometry_collection()
H A Dfeature.hpp53 …using geometry_type = mapbox::geometry::geometry<T>; // Fully qualified to avoid GCC -fpermissive … typedef
55 geometry_type geometry;
61 feature(geometry_type geometry_, in feature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_data.cpp102 static Feature::geometry_type convertGeometry(const GeometryTileFeature& geometryTileFeature, const… in convertGeometry()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dhull_graham_andrew.hpp205 typedef InputGeometry geometry_type; typedef in boost::geometry::strategy::convex_hull::graham_andrew