Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Extract face data from polyhedron

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Extract face data from polyhedron


Chronological Thread 
  • From: Zhe Cao <>
  • To:
  • Subject: Re: [cgal-discuss] Extract face data from polyhedron
  • Date: Thu, 21 Apr 2016 02:17:08 -0700 (PDT)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:RXBEzhJ+osl/iOSZ0tmcpTZWNBhigK39O0sv0rFitYgUKfnxwZ3uMQTl6Ol3ixeRBMOAu6IC1bqd6vGocFdDyKjCmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TWM5DIfUi/yKRBybrysXNWC34Lph6vrqtX6WEZhunmUWftKNhK4rAHc5IE9oLBJDeIP8CbPuWZCYO9MxGlldhq5lhf44dqsrtY4q3wD86Fpy8kVWqrze+E0TKdTES89G2Ez/szi8xfZHiWV4X5JYGUb2jFBBECR/hH3GJz4tW2j68Jg0y3cNMawULNiCmfq1LtiVBK90HRPDDU+6myC0sE=

Hi,

Thank you for your reply. Basically I am using >> operator to initialise the
polyhedron instance from a .off file. Here is the code:

std::ifstream stream(path);
stream >> mySolver.m_poly;

I am not familiar with polyhedron type. So in this way, can I get the type
you mentioned with indices in each vertex, or I need to create my polyhedron
class and override some functions.

Zhe.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Extract-face-data-from-polyhedron-tp4661854p4661856.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page