Searched defs:top_dim (Results 1 – 1 of 1) sorted by relevance
36 struct top_dim {}; struct40 struct top_dim<point_tag> : boost::mpl::int_<0> {}; struct44 struct top_dim<linestring_tag> : boost::mpl::int_<1> {}; struct48 struct top_dim<segment_tag> : boost::mpl::int_<1> {}; struct54 struct top_dim<ring_tag> : boost::mpl::int_<2> {}; struct59 struct top_dim<box_tag> : boost::mpl::int_<2> {}; struct63 struct top_dim<polygon_tag> : boost::mpl::int_<2> {}; struct67 struct top_dim<multi_point_tag> : boost::mpl::int_<0> {}; struct71 struct top_dim<multi_linestring_tag> : boost::mpl::int_<1> {}; struct75 struct top_dim<multi_polygon_tag> : boost::mpl::int_<2> {}; struct