14 #ifndef _OM_CURVATURE_H_
15 #define _OM_CURVATURE_H_
17 #include <OpenMesh\Core\Utils\Property.hh>
28 template <
class Mesh,
class Scalar>
35 typedef typename Mesh::Normal
Normal;
90 OMCurvature(Mesh *mesh, OpenMesh::VPropHandleT<Normal> &curvVectorHandle, OpenMesh::VPropHandleT<Scalar> &curvMagHandle);