Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Surface Meshing

Subject: CGAL users discussion list

List archive

[cgal-discuss] Surface Meshing


Chronological Thread 
  • From: Arun Ramasamy <>
  • To:
  • Subject: [cgal-discuss] Surface Meshing
  • Date: Wed, 15 Jun 2011 15:30:05 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=J2GdWg3JHK9dbETD7FJOOitVXAPwrWVtR2PhA7swAAv55cuDsoh2QANjTTnqx9MEqTARippBeKHItTmQV/LrIrF/yQ0M33+z9bHu/33VQEkrj/ZS1iTgnrJ+4tfeISPT48tuSMiJ1fgkDsfs300FfFTV/vLRtf29Lyc/THx8Fjg=;

Hello,
I'm using CGAL's Surface Mesher to extract Isosurfaces from volume datasets. The API works many times. However it fails equally often with an exception thrown in the method 'private_test_point_conflict_impl' at line#248 in CGAL/Surface_mesher/Surface_mesher.h. The error message that I get says that a 'point is already inserted on surface.' Is it alright to ignore this error message (I made CGAL throw exceptions on assertion failures). I see this only when the data gets a bit noisy.

Please let me know.
thanks
arun



Archive powered by MHonArc 2.6.16.

Top of Page