Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] surface 3D data structure?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] surface 3D data structure?


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] surface 3D data structure?
  • Date: Wed, 7 Apr 2010 17:39:55 +0200
  • Organization: GeometryFactory

On Wednesday 07 April 2010 17:36:35 yutoufr wrote:
> hey guys,
>
> Does anybody know whether there is a data structure surface_3 which has a
> complete primitives?
>
> I explain my question: with Triangulation_3 in cgal, it is easy to
> insert/remove a point to the triangulation, traverse all vertices, edges,
> facets or cells, requry incident gemetry elements of a given element etc.
> So I think it can be cool if cgal provides also a triangulated surface
> data structure which allows doing the similar actions as triangulation_3.
>
> I appreciate all your answers and suggestions, best regards

Polyhedra is probably what you are looking for. See the following CGAL manual
chapter:
http://www.cgal.org/Manual/last/doc_html/cgal_manual/Polyhedron/Chapter_main.html

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/



Archive powered by MHonArc 2.6.16.

Top of Page