Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dgeometry_id.hpp35 struct geometry_id struct
46 struct geometry_id<point_tag> : boost::mpl::int_<1> {}; struct
50 struct geometry_id<linestring_tag> : boost::mpl::int_<2> {}; struct
54 struct geometry_id<polygon_tag> : boost::mpl::int_<3> {}; struct
58 struct geometry_id<multi_point_tag> : boost::mpl::int_<4> {}; struct
62 struct geometry_id<multi_linestring_tag> : boost::mpl::int_<5> {}; struct
66 struct geometry_id<multi_polygon_tag> : boost::mpl::int_<6> {}; struct
70 struct geometry_id<segment_tag> : boost::mpl::int_<92> {}; struct
74 struct geometry_id<ring_tag> : boost::mpl::int_<93> {}; struct
78 struct geometry_id<box_tag> : boost::mpl::int_<94> {}; struct
[all …]