Home
last modified time | relevance | path

Searched refs:assert_dimension_equal (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/geometry/core/
Dcoordinate_dimension.hpp120 inline void assert_dimension_equal() in assert_dimension_equal() function
/third_party/boost/boost/geometry/strategies/cartesian/
Dline_interpolate.hpp103 assert_dimension_equal<calc_point_t, Point>(); in apply()
Ddensify.hpp105 assert_dimension_equal<calc_point_t, out_point_t>(); in apply()
Ddistance_pythagoras.hpp107 assert_dimension_equal<Point1, Point2>(); in apply()
Ddistance_projected_point.hpp127 assert_dimension_equal<Point, PointOfSegment>(); in apply()
Ddistance_pythagoras_box_box.hpp128 assert_dimension_equal<Box1, Box2>(); in apply()
Ddistance_pythagoras_point_box.hpp123 assert_dimension_equal<Point, Box>(); in apply()
Ddistance_projected_point_ax.hpp161 assert_dimension_equal<Point, PointOfSegment>(); in apply()
Ddisjoint_segment_box.hpp260 assert_dimension_equal<Segment, Box>(); in apply()
Dbox_in_box.hpp152 assert_dimension_equal<Box1, Box2>(); in apply()
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dbuffer_box.hpp49 assert_dimension_equal<BoxIn, BoxOut>(); in buffer_box()
/third_party/boost/boost/geometry/algorithms/detail/overlaps/
Dimplementation.hpp53 assert_dimension_equal<Box1, Box2>(); in apply()
/third_party/boost/boost/geometry/geometries/concepts/
Dcheck.hpp234 assert_dimension_equal<Geometry1, Geometry2>(); in check_concepts_and_equal_dimensions()
/third_party/boost/boost/geometry/algorithms/detail/within/
Dinterface.hpp109 assert_dimension_equal<Geometry1, Geometry2>(); in apply()
Dimplementation.hpp103 assert_dimension_equal<Box1, Box2>(); in apply()
/third_party/boost/boost/geometry/algorithms/detail/relation/
Dinterface.hpp51 assert_dimension_equal<Geometry1, Geometry2>(); in apply()
/third_party/boost/boost/geometry/algorithms/detail/covered_by/
Dinterface.hpp69 assert_dimension_equal<Geometry1, Geometry2>(); in apply()
Dimplementation.hpp80 assert_dimension_equal<Box1, Box2>(); in apply()
/third_party/boost/boost/geometry/algorithms/detail/disjoint/
Dsegment_box.hpp114 assert_dimension_equal<Segment, Box>(); in apply()
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dinterface.hpp246 assert_dimension_equal<Geometry1, Geometry2>(); in apply()
/third_party/boost/boost/geometry/algorithms/detail/touches/
Dimplementation.hpp110 assert_dimension_equal<Box1, Box2>(); in apply()
/third_party/boost/boost/geometry/strategies/
Dstrategy_transform.hpp113 assert_dimension_equal<P1, P2>(); in apply()
/third_party/boost/boost/geometry/algorithms/detail/distance/
Dsegment_to_box.hpp861 assert_dimension_equal<Segment, Box>(); in apply()