Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Mesh_3 load medit file

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Mesh_3 load medit file


Chronological Thread 
  • From: Zohar <>
  • To:
  • Subject: [cgal-discuss] Re: Mesh_3 load medit file
  • Date: Mon, 14 May 2012 17:17:20 -0700 (PDT)


Actually I also need general hints on how to work with tets in cgal. I have
the .mesh file. Now how do I load it and work with it?

I am looking for a data structure that:

1. Can be created from vertices and tets (e.g. .mesh).

2. Can iterate vertices, edges, tets, facets, and surface facets (boundary).

3. Supports iostream.

There are Triangulation_3 and Mesh_triangulation_3 classes (why two
classes?). The later looks like a dummy class for ct3t and not that
friendly. For Triangulation_3 I couldn't find an example for creation from
tets and vertices, but only from points.






--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Mesh-3-load-medit-file-tp4633212p4633529.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page