Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] Voronoi from given mesh


Chronological Thread 
  • From: Nico Schlömer <>
  • To: "" <>
  • Subject: [cgal-discuss] Voronoi from given mesh
  • Date: Sun, 11 Sep 2016 16:50:43 +0000
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:W4UoShHGApXV/gsFLQi6B51GYnF86YWxBRYc798ds5kLTJ75p8uwAkXT6L1XgUPTWs2DsrQf2rOQ7f+rADdYqdbZ6TZZL8wKD0dEwewt3CUeQ+e9QXXhK/DrayFoVO9jb3RCu0+BDE5OBczlbEfTqHDhpRQbGxH4KBYnbr+tQt2a3IyL0LX48JLaZ0BEhSG2fKhpBBSwtwTY8McMy8M2Iak4zl7Fo2BDZv9N7WJuP1Oa2RjmsJSe5plmpgJRsPUWzMVAVTv/cr5wGbpZBzNgKGs14MrmsBTZZQSK73oYFG4Rl0wbUED+8BjmU8Kp4WPBve1n1XzCMA==

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