Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] using a C Polyhedron instead of C++

Subject: CGAL users discussion list

List archive

[cgal-discuss] using a C Polyhedron instead of C++


Chronological Thread 
  • From: Mohamed Yousef <>
  • To:
  • Subject: [cgal-discuss] using a C Polyhedron instead of C++
  • Date: Sat, 20 Feb 2010 12:14:14 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=RJoN2YIvgFJg0GeTkLo5YDw5kBsoguZi1WZBk2PegYRpMReAGy7SP0N5CYNecKX3zZ leKlRLPMDSEK8Gu9zCvSSN8T1vpKzt/Hw06qOA1o17LYtD2M7iR/3DBPTUpcEfRLwff6 l+rQpxWPpDl1qgcEYX8g6spXtsenQt2w351zE=

Hello all,

how can i replace all data containers in the Polyhedron class to be in C not C++, without affecting the interface
and existing functionality (what templates required,how to specialize them) ?

i need this to access Polyhedron data from C (points , faces , edges , their relations )

Thanks,
Mohamed Yousef



Archive powered by MHonArc 2.6.16.

Top of Page