Home
last modified time | relevance | path

Searched defs:top_dim (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 Dtopological_dimension.hpp36 struct top_dim {}; struct
40 struct top_dim<point_tag> : boost::mpl::int_<0> {}; struct
44 struct top_dim<linestring_tag> : boost::mpl::int_<1> {}; struct
48 struct top_dim<segment_tag> : boost::mpl::int_<1> {}; struct
54 struct top_dim<ring_tag> : boost::mpl::int_<2> {}; struct
59 struct top_dim<box_tag> : boost::mpl::int_<2> {}; struct
63 struct top_dim<polygon_tag> : boost::mpl::int_<2> {}; struct
67 struct top_dim<multi_point_tag> : boost::mpl::int_<0> {}; struct
71 struct top_dim<multi_linestring_tag> : boost::mpl::int_<1> {}; struct
75 struct top_dim<multi_polygon_tag> : boost::mpl::int_<2> {}; struct