Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] which are function to read .off Element?

Subject: CGAL users discussion list

List archive

[cgal-discuss] which are function to read .off Element?


Chronological Thread 
  • From: Samay Kumar <>
  • To:
  • Subject: [cgal-discuss] which are function to read .off Element?
  • Date: Wed, 22 Oct 2008 07:53:22 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=4InQN8pAWJ7AHYZ5vBwRDSAJmSW5CGvB2wfWekA+zEHz72dGrKbO2u+eFVBpA68iFs0ryLCxzGbbIWGM2Jn1YK59LSNYhkN41SDjS2HWfg+d2bz57cJXWvpq67K13RTfAfPIU6GDPCv7HA9n38xNoZq3IgA3WSmAXr8jZUS0Wls=;

Hello Friends,

I have successfully able to read .off file using Polyhedron_3<Kernel> but I dont to how to access list of vertex and faces.

Actually I am really a beginner in C++ as well CGAL so that facing a little bit lack of help how to use functions of CGAL. Kindly provide me hint. I could have able to access size of vertex, edges and faces using P.size_of_vertices() but could not find function to access list of vertex cordinates.

Kindly give hint how to access...
1. list of vertex co-ordinates
2. list of indexes of vertex per face
3. how to access particular vertex.

Thanks a lot for any help in advance.

Greetings,
Samay




Archive powered by MHonArc 2.6.16.

Top of Page