Primal/Dual Mesh with Application to Triangular/Simplex Mesh and Delaunay/Voronoi
Please use this identifier to cite or link to this publication: http://hdl.handle.net/10380/3392
New: Prefer using the following doi: https://doi.org/10.54294/9lt70e
Published in The Insight Journal - 2012 January-December.
This document describes an extension of ITK to handle both primal and dual meshes simultaneously. This paper describe in particular the data structure, an extension of itk::QuadEdgeMesh, a filter to compute and add to the the structure the dual of an existing mesh, and an adaptor which let a down- ward pipeline process the dual mesh as if it was a native itk::QuadEdgeMesh. The new data structure, itk::QuadEdgeMeshWithDual, is an extension of the already existing itk::QuadEdgeMesh, which already included by default the due topology, to handle dual geometry as well. Two types of primal meshes have been specifically illustrated: triangular / simplex meshes and Voronoi / Delaunay. A functor mechanism has been implemented to allow for different kind of computation of the dual geometry. This paper is accompanied with the source code and examples.