From 0352777cb8708d94b79d99dcddf3cdb78e9fbaa0 Mon Sep 17 00:00:00 2001 From: Emilie Sauvage <emilie.sauvage@uclouvain.be> Date: Sun, 24 Jul 2011 20:05:26 +0000 Subject: [PATCH] Started working on anisotropic surface remeshing based on curvature --- Geo/GFaceCompound.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Geo/GFaceCompound.h b/Geo/GFaceCompound.h index 3ee67a2a1e..ca2de6243d 100644 --- a/Geo/GFaceCompound.h +++ b/Geo/GFaceCompound.h @@ -124,6 +124,8 @@ class GFaceCompound : public GFace { void * getNativePtr() const { return 0; } virtual SPoint2 getCoordinates(MVertex *v) const; virtual double curvatureMax(const SPoint2 ¶m) const; + virtual double curvatures(const SPoint2 ¶m, SVector3 *dirMax, SVector3 *dirMin, + double *curvMax, double *curvMin) const; virtual int genusGeom () const; virtual bool checkTopology() const; bool parametrize() const ; -- GitLab