Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Help on using add_facet( InputIterator first, InputIterator beyond)

Subject: CGAL users discussion list

List archive

[cgal-discuss] Help on using add_facet( InputIterator first, InputIterator beyond)


Chronological Thread 
  • From: Parmeet <>
  • To:
  • Subject: [cgal-discuss] Help on using add_facet( InputIterator first, InputIterator beyond)
  • Date: Tue, 13 Jul 2010 01:07:02 -0700 (PDT)


Hi all,

I am adding facets to all the vertices using function add_vertex_to_facet (
size_type i)..I want to use add_facet() function for the same. But
unfortunately i am getting runtime error using it. i am doing following to
add facet to vertex 0,1,2:
vector<int> vertex;
vertex[0]=0;
vertex[1]=1;
vertex[2]=2;
vertex[3]=3;

add_facet(vertex.begin(),vertex.end());

Please correct me where i am wrong.

Thanks
Kind regards
Parmeet

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Help-on-using-add-facet-InputIterator-first-InputIterator-beyond-tp2287135p2287135.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page