Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] about the function "finite_adjacent_vertices"

Subject: CGAL users discussion list

List archive

[cgal-discuss] about the function "finite_adjacent_vertices"


Chronological Thread 
  • From: Song Lin <>
  • To:
  • Subject: [cgal-discuss] about the function "finite_adjacent_vertices"
  • Date: Sun, 25 Apr 2010 13:21:37 +0800

Hi,

I want to find connected groups of an alpha_shape_3 and I'm trying to
use this function: (my thought was first find the neighbors of a vertex
and then check if one neighbor vertex was linked by an edge to that
vertex)

template <class OutputIterator> OutputIterator
t.finite_adjacent_vertices ( Vertex_handle v, OutputIterator vertices)
Copies the Vertex_handles of all finite vertices adjacent to v to the
output iterator vertices. If t.dimension() <0, then do nothing. Returns
the resulting output iterator.
Precondition:
v ≠ Vertex_handle(), t.is_vertex(v).

But I don't know how to define an "OutputIterator vertices" type.(Sorry
if noob) And I can't find an example of this function. Can anyone give
me an example on how to use this function?

By the way, what does "v ≠ Vertex_handle()" mean?


Best regards,
Lin
--
Center of Computational and Systems Biology,
Institute of Biophysics, CAS.
15 Datun Road, Chaoyang District
Beijing, 100101
P.R.China





Archive powered by MHonArc 2.6.16.

Top of Page