Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Representing a cube as Linear cell complex

Subject: CGAL users discussion list

List archive

[cgal-discuss] Representing a cube as Linear cell complex


Chronological Thread 
  • From: Pranav <>
  • To:
  • Subject: [cgal-discuss] Representing a cube as Linear cell complex
  • Date: Tue, 17 Feb 2015 03:10:10 -0800 (PST)

Hi,

I want to represent a cube(given as collection of points and triangle faces)
in Linear cell complex form. I made a small example code
<https://gist.github.com/pranavkantgaur/54ec0c019422a5377d35#file-cubelcc-cpp>

for this purpose. I noticed that there are duplicate segments and points in
the linear cell representation as can be seen in the output messages.

I would like to know how to avoid such duplication?





--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Representing-a-cube-as-Linear-cell-complex-tp4660454.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page