mirror of https://github.com/CGAL/cgal
The output of example10.
This commit is contained in:
parent
2deba870ee
commit
dd985632f2
|
|
@ -0,0 +1,49 @@
|
|||
* * * Demonstrating the usage of defining user attributes for Planar map components
|
||||
|
||||
|
||||
* * * Printing the Planar map
|
||||
|
||||
# ------------------------------------- Printing Planar map
|
||||
# --------------------------------------------------------
|
||||
# Printing number of vertices halfedges and faces in Planar map
|
||||
3 6 2
|
||||
# 3 vertices
|
||||
# ------------------------------------------
|
||||
1/1 1/1 BLUE
|
||||
0/1 0/1 BLUE
|
||||
2/1 0/1 BLUE
|
||||
# 6 halfedges
|
||||
# ------------------------------------------
|
||||
0 0/1 0/1 1/1 1/1
|
||||
1 0/1 0/1 1/1 1/1
|
||||
0 1/1 1/1 2/1 0/1
|
||||
2 1/1 1/1 2/1 0/1
|
||||
1 2/1 0/1 0/1 0/1
|
||||
2 2/1 0/1 0/1 0/1
|
||||
# 2 faces
|
||||
# ------------------------------------------
|
||||
# writing face
|
||||
# ------------------------------------------
|
||||
# UNBOUNDED
|
||||
# number halfedges on outer boundary
|
||||
0
|
||||
# number of holes
|
||||
1
|
||||
# inner ccb
|
||||
# number halfedges on inner boundary
|
||||
3
|
||||
4 0 3
|
||||
# finish writing face
|
||||
# ------------------------------------------
|
||||
# writing face
|
||||
# ------------------------------------------
|
||||
# outer ccb
|
||||
# number halfedges on outer boundary
|
||||
3
|
||||
5 2 1
|
||||
# number of holes
|
||||
0
|
||||
# finish writing face
|
||||
# ------------------------------------------
|
||||
# ------------------------------------- End of Planar map
|
||||
# --------------------------------------------------------
|
||||
Loading…
Reference in New Issue