Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] access point by id

Subject: CGAL users discussion list

List archive

[cgal-discuss] access point by id


Chronological Thread 
  • From: Yifei Li <>
  • To:
  • Subject: [cgal-discuss] access point by id
  • Date: Mon, 29 Aug 2011 14:09:34 -0400

Hi all,

Given a polyhedron, how do you access a point by its id? I did not find any API in the documentation.

 My polyhedron is declared as follows:

template <class Refs, class P>
struct MyVertex : public CGAL::HalfedgeDS_vertex_max_base_with_id<Refs, P, unsigned int> {
...
};

struct MyItems : public CGAL::Polyhedron_items_with_id_3 {
...
};

typedef CGAL::Polyhedron_3<Kernel, MyItems> Polyhedron

Thanks

Yifei



Archive powered by MHonArc 2.6.16.

Top of Page