Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Using PMP Mesh Processing with Polyhedron type.

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Using PMP Mesh Processing with Polyhedron type.


Chronological Thread 
  • From: Shankar Kulumani <>
  • To:
  • Subject: Re: [cgal-discuss] Using PMP Mesh Processing with Polyhedron type.
  • Date: Mon, 4 Jun 2018 13:07:12 -0400
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:VyCXgxHlUSBhNsHqWhbgcJ1GYnF86YWxBRYc798ds5kLTJ78o82wAkXT6L1XgUPTWs2DsrQY07eQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmDqwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VDK/5KlpVRDokj8KODE38G7VisJ+gqFVrg+/qRNj2IPbep2ZOeBkc6/BYd8XR2xMVdtRWSxbBYO8apMCAfcBPelCqYn9pEEBrQGjDgepGePvziJIhnrs0q080uQqDAbL3BcgH90UtnTUr871OL0RUe2uw6nIyC/Mb/JS2Tvn9IfIdRUhrOiKULltf8TRzkwvGBnEjlWWsYHqIzyV2f4Js2SB6OpgT+2vhmg6oA9yujii3tkghpXNi44PyV3J9T91zJgoKdC3UkJ2bsCoHZ1NvC+ALYR2WNktQ2RwtSY61LIGvZm7cTAPyJs9xh7fb+WLc4mU4h7/TeqRLzh1iGx/dLKwgBay9kegyuniWcWuzFlKqS9FnsHNtnALyRPT9tCKRuVh8kqlwzqC1ADe5vtaLUwpmqfXMZEszqAompoWq0vDHyv2mEvsjK+Rc0Up4vOo6+T9bbXgpZ+cLJV4igLlP6Qhn8ywG+U4MgwUU2eH/uS80aXv/VflT7VSkv02jq7ZvYjGKsQUvKG5BxZZ3Zsi6xakEzimzc8YnWIcIVJeeBOHipDpNEvULPD5C/e/mVWsny1xy/DIJL2ySqnKe3PMmbOkcbdm4FNH0yIyy8pe7tRaEOIvOvX2D3TxvdrbBwVxEBGw3uPuDtQ1gpgeUGSMGemaGKzXuF6MoOkoJr/fN8cupD/hJq19tLbVhngjlApFJPj77d4scHm9W89eDQCcaHvojM0GFD5T7AU7Re3uzlaFVGwKPirgb+cH/jg+TbmeI8LbXIn02e6O2S66GttdYWUUUgnRQ0etTJ2NXrI3UAzXIsJllWZZB72oSotk1A328QGmkfxoKe3b/iBevpXmhoB4

I'm pretty sure you can just swap out the Surface_mesh with your Polyhedron object instead. Both are derived from a larger class, Mutable object I think, so they should work just the same.

On Mon, Jun 4, 2018 at 12:59 PM Sukhraj Singh <> wrote:
Hello,

I have a Polyhedron *m_pPolyhedron;

I want to use it to run on it various Polygon_mesh_processing algorithm on it.

For instance, I want to run isotropic_remeshing();

The example of isotropic_remeshing Here uses Surface_mesh.

Can anyone share code snippet in order to do so? So that I could run various PMP algorithms on Polyhedron type.


Thanks

--
Sukhraj Singh
 



Archive powered by MHonArc 2.6.18.

Top of Page