Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Partition a 2D polygon - extract graph faces

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Partition a 2D polygon - extract graph faces


Chronological Thread 
  • From: Zohar <>
  • To:
  • Subject: Re: [cgal-discuss] Partition a 2D polygon - extract graph faces
  • Date: Mon, 25 Mar 2019 18:19:44 -0500 (CDT)
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Neutral ; spf=Pass
  • Ironport-phdr: 9a23:hZX3NhFmRw6duShOkUgUQp1GYnF86YWxBRYc798ds5kLTJ79rsiwAkXT6L1XgUPTWs2DsrQY0rKQ7PGrATFIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfK9+IA+0oAjVucUanYtvIbstxxXUpXdFZ/5Yzn5yK1KJmBb86Maw/Jp9/ClVpvks6c1OX7jkcqohVbBXAygoPG4z5M3wqBnMVhCP6WcGUmUXiRVHHQ7I5wznU5jrsyv6su192DSGPcDzULs5Vyiu47ttRRT1jioMKjw3/3zNisFogqxVoAyvqR99zI7afY+aO+ZxcKzGcNMGR2dNQtpdWzBdDo+iaYYEEuoPPfxfr4n4v1YBrhy+BQm2C+P11zRFgX733ao60+s7CwHG2AItEskOsXvOrNX1M6ASXfqpw6nPyDXOdvVb0irz5ojPdxAuu/CMXbRofMrX00YgDBjKjlGOpoD/IzyV0eENvm6G5ORjTeKik3MrpgV1rzS1yMohiZPFi4EUx1ze9Ch0wYA4LsCiRkFhe96rCp5QujmaN4RoRsMiRHlluCA1x7Ecv560ZjMFx48jxxHBcfCIb4+I4hf7WOaQJzd3mm5ldaqiixu29UWs0OPxW8qu3FtJrydJiNjBu3EV2xzW8MeHS/99/km72TaI0gDe8uBFIUc0laXBMZ4hxrA9m4ETsEvZHi/2n0L2gLWKeUUj/+ik8/7nban+pp+AK490jRnzPbghmsOlBeQ0KxUBX2mA+eugyb3j5lb5Ta5Rjvw2l6nZqIrVKd4apq6/GQ9V05ws5wyxDze8g5wkmiwMI1tBPR6GlIP0IErmIfbiDP75jU7/vi1swqX0Ob3oGN2ZPH/Dma3lJp5s4k5bz0w4ytUJtMEcMa0IPP+mAhy5j9ffFBJsa1XlkdaiM81008YlYUzKB6aYNK3ItlrRv7A+KumLY8kevzOvcaF5tc6rtmcwnBomRYfsxYEeMSnqD/1mJELfan3p0I9YTDU6+zEmRemvs2WsFD5eY3HrAvA6unc9AYisCYqFTYeo0uWM


I would expect the interface to be:
- Input: an array of polygon vertices (Point_2).
- Output: list of (inner partition) edges given as pair of (integer) indices
in the input array, or alternatively a list of faces given as indices of
vertices in the input (the former sounds easier and better).

I think I can extract that from your surface.



--
Sent from: http://cgal-discuss.949826.n4.nabble.com/



Archive powered by MHonArc 2.6.18.

Top of Page