Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Hilbert Sort on a User Defined Point

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Hilbert Sort on a User Defined Point


Chronological Thread 
  • From: Derek <>
  • To:
  • Subject: [cgal-discuss] Re: Hilbert Sort on a User Defined Point
  • Date: Mon, 9 Aug 2010 12:43:51 -0700 (PDT)


Specifically,

I got as far as figuring out that I needed to implement a custom
SpatialSortingTraits_3 class. I implemented it with all of the required
functions, except I didn't know what to do for the Has Models section.

It says at the
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Spatial_sorting_ref/Concept_SpatialSortingTraits_3.html#Cross_link_anchor_1675
end of the page in the User Manual that SpatialSortingTraits_3 should have
any CGAL kernel. I don't know what to do for that part, so the code does not
compile.

Other than that, I just create a Hilbert_sort_3 object templatized to the
SpatialSortingTraits_3 class I created and use its function.

Compilation produces a bunch of template errors that narrow down to:

error: no match for ‘operator<’

Thanks
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Hilbert-Sort-on-a-User-Defined-Point-tp2318793p2318965.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page