Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


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

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’

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






Archive powered by MHonArc 2.6.18.

Top of Page