Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Multi-level polyhedron

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Multi-level polyhedron


Chronological Thread 
  • From: Philipp Moeller <>
  • To: Zohar <>
  • Cc:
  • Subject: Re: [cgal-discuss] Multi-level polyhedron
  • Date: Wed, 26 Feb 2014 12:39:16 +0100
  • Organization: GeometryFactory

Zohar
<>
writes:

> Is there a way to record the simplification operations in a queue and undo
> them later?

There is nothing build into the package, but you should be able to build
this functionality using the visitors [1] onCollapsing method. The
biggest problem will probably be invalidation of descriptors due to
subsequent collapses and you will need to fix-up all other descriptors
in your undo list after undoing an operation.

Footnotes:
[1]
http://doc.cgal.org/latest/Surface_mesh_simplification/classEdgeCollapseSimplificationVisitor.html



Archive powered by MHonArc 2.6.18.

Top of Page