Searched refs:assert_dimension_equal (Results 1 – 23 of 23) sorted by relevance
/third_party/boost/boost/geometry/core/ |
D | coordinate_dimension.hpp | 120 inline void assert_dimension_equal() in assert_dimension_equal() function
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | line_interpolate.hpp | 103 assert_dimension_equal<calc_point_t, Point>(); in apply()
|
D | densify.hpp | 105 assert_dimension_equal<calc_point_t, out_point_t>(); in apply()
|
D | distance_pythagoras.hpp | 107 assert_dimension_equal<Point1, Point2>(); in apply()
|
D | distance_projected_point.hpp | 127 assert_dimension_equal<Point, PointOfSegment>(); in apply()
|
D | distance_pythagoras_box_box.hpp | 128 assert_dimension_equal<Box1, Box2>(); in apply()
|
D | distance_pythagoras_point_box.hpp | 123 assert_dimension_equal<Point, Box>(); in apply()
|
D | distance_projected_point_ax.hpp | 161 assert_dimension_equal<Point, PointOfSegment>(); in apply()
|
D | disjoint_segment_box.hpp | 260 assert_dimension_equal<Segment, Box>(); in apply()
|
D | box_in_box.hpp | 152 assert_dimension_equal<Box1, Box2>(); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/buffer/ |
D | buffer_box.hpp | 49 assert_dimension_equal<BoxIn, BoxOut>(); in buffer_box()
|
/third_party/boost/boost/geometry/algorithms/detail/overlaps/ |
D | implementation.hpp | 53 assert_dimension_equal<Box1, Box2>(); in apply()
|
/third_party/boost/boost/geometry/geometries/concepts/ |
D | check.hpp | 234 assert_dimension_equal<Geometry1, Geometry2>(); in check_concepts_and_equal_dimensions()
|
/third_party/boost/boost/geometry/algorithms/detail/within/ |
D | interface.hpp | 109 assert_dimension_equal<Geometry1, Geometry2>(); in apply()
|
D | implementation.hpp | 103 assert_dimension_equal<Box1, Box2>(); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/relation/ |
D | interface.hpp | 51 assert_dimension_equal<Geometry1, Geometry2>(); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/covered_by/ |
D | interface.hpp | 69 assert_dimension_equal<Geometry1, Geometry2>(); in apply()
|
D | implementation.hpp | 80 assert_dimension_equal<Box1, Box2>(); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/disjoint/ |
D | segment_box.hpp | 114 assert_dimension_equal<Segment, Box>(); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/relate/ |
D | interface.hpp | 246 assert_dimension_equal<Geometry1, Geometry2>(); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/touches/ |
D | implementation.hpp | 110 assert_dimension_equal<Box1, Box2>(); in apply()
|
/third_party/boost/boost/geometry/strategies/ |
D | strategy_transform.hpp | 113 assert_dimension_equal<P1, P2>(); in apply()
|
/third_party/boost/boost/geometry/algorithms/detail/distance/ |
D | segment_to_box.hpp | 861 assert_dimension_equal<Segment, Box>(); in apply()
|