Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Accessing Finite_Vertex_Iterator as std::iterator

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Accessing Finite_Vertex_Iterator as std::iterator


Chronological Thread 
  • From: Sylvain Pion <>
  • To:
  • Subject: Re: [cgal-discuss] Accessing Finite_Vertex_Iterator as std::iterator
  • Date: Tue, 24 Feb 2009 16:06:25 +0100
  • Organization: INRIA

Tom Kazimiers wrote:
I have an interface which represents access to delaunay triangulation.
Part of this interface should be an iterator which allows me to go
through all the vertices of the triangulation. As an implementation of
this interface I built an adapter to CGAL which works pretty well -
except for the iterator.
From CGAL I can get an Finite_vertices_iterator but I need a
std::iterator (or a boost iterator) (part of the interface)
- now I wonder if there is any other way for this then writing a wrapper
class?

It would be interesting to know the reason why you have such a requirement.

--
Sylvain Pion
INRIA Sophia-Antipolis
Geometrica Project-Team
CGAL, http://cgal.org/

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature




Archive powered by MHonArc 2.6.16.

Top of Page