Home
last modified time | relevance | path

Searched refs:vt_geometry (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dclip.hpp15 vt_geometry operator()(const vt_point& point) const { in operator ()()
19 vt_geometry operator()(const vt_multi_point& points) const { in operator ()()
29 vt_geometry operator()(const vt_line_string& line) const { in operator ()()
38 vt_geometry operator()(const vt_multi_line_string& lines) const { in operator ()()
49 vt_geometry operator()(const vt_polygon& polygon) const { in operator ()()
59 vt_geometry operator()(const vt_multi_polygon& polygons) const { in operator ()()
74 vt_geometry operator()(const vt_geometry_collection& geometries) const { in operator ()()
77 vt_geometry::visit(geometry, in operator ()()
242 clipped.emplace_back(vt_geometry::visit(geom, clipper<I>{ k1, k2 }), props, id); in clip()
H A Dtypes.hpp85 using vt_geometry = mapbox::util::variant<vt_point, typedef
93 struct vt_geometry_collection : std::vector<vt_geometry> {};
130 using type = vt_geometry;
138 vt_geometry geometry;
145 vt_feature(const vt_geometry& geom, const property_map& props, const optional<identifier>& id_) in vt_feature()
H A Dconvert.hpp16 using result_type = vt_geometry;
79 vt_geometry operator()(const geometry::geometry<double>& geometry) { in operator ()()
H A Dtile.hpp55 vt_geometry::visit(geom, [&](const auto& g) { in InternalTile()
93 vt_geometry::visit(geom, [&](const auto& g) { in addFeature()