Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Surface Mesh cell base

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Surface Mesh cell base


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Surface Mesh cell base
  • Date: Mon, 14 May 2012 13:59:16 +0200

See [1] and use the Surface_mesh_cell_base_3 as TriangulationCellBase_3.

Sebastien.

[1] http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Triangulation_3_ref/Class_Triangulation_cell_base_with_info_3.html

On 05/14/2012 01:50 PM, Michele wrote:
Dear All,

I would like to create a surface mesh with cell info. However, the class
Surface_mesh_cell_base_3 is a concept of TriangulationCellBase3, which does
not have the field info.
Is it sufficient to change the concept TriangulationCellBase3 with
TriangulationCellBaseWithInfo3 in the file
Complex_2_in_Triangulation_Cell_base_3.h, or, is there another way to do
that out of include file?

Thanks,

Michele Quinto

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Surface-Mesh-cell-base-tp4632045.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.16.

Top of Page