Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] question reg class Envelope_divide_and_conquer_3

Subject: CGAL users discussion list

List archive

[cgal-discuss] question reg class Envelope_divide_and_conquer_3


Chronological Thread 
  • From: Raghu Kisore N <>
  • To: "" <>
  • Subject: [cgal-discuss] question reg class Envelope_divide_and_conquer_3
  • Date: Thu, 8 Aug 2013 10:09:48 +0000
  • Accept-language: en-US, en-IN

Dear All,

   The file Envelope_divide_conquer_3.h has implementation of class Envelope_divide_conquer_3

This class has some public functions one of whic is meger_envelopes(mindiagram, mindiagram, mindiagram)

The document claims the purpose of this function is to merge the 1st 2 diagrams and provided the combined diagram in the 3rd parameter.

 

I was wondering if anyone has been able to successfully able to create the object of this class and use the above function to combine two diagrams like say voronoi diagrams or objects of type Arrangement_2 or Arrangement_on_surface_2?

 

When it try to do it, it crashes giving the following error:

 

terminate called after throwing an instance of 'CGAL::Precondition_exception'
  what():  CGAL ERROR: precondition violation!
Expr: m_data.size() > 0
File: /home/raghukisore/CGAL-4.2/examples/Triangulation_2/../../include/CGAL/Envelope_3/Envelope_pm_dcel.h
Line: 132
Aborted (core dumped)

 

Regards

Raghu.

 

N. Raghu Kisore, Ph.D.

Assistant Professor

Institute for Development & Research in Banking Technology [IDRBT]

(established by the Reserve Bank of India)

Castle Hills, Road No.1, Masab Tank,

Hyderabad, India - 500057.

Telephone: 009104023294041

 




Archive powered by MHonArc 2.6.18.

Top of Page