Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] mesh from image with features

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] mesh from image with features


Chronological Thread 
  • From: Mariette Yvinec <>
  • To:
  • Subject: Re: [cgal-discuss] mesh from image with features
  • Date: Fri, 18 Oct 2013 09:58:15 +0200

This class
CGAL::Mesh_domain_with_polyline_features_3< MeshDomain_3 >
(http://doc.cgal.org/latest/Mesh_3/classCGAL_1_1Mesh__domain__with__polyline__features__3.html)
might solve your problem.


Le 18/10/13 09:46, Felipe Bordeu a écrit :
Hello everybody,


I'm making a mesh from a 3D image (using CGAL::Image_3::read_raw and CGAL::make_mesh_3<C3t3>...) but I know somes features of this image (2 polylines).
Do you know how to add features to my mesh_domain (of type CGAL::Labeled_image_mesh_domain_3<CGAL::Image_3,CGAL::Exact_predicates_inexact_constructions_kernel> )?

I read the manual (http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Mesh_3/Chapter_main.html  ). but my mesh_domain class miss the add_features(...) member function.

Felipe

-- 
Felipe Bordeu Weldt
Ingénieur de Recherche
-------------------------------------
Tél. : 33 (0)2 40 37 16 57
Fax. : 33 (0)2 40 74 74 06

Institut GeM - UMR CNRS 6183
École Centrale Nantes
1 Rue de La Noë, 44321 Nantes, FRANCE
-------------------------------------

-- 
Mariette Yvinec
Geometrica project team
INRIA  Sophia-Antipolis  





Archive powered by MHonArc 2.6.18.

Top of Page