Home
last modified time | relevance | path

Searched refs:compare_lexicographically_d_object (Results 1 – 7 of 7) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DRegular_triangulation_traits_adapter.h193 return m_traits.compare_lexicographically_d_object()(cp(p), cp(q)); in operator()
264 Compare_lexicographically_d compare_lexicographically_d_object() const in compare_lexicographically_d_object() function
H A DHomogeneous_d.h292 Compare_lexicographically_d compare_lexicographically_d_object() const in compare_lexicographically_d_object() function
H A DCartesian_d.h317 Compare_lexicographically_d compare_lexicographically_d_object() const in compare_lexicographically_d_object() function
H A DTriangulation.h1037 if( EQUAL != geom_traits().compare_lexicographically_d_object()(p, vit->point()) ) in do_locate()
/dports/math/cgal/CGAL-5.3/include/CGAL/Kernel_d/
H A Dinterface_macros_d.h51 compare_lexicographically_d_object)
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/Triangulation/
H A Dutilities.h110 return (SMALLER == t_.geom_traits().compare_lexicographically_d_object()(*left, *right)); in operator()
/dports/math/cgal/CGAL-5.3/include/CGAL/NewKernel_d/
H A DKernel_d_interface.h213 …Compare_lexicographically_d compare_lexicographically_d_object()const{ return Compare_lexicographi… in compare_lexicographically_d_object() function