openvolumemesh.org - OpenVolumeMesh - Computer Graphics and Multimedia

Example domain paragraphs

OpenVolumeMesh is a generic data structure for the comfortable handling of arbitrary polytopal meshes. Its concepts are closely related to OpenMesh . In particular, OpenVolumeMesh carries the general idea of storing edges as so-called (directed) half-edges over to the face definitions. So, faces are split up into so-called half-faces having opposing orientations. But unlike in the original concept of half-edges, local adjacency information is not stored on a per half-edge basis. Instead, all entities are ar

Version 2.0.0 released

A new version of OpenVolumeMesh has been released. - A new kernel for tetrahedral meshes was added. - When deleting entities they are only marked as deleted and will be skipped by iterators. Deleted entities are actually deleted by a call to collect_garbage(). The old behavior can be activated by calling enable_deferred_deletion(false). - Deleting entities will be faster now, but the way handles are updated changed. If you rely on the way handles have been updated previously, the old behavior can be activat