Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Face around vertex circulator

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Face around vertex circulator


Chronological Thread 
  • From: MaelRL <>
  • To:
  • Subject: Re: [cgal-discuss] Face around vertex circulator
  • Date: Tue, 7 Nov 2017 04:45:16 -0700 (MST)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=Pass
  • Ironport-phdr: 9a23:3+0OThAErHVyzxMIDP10UyQJP3N1i/DPJgcQr6AfoPdwSP38psbcNUDSrc9gkEXOFd2Crakb26yL6+jJYi8p39WoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6i760TlHERr2MU95J//+B5XJp8WxzeG7vZPJMCtSgz/oRLp/KC+S5VHUv8QSx5FlN7Y8zl3Nq3FCdsxZyGRtKE6Jjhj17du35o8l+CNV7aFyv/VcWLn3KvxrBYdTCy4rZjg4

In your case, the graph is your surface mesh. The Boost Graph Library
interface is just a wrapper around existing data structures to provide a
unified API whether you are using CGAL::Surface_mesh or a
CGAL::Polyhedron_3. It also adds a bunch of algorithm that work on BGL
grpahs instead of having to be implemented for all data structures (such as
the circulators you want to use).

You can find details of the correspondence between Surface_mesh and BGL
interface there:
https://doc.cgal.org/latest/BGL/group__PkgBGLTraits.html

Some examples of utilisation:
https://github.com/CGAL/cgal/tree/master/BGL/examples/BGL_surface_mesh

More details here:
https://doc.cgal.org/latest/BGL/index.html




--
Sent from: http://cgal-discuss.949826.n4.nabble.com/



Archive powered by MHonArc 2.6.18.

Top of Page