Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Method for populating container with finite_vertices?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Method for populating container with finite_vertices?


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] Method for populating container with finite_vertices?
  • Date: Thu, 28 Apr 2016 21:50:28 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:J/mY+RdDeantj1iGFEJluP7ulGMj4u6mDksu8pMizoh2WeGdxc6/Yh7h7PlgxGXEQZ/co6odzbGG4+awBSdZusrJmUtBWaIPfidNsd8RkQ0kDZzNImzAB9muURYHGt9fXkRu5XCxPBsdMs//Y1rPvi/6tmZKSV3BPAZ4bt74BpTVx5zukbviq9uDP04R32b1SIgxBSv1hD2ZjtMRj4pmJ/R54TryiVwMRd5rw3h1L0mYhRf265T41pdi9yNNp6BprJYYAu2pN5g/GLdXBTBjP2Eu79DwrjHCSxGO7z0SSDY4iB1NViHD4Av3V4y5nCLwrOs1jCCcMdf7RKtyVz2o9aZDRxLvjSobLS83+WrLjdZhyqlcpUTy9FRE34fIbdTNZ7JFdaTHcIZCSA==
  • Organization: GeometryFactory


std::vector<Vertex_handle> V(t.finite_vertices_begin(),
finite_vertices_end());

or the same with std::vector::insert(b.e)

andreas


On 28/04/2016 21:26, Adam Getchell wrote:
Hi all,

Just in case I missed it in the documentation, is there a method which
pushes all finite_vertices into a std::vector<Vertex_handle>?

(I know it’s trivial to write with the Finite_vertex_iterator, checking
to see if I even need that.)

--
Adam Getchell
about.me/adamgetchell <http://about.me/adamgetchell>


--
Andreas Fabri, PhD
Chief Officer, GeometryFactory
Editor, The CGAL Project

phone: +33.492.954.912 skype: andreas.fabri



Archive powered by MHonArc 2.6.18.

Top of Page