Skip to Content.
Sympa Menu

cgal-discuss - Mesh Simlification

Subject: CGAL users discussion list

List archive

Mesh Simlification


Chronological Thread 
  • From: "sinan mutlu" <>
  • To:
  • Subject: Mesh Simlification
  • Date: Fri, 4 Apr 2008 15:42:22 +0300
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=ilpTeF+KV/rw/6euWYNrjGgtYguLU37j8u+4aR1Otkj9ZpgsOhV2XcxZWsb9mjQVgvExwf/Lc/nl2dMBZDeywuSRJZbLNNQNv6PpK+D8U6kTut4jL+Rg2pMLkl6h503CvAlpElcWUVJdCI0SKuzBD8+3P8VRUZmnrHskzAERBfs=

Hi again,

I am trying to use "CGAL-3.3.1\examples\Surface_mesh_simplification" example. While it works for "cube.off" file it does not work
for another "xxx.off". For example I have a skull.off file and in the main function I have tried this

Surface surface;
std::ifstream is("skull.off") ;
is >> surface ;
std::ofstream out("output.off");
out<<surface;

The output in the output.off file
OFF
0 0 0

I could not understand the reason. Can anybody help me, if there is someone who had this problem before.

Note: skull.off file is in the attachment.





Attachment: skull.off
Description: Binary data




Archive powered by MHonArc 2.6.16.

Top of Page