Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Voronoi from given mesh

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Voronoi from given mesh


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Voronoi from given mesh
  • Date: Mon, 12 Sep 2016 11:18:33 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:WEJ/bhAX3hYy9tQDHy0HUyQJP3N1i/DPJgcQr6AfoPdwSP77p8bcNUDSrc9gkEXOFd2CrakV0qyI7Ou7ADRIoc7Y9itdINoUD15NoP5VtjJjKfbNMVf8Iv/uYn5yN+V5f3ghwUuGN1NIEt31fVzYry76xzcTHhLiKVg9fbytScaBx/iwguu98pmWbwRTjyemeptzKg+3pEPfrJo4m4xnf+wKxxHAuWdJduIe4WRyJFWP11bT68C18YJ54gpZsO4m7d8BG+2uZKA/V71fEHIjN0g64cTqsV/ISg7ZtShUaXkfjhcdW1uN1xr9RJqk6iY=
  • Organization: GeometryFactory

What we have is:
http://doc.cgal.org/latest/Triangulation_3/classCGAL_1_1Delaunay__triangulation__3.html#amgrp6e53390014172354c31ab72e981a71a4

and

http://doc.cgal.org/latest/Triangulation_3/classCGAL_1_1Regular__triangulation__3.html#amgrp34a0e58c6a0fe85459f4a750f12984fe


But you'll need to have a Delaunay or Regular triangulation.


Sebastien

On 09/11/2016 06:50 PM, Nico Schlömer wrote:
Hi everyone,

I have a triangular/tetrahedral mesh (given by a
std::vector<std::array<double, 3>> list of vertices and a
std::vector<std::array<int, 3/4>> for the cell connectivity), and I'd
like CGAL to compute the dual, i.e., get the Voronoi volumes for each
vertex. Is this possible at all?

Cheers,
Nico




Archive powered by MHonArc 2.6.18.

Top of Page