Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] about calling the function point() through vertex handle

Subject: CGAL users discussion list

List archive

[cgal-discuss] about calling the function point() through vertex handle


Chronological Thread 
  • From: Kwok Jasper <>
  • To: <>
  • Subject: [cgal-discuss] about calling the function point() through vertex handle
  • Date: Tue, 3 Feb 2009 21:12:49 +0800
  • Importance: Normal

Excuse me.

I have used the following in CGAL

typedef CGAL::Delaunay_triangulation_3<K1> Triangulations;
typedef Triangulations::Vertex Vertex;
typedef Triangulations::Vertex_handle Vertex_handle;

when I have a vertex handle, say v.
I use the following line of code

v -> point()

However, the compile gives me the following

term does not evaluate to a function taking 0 arguments

In the past, i can use v -> point() successfully,
but now, when I use v -> point(), the compile give me that error..

May I ask what is happening and what may I do  ?

Thank you very much




內在氣質才是致勝之道-您是哪一 最原始的溝通是用心的交流。



Archive powered by MHonArc 2.6.16.

Top of Page