Home
last modified time | relevance | path

Searched refs:multi_tag (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/geometry/core/
Dtags.hpp64 struct multi_tag {}; struct
108 struct multi_point_tag : multi_tag, pointlike_tag {};
111 struct multi_linestring_tag : multi_tag, linear_tag {};
114 struct multi_polygon_tag : multi_tag, polygonal_tag {};
117 struct geometry_collection_tag : multi_tag {};
/third_party/boost/boost/geometry/algorithms/
Dfor_each.hpp228 typename Tag = typename tag_cast<typename tag<Geometry>::type, multi_tag>::type
261 typename Tag = typename tag_cast<typename tag<Geometry>::type, multi_tag>::type
291 struct for_each_point<MultiGeometry, multi_tag>
308 struct for_each_segment<MultiGeometry, multi_tag>
Dnum_geometries.hpp58 multi_tag
72 struct num_geometries<MultiGeometry, multi_tag>
Dclear.hpp91 typename Tag = typename tag_cast<typename tag<Geometry>::type, multi_tag>::type
131 struct clear<Geometry, multi_tag>
Dtransform.hpp276 typename Tag1 = typename tag_cast<typename tag<Geometry1>::type, multi_tag>::type,
277 typename Tag2 = typename tag_cast<typename tag<Geometry2>::type, multi_tag>::type
326 multi_tag, multi_tag
Dconvert.hpp296 typename Tag1 = typename tag_cast<typename tag<Geometry1>::type, multi_tag>::type,
297 typename Tag2 = typename tag_cast<typename tag<Geometry2>::type, multi_tag>::type,
463 struct convert<Multi1, Multi2, multi_tag, multi_tag, DimensionCount, false>
487 struct convert<Single, Multi, SingleTag, multi_tag, DimensionCount, false>
Dnum_points.hpp92 typename tag<Geometry>::type, multi_tag
132 struct num_points<Geometry, AddForOpen, multi_tag>
/third_party/boost/libs/geometry/test/util/
Dis_implemented.cpp52 typename Tag1 = typename tag_cast<typename tag<Geometry1>::type, multi_tag>::type,
53 typename Tag2 = typename tag_cast<typename tag<Geometry2>::type, multi_tag>::type,
/third_party/boost/boost/geometry/algorithms/detail/disjoint/
Dlinear_areal.hpp62 typename Tag1OrMulti = typename tag_cast<Tag1, multi_tag>::type>
80 struct disjoint_no_intersections_policy<Geometry1, Geometry2, Tag1, multi_tag>
/third_party/boost/boost/geometry/algorithms/detail/within/
Dwithin_no_turns.hpp141 bool IsMulti1 = boost::is_base_of<geometry::multi_tag, Tag1>::value,
142 bool IsMulti2 = boost::is_base_of<geometry::multi_tag, Tag2>::value>
/third_party/boost/boost/geometry/algorithms/detail/
Dsingle_geometry.hpp34 multi_tag,
Dsub_range.hpp39 bool IsMulti = boost::is_base_of<multi_tag, Tag>::value>
Dtupled_output.hpp53 geometry::multi_tag,
/third_party/boost/boost/geometry/io/svg/
Dsvg_mapper.hpp159 struct svg_map<multi_tag, Multi, SvgPoint>
202 multi_tag in apply()
/third_party/boost/boost/geometry/io/dsv/
Dwrite.hpp338 multi_tag in operator <<()
399 struct dsv<multi_tag, Geometry>
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffered_ring.hpp42 struct buffered_ring_collection_tag : polygonal_tag, multi_tag
Dbuffer_inserter.hpp883 struct buffer_inserter<multi_tag, Multi, PolygonOutput>
956 multi_tag in buffer_inserter()
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dmulti_point_geometry.hpp601 typename tag<Geometry>::type, multi_tag
603 multi_tag
Dfollow_helpers.hpp45 bool IsMulti = boost::is_base_of<multi_tag, Tag>::value
Dlinear_areal.hpp217 multi_tag,