Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] HalfedgeDS_*::Vertex_handle in std::set and std::map?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] HalfedgeDS_*::Vertex_handle in std::set and std::map?


Chronological Thread 
  • From: Stefan Schirra <>
  • To:
  • Subject: Re: [cgal-discuss] HalfedgeDS_*::Vertex_handle in std::set and std::map?
  • Date: Fri, 28 Sep 2007 09:20:52 +0200

Tom Bobach wrote:

I am facing the problem that in the default halfedge data structure implementation there is no comparison operator defined for handles and iterators.
This makes usage of Handles in std::set and std::map unnecessarily complicated. I am wondering if someone else faced this problem and if there is an easy, non-intrusive way to fix this.

Cant't you use CGAL's Unique_hash_map and CGAL::Handle_hash_function instead?

best regards

Stefan




Archive powered by MHonArc 2.6.16.

Top of Page