Home
last modified time | relevance | path

Searched refs:ConstPoint (Results 1 – 25 of 25) sorted by relevance

/third_party/boost/boost/geometry/arithmetic/
Darithmetic.hpp166 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in add_point()
206 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in subtract_point()
247 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in multiply_point()
287 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in divide_point()
326 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in assign_point()
Dcross_product.hpp99 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<P1>) ); in cross_product()
100 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<P2>) ); in cross_product()
122 BOOST_CONCEPT_ASSERT((concepts::ConstPoint<P>)); in cross_product()
Ddeterminant.hpp62 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<U>) ); in determinant()
63 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<V>) ); in determinant()
/third_party/boost/boost/geometry/strategies/concepts/
Dwithin_concept.hpp72 (concepts::ConstPoint<point_type>) in apply()
77 (concepts::ConstPoint<segment_point_type>) in apply()
146 (concepts::ConstPoint<point_type>) in apply()
/third_party/boost/boost/geometry/geometries/concepts/
Dpoint_concept.hpp147 class ConstPoint class
183 BOOST_CONCEPT_USAGE(ConstPoint) in BOOST_CONCEPT_USAGE() argument
Dring_concept.hpp84 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
Dlinestring_concept.hpp108 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
Dmulti_point_concept.hpp76 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
Dsegment_concept.hpp99 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
Dpolygon_concept.hpp101 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point_type>) );
Dcheck.hpp75 : detail::concept_check::check<concepts::ConstPoint<Geometry> >
/third_party/boost/boost/geometry/strategies/cartesian/
Ddistance_pythagoras.hpp101 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point1>) ); in apply()
102 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point2>) ); in apply()
Ddistance_pythagoras_box_box.hpp121 ( (concepts::ConstPoint<typename point_type<Box1>::type>) ); in apply()
123 ( (concepts::ConstPoint<typename point_type<Box2>::type>) ); in apply()
Ddistance_pythagoras_point_box.hpp116 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point>) ); in apply()
118 ( (concepts::ConstPoint<typename point_type<Box>::type>) ); in apply()
Dintersection.hpp340 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point1_type>) ); in apply()
341 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point2_type>) ); in apply()
/third_party/boost/libs/geometry/test/concepts/
Dfunction_asserting_a_point.hpp24 BOOST_CONCEPT_ASSERT((bg::concepts::ConstPoint<P>)); in function_asserting_a_point()
Dfunction_requiring_a_point.hpp23 BOOST_CONCEPT_ASSERT((bg::concepts::ConstPoint<C>)); in function_requiring_a_point()
/third_party/boost/boost/geometry/util/
Dfor_each_coordinate.hpp82 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<Point>) ); in for_each_coordinate()
/third_party/boost/libs/geometry/doc/doxy/doxygen_input/sourcecode/
Ddoxygen_5.cpp93 BOOST_CONCEPT_REQUIRES(((boost::geometry::concepts::ConstPoint<P>)), (double))
/third_party/boost/boost/geometry/geometries/
Dpointing_segment.hpp48 concepts::ConstPoint<ConstOrNonConstPoint>
Dsegment.hpp93 concepts::ConstPoint<ConstOrNonConstPoint>
/third_party/boost/libs/geometry/test/geometries/
Dpoint.cpp68 BOOST_CONCEPT_ASSERT( (bg::concepts::ConstPoint<P>) ); in test_concept()
/third_party/boost/libs/geometry/doc/concept/
Dpoint.qbk34 * `set` to set a coordinate value (this one is not checked for ConstPoint)
/third_party/boost/boost/geometry/strategies/spherical/
Dintersection.hpp272 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point1_type>) ); in apply()
273 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point2_type>) ); in apply()
/third_party/boost/boost/geometry/strategies/geographic/
Dintersection.hpp262 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point1_type>) ); in apply()
263 BOOST_CONCEPT_ASSERT( (concepts::ConstPoint<point2_type>) ); in apply()