Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] template <T> bool object.is(void) member function

Subject: CGAL users discussion list

List archive

[cgal-discuss] template <T> bool object.is(void) member function


Chronological Thread 
  • From: Costas Tsirogiannis <>
  • To:
  • Subject: [cgal-discuss] template <T> bool object.is(void) member function
  • Date: Thu, 10 Jun 2010 14:57:55 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MVC9NRAZCONDAi4ct2Pr3zHpporvGoaPR5RPd98Otn4LYngXRm/05YflZCDRUpj99N j3aKtnV4sFb+fOarxHopdCTbsTDOQ4xXwgbepB549SLi9gH17Kj8yj5UgBjN6JSfCbs5 ofzR6hEkrZBjfDbvwCzmFNnpFk2t679Rl6LHY=


 Greetings,

 Is the .is() member function of CGAL::Object still existing?

It is listed here: http://www.cgal.org/Manual/latest/doc_html/cgal_manual/STL_Extension_ref/Class_Object.html#Cross_link_anchor_1811

If it try to call it I get this strange compilation error :

error: expected primary-_expression_ before ‘>’ token
error: expected primary-_expression_ before ‘)’ token
 
I looked in the header file of CGAL::Object and Handle_for_virtual but it doesn't seem listed there.

Is there another way to get this boolean out without trying a CGAL::assign?

Thanks!

Constantinos



Archive powered by MHonArc 2.6.16.

Top of Page