Skip to Content.
Sympa Menu

cgal-discuss - Question about Convex_hull_d

Subject: CGAL users discussion list

List archive

Question about Convex_hull_d


Chronological Thread 
  • From: "dmyan" <>
  • To: <>
  • Subject: Question about Convex_hull_d
  • Date: Thu, 14 Jun 2007 15:26:08 +0800

Dear Andreas,

When I get a Facet_handle of a Convex_hull_d object, how to find all the vertices associated with this facet? I only find the function vertex_of_facet(Facet_handle f, int i), but I don't know the number of vertices of the f.

Thanks very much!

Best

yan

----- Original Message ----- From: "Andreas Fabri" <>
To:
<>
Sent: Wednesday, June 13, 2007 11:15 PM
Subject: Re: [cgal-discuss] Begginer in problems



wrote:
Hi everyone,

I've just begun using CGAL. I have followed all the steps, that appear in the webpage, to use CGAL under windows XP and with VisualStudio2003.net.

I have installed QT3, Boost and CGAL Libraries in that order.
Then I've configured the include/lib paths of QT3,Boost,TAUCS and GMP.

But every example/demo that I try to build, throws the same error:

*** fatal error C1083: Cannot open include file: 'boost/mpl/if.hpp' ***

The funny thing is that if.hpp file is in that folder. I've tried to add this folder in the include path, even I've add the file to the Demo header files but the error continues.

Please any idea?

Thanks in advance.

Hello,

Whatver is the prefix of boost/mpl/if.hpp
that is something like c:/Boost/include/boost-1_34/
should get on the include path.

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






Archive powered by MHonArc 2.6.16.

Top of Page