Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] CGAL IO Performance

Subject: CGAL users discussion list

List archive

[cgal-discuss] CGAL IO Performance


Chronological Thread 
  • From: "Bo Schwarzstein"<>
  • To: "cgal-discuss"<>
  • Subject: [cgal-discuss] CGAL IO Performance
  • Date: Sun, 3 Aug 2008 10:27:42 +0800

Title: Mail
Hello everyone,
 
I have a strange problem now, if I use CGAL::IO print_polyhedron_wavefront to write obj file to disk, it's much faster than I manually extract index and vertex from polyhedron and then write to disk, why ? I do not believe the performance inline function can be so high, because I copied some code from IO header file, so it should be same. Why ?
 
Thanks.
 
Bo Schwarzstein
2008-08-03



Archive powered by MHonArc 2.6.16.

Top of Page