Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] get vertices, tetrahedrons and neighbours from C3T3 Object

Subject: CGAL users discussion list

List archive

[cgal-discuss] get vertices, tetrahedrons and neighbours from C3T3 Object


Chronological Thread 
  • From: IBTAlex <>
  • To:
  • Subject: [cgal-discuss] get vertices, tetrahedrons and neighbours from C3T3 Object
  • Date: Fri, 27 Aug 2010 02:34:14 -0700 (PDT)


Dear mailing list users,
i am still trying to get into the cgal details.
To use CGAL here at university I am writing a program that does Mesh
Generation From a Segmented 3D Image and then should save the mesh in the
format we use here.
To do this I need to access the "data" of the mesh, speaking of vertices,
tetrahedrons, neighbours (of the tetrahedrons) and material keys.

I supposed to find the information in the class C3T3
(<CGAL/Mesh_complex_3_in_triangulation_3.h>) but could not find any
getfunction that would help me (except from .number_of_vertices()) - or
maybe I am just blind..?

In the end I need to read all vertice-coordinates into a hash table and then
build another htable with tetrahedrons (existing of 4 point indices and 4
neighbours).

Could anybody help me and tell me where to find any functions that can give
me the information i need?

I appreciate any help

Alex

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/get-vertices-tetrahedrons-and-neighbours-from-C3T3-Object-tp2340830p2340830.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page