Developer Documentation
|
Implementation of Voronoi area computation as described in "Discrete Differential-Geometry Operators for Triangulated 2-Manifolds" by M. Meyer et al. More...
#include <MeshTools/VoronoiAreaTriMeshT.hpp>
Public Member Functions | |
VoronoiAreaTriMeshT (const MeshT &_mesh, bool _obtuse_handling=true) | |
const OpenMesh::EPropHandleT < typename MeshT::Scalar > & | cotan_weight_prop () const |
MeshT::Scalar | get_voronoi_area (const typename MeshT::VertexHandle &_vh) const |
Private Attributes | |
const MeshT & | mesh_ |
const bool | obtuse_handling_ |
OpenMesh::FPropHandleT< bool > | obtuse_tag_ |
OpenMesh::EPropHandleT < typename MeshT::Scalar > | cotan_weights_ |
Implementation of Voronoi area computation as described in "Discrete Differential-Geometry Operators for Triangulated 2-Manifolds" by M. Meyer et al.
Definition at line 20 of file VoronoiAreaTriMeshT.hpp.