Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] RE: error C2662 in creating a surface class for surface

Subject: CGAL users discussion list

List archive

[cgal-discuss] RE: error C2662 in creating a surface class for surface


Chronological Thread 
  • From: Jorge <>
  • To:
  • Subject: [cgal-discuss] RE: error C2662 in creating a surface class for surface
  • Date: Tue, 13 Nov 2012 10:07:09 -0800 (PST)

Hello Phillipp,

Hope everything is fine with you!

I wanted to ask you if you had the time to look at my example file that recreates the problem in surface mesh using kernel exact exact .

thanks,

Jorge

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jorge L. Garzon, M.S.
Ph.D. Candidate
Graduate Research Assistant
University of Illinois at Urbana-Champaign
Dept. of Civil and Environmental Eng.
2142 NCEL (MC -250)
205 N. Mathews
Urbana, IL 61801
Mobile: (217) 721 0876
https://netfiles.uiuc.edu/jgarzon2/www/Jorge/Main.html
________________________________________
From: Garzon Torres, Jorge Luis
Sent: Thursday, November 01, 2012 1:02 AM
To: Philipp Moeller-2 [via cgal-discuss]
Subject: RE: error C2662 in creating a surface class for surface

Hello Philipp,

Thank you for taking time and looking at this.

I'm attaching a tar file with files for and example with the issue I was talking about.
One file is the main program, other file has the CGAL configuration (typedef ... etc), also
I'm sending two other files from CGAL I made little modifications.
In the file Complex_2_in_triangulation_3_file_writer.h I only added a conversion to double in order to
print.
In the file Surface_mesher.h, I found the loop where it hangs and I added a timer and a exit error that now is commented out, but at least you can see where is hanging.  Find those comments, modifications searching for JG.

As I said, with Exact_predicates_inexact_constructions_kernel works most of the time, but with Exact_predicates_exact_constructions_kernel it hangs with no error message.  I actually need the exact exact because previous to all of this I perform some intersections calculations with AABB.

Again, Thank you so much for looking at this!




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jorge L. Garzon, M.S.
Ph.D. Candidate
Graduate Research Assistant
University of Illinois at Urbana-Champaign
Dept. of Civil and Environmental Eng.
2142 NCEL (MC -250)
205 N. Mathews
Urbana, IL 61801
Mobile: (217) 721 0876
https://netfiles.uiuc.edu/jgarzon2/www/Jorge/Main.html
________________________________________
From: Philipp Moeller-2 [via cgal-discuss] [[hidden email]]
Sent: Thursday, October 11, 2012 11:46 AM
To: Garzon Torres, Jorge Luis
Subject: Re: error C2662 in creating a surface class for surface

Jorge <[hidden email]</user/SendEmail.jtp?type=node&node=4656029&i=0>> writes:

> Sorry if I wasn't clear.  It compiles and sometimes it works, but other time
> is just hangs and there is no error message.
>
> On the other hand when I use Exact_predicates_inexact_constructions_kernel
> works more often (it never hangs), only sometimes gives me an error  but by
> changing some meshing parameters it ends up working.
>
> The problem is that I need to use
> Exact_predicates_exact_constructions_kernel because in my code I have a lot
> of intersection computation with other AABB trees, and here it hangs a lot.

Can you boil it down to a piece of code that compiles and shows the
issue when run? Otherwise it is really hard to diagnose your problem.

PS: Please don't remove the mail you are replying to. It makes it
incredibly hard to understand what you are talking about. Refer to esr's
awesome introduction to posting on mailing lists [1].

Footnotes:
[1]  http://www.catb.org/~esr/faqs/smart-questions.html

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss




________________________________
If you reply to this email, your message will be added to the discussion below:

NAML<http://cgal-discuss.949826.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
>


View this message in context: RE: error C2662 in creating a surface class for surface
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page