Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] ??????[cgal-discuss] How to use halfedge data structure of CGAL torepresent a quad (or triangle) mesh?

Subject: CGAL users discussion list

List archive

[cgal-discuss] ??????[cgal-discuss] How to use halfedge data structure of CGAL torepresent a quad (or triangle) mesh?


Chronological Thread 
  • From: "174195209" <>
  • To: "cgal-discuss" <>
  • Subject: [cgal-discuss] ??????[cgal-discuss] How to use halfedge data structure of CGAL torepresent a quad (or triangle) mesh?
  • Date: Sun, 9 Mar 2014 17:18:10 +0800

halfdege date structure ????????????


------------------ ???????? ------------------
??????: ""?????t(Wei, Huayi)" <>;";<>;
????????: 2014??2??21??(??????) ????4:50
??????: "cgal-discuss"<>;
????: [cgal-discuss] How to use halfedge data structure of CGAL torepresent a quad (or triangle) mesh?


Hi, There,

I have a 2D quad mesh and want to use halfedge data structure in CGAL to
store it .  But I can't find such an example in CGAL.

Please give me a example or some suggestion to do it, thanks very much.

Here is simple quad mesh:

node
#   x      y
1  0.0   0.0
2  1.0   0.0
3  2.0   0.0
4  0.0   1.0
5  1.0   1.0
6  2.0   1.0
7  0.0   2.0
8  1.0   2.0
9  2.0   2.0

elem
#   n1   n2   n3   n4
1    1     2     5     4
2    2     3     6     5
3    4     5     8     7
4    5     6     9     8


Best

Huayi



--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss


.


  • [cgal-discuss] ??????[cgal-discuss] How to use halfedge data structure of CGAL torepresent a quad (or triangle) mesh?, 174195209, 03/09/2014

Archive powered by MHonArc 2.6.18.

Top of Page