Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] how to judge two 2D-meshes have the same topology structure?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] how to judge two 2D-meshes have the same topology structure?


Chronological Thread 
  • From: Mariette Yvinec <>
  • To:
  • Subject: Re: [cgal-discuss] how to judge two 2D-meshes have the same topology structure?
  • Date: Mon, 17 May 2010 10:00:50 +0200

This is not so easy.
You can count the number of connected components of each mesh
and the number of connected components of its boundary.
A necessary condition for the meshes to have the same topology
is that these number match,
but such a global match might not be sufficient.
In fact to be able to conclude that both meshes have the same topology
you should be able to match connected components with the same
number of boundaries...

yys wrote:
hi, all
Could you tell me how to judge two 2D-meshes have the same topology
structure? Does CGAL have any functions for this?
Thank you.

--
Mariette Yvinec
Geometrica project team
INRIA Sophia-Antipolis





Archive powered by MHonArc 2.6.16.

Top of Page