Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] LinearCellComplex error: no member 'point_of_vertex_attribute'

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] LinearCellComplex error: no member 'point_of_vertex_attribute'


Chronological Thread 
  • From: Guillaume Damiand <>
  • To:
  • Subject: Re: [cgal-discuss] LinearCellComplex error: no member 'point_of_vertex_attribute'
  • Date: Wed, 08 Jul 2015 16:51:37 +0200

Hi,


Le 08/07/2015 16:43, Guillaume Gay a écrit :
Hi,

What am I doing wrong?

I define a LineraCellComplex like that:

typedef CGAL::Linear_cell_complex<2,3,Traits,Epithelium_Items>     Appical_sheet_3;

When trying to access one Appical_sheet_3 instance point attributes, I get the following error (also for other documented members of LCC)

‘Appical_sheet_3’ has no member named ‘point_of_vertex_attribute’

Without the code it is difficult to find the problem...

Appical_sheet_3 is a type or an instance ?
Because it is not clear above (this is the name in the typedef, but this is also the name in the error message which is supposed to concern an instance).

Best
Guillaume



Appart from that, I manage to build polygons and call member functions as create_vertex_attribute(*it)

hint: I'm new to C++, so something obvious might elude me…

Best,

Guillaume





-- 
===================================================================
Guillaume DAMIAND

CNRS - LIRIS UMR 5205
Université Claude Bernard
Bâtiment Nautibus (710)
43 Boulevard du 11 Novembre 1918
69622 Villeurbanne Cedex (France)
-------------------------------------------------------------------
Tél: +33 (0)4.72.43.14.34                 Fax: +33 (0)4.72.43.15.36
Mail: 
Web: http://liris.cnrs.fr/guillaume.damiand/
===================================================================

Attachment: smime.p7s
Description: Signature cryptographique S/MIME




Archive powered by MHonArc 2.6.18.

Top of Page