Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Deulanay Triangulation_3-retaining local validity while deleting cells

Subject: CGAL users discussion list

List archive

[cgal-discuss] Deulanay Triangulation_3-retaining local validity while deleting cells


Chronological Thread 
  • From: jiju peethambaran <>
  • To:
  • Subject: [cgal-discuss] Deulanay Triangulation_3-retaining local validity while deleting cells
  • Date: Wed, 2 Oct 2013 00:06:54 -0700 (PDT)

Hi,

I'm working on a project based on 3D-Delauanay triangulation. It requires to
delete and create certain cells from the Delaunay triangulation to achieve
the objectives.

I want to maintain the combinatorial structure to be locally valid even
after the deletions and creations are performed for a smooth post processing
of the Delaunay complex. When I went through the documentation, I found
that, the cells should have a coherent orientation and the neighboring
indices of two adjacent cells must be reciprocating to each other. Moreover,
all the cells should have vertices ordered in positive orientation.


My queries are the following:

1. Do positive oriented neighboring cells will have an implicit coherent
orientation?

2. Whether all these conditions are equally applicable to infinite_cells?
Can I deal with infinite_cells like finite_cells?

3. Please mention some functions which are useful in order to maintain the
local validity of newly created and neighboring cells after one cell has
been deleted.

4. In particular, If I delete a boundary cell (I consider only cell with one
boundary face), I would like to create three new infinite cells attached to
the remaining three new boundary faces. So how do I ensure the local
validity of three new cells created?

Any suggestions, comments would be highly appreciated.


Jiju Peethambaran




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Deulanay-Triangulation-3-retaining-local-validity-while-deleting-cells-tp4658111.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Deulanay Triangulation_3-retaining local validity while deleting cells, jiju peethambaran, 10/02/2013

Archive powered by MHonArc 2.6.18.

Top of Page