Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Question about Delaunay_triangulation_3.h

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Question about Delaunay_triangulation_3.h


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] Question about Delaunay_triangulation_3.h
  • Date: Mon, 6 Jan 2020 08:55:07 +0100 (CET)

Hello,

please don't send a picture of a few lines of a program, that's useless (in particular we cannot see your typedefs), always provide a complete (minimal) program, in text format, that we can just give to the compiler to get the same error message as you.

Thanks,

On Sun, 5 Jan 2020, Frank Dz wrote:

I am currently using CGAL 5.0 to do some geometry processing.
And when I ran this code, there were some errors:

<http://cgal-discuss.949826.n4.nabble.com/file/t376165/1578278882%281%29.jpg>
(as you can see I wanna get the circumcenter)

The compiler said that :

C2039 “circumcenter”:
is not a member of
“CGAL::Triangulation_cell_base_with_info_3<CellInfo,GT,CGAL::Triangulation_cell_base_3&lt;GT,CGAL::Triangulation_ds_cell_base_3&lt;TDS2>>>”
C:\local\CGAL-5.0\include\CGAL\Delaunay_triangulation_3.h 1851

My CGAL version is 5.0
and The mode is Debug on a windows machine.

Is there a method to solve this problem?







-----
be open, be creative, be critical
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/



--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page