Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Dgeometry.hpp44 struct geometry_collection : Cont<geometry<T>> struct
46 using coordinate_type = T;
47 using geometry_type = geometry<T>;
48 using container_type = Cont<geometry_type>;
49 using size_type = typename container_type::size_type;
52 geometry_collection(Args&&... args) : container_type(std::forward<Args>(args)...) {} in geometry_collection() function
53 geometry_collection(std::initializer_list<geometry_type> args) in geometry_collection() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/
H A Dgeojson.hpp20 using geometry_collection = mapbox::geometry::geometry_collection<double>; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp19 using geometry_collection = mapbox::geometry::geometry_collection<double>; typedef