Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Accessing Finite_Vertex_Iterator as std::iterator or boost iterator

Subject: CGAL users discussion list

List archive

[cgal-discuss] Accessing Finite_Vertex_Iterator as std::iterator or boost iterator


Chronological Thread 
  • From: Tom Kazimiers <>
  • To:
  • Subject: [cgal-discuss] Accessing Finite_Vertex_Iterator as std::iterator or boost iterator
  • Date: Tue, 24 Feb 2009 16:03:20 +0100

Hi there,

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?

Thanks in advance,
Tom



Archive powered by MHonArc 2.6.16.

Top of Page