Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] The Surface Mesh Generator Interface

Subject: CGAL users discussion list

List archive

[cgal-discuss] The Surface Mesh Generator Interface


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] The Surface Mesh Generator Interface
  • Date: Wed, 31 Dec 2008 12:10:51 +0100 (CET)

Hi All,

I was trying to mesh a point cloud with the help of Surface mesh generator
interface.
template <class SurfaceMeshC2T3, class Surface, class Criteria, class Tag >
void make_surface_mesh( SurfaceMeshC2T3& c2t3,
Surface surface,
Criteria criteria,
Tag)
template <class SurfaceMeshC2T3, class SurfaceMeshTraits, class Criteria,
class
Tag >
void make_surface_mesh( SurfaceMeshC2T3& c2t3,
SurfaceMeshTraits::Surface_3 surface,
SurfaceMeshTraits traits,
Criteria criteria,
Tag)

The major problem I am facing in it to create surface function for point
clouds. As the above function follows "Boissonnat and Oudot" 's algorithm for
meshing, in that we have to create a surface function for the points to be
meshed.

I don't think that CGAL provides surface function generator for set of points.

Has anyone used above mesher for meshing unoriented pointclouds? if yes, then
please suggest me right way to do it.

The two examples given in the manual does not serve my purpose, first one is
for implicit surface and second one is for remeshing already existing image.

Thanks
Avanindra


  • [cgal-discuss] The Surface Mesh Generator Interface, avanindra.singh, 12/31/2008

Archive powered by MHonArc 2.6.16.

Top of Page