Skip to content
Snippets Groups Projects
Commit 0352777c authored by Emilie Sauvage's avatar Emilie Sauvage
Browse files

Started working on anisotropic surface remeshing based on curvature

parent 76e7a0f4
No related branches found
No related tags found
No related merge requests found
...@@ -124,6 +124,8 @@ class GFaceCompound : public GFace { ...@@ -124,6 +124,8 @@ class GFaceCompound : public GFace {
void * getNativePtr() const { return 0; } void * getNativePtr() const { return 0; }
virtual SPoint2 getCoordinates(MVertex *v) const; virtual SPoint2 getCoordinates(MVertex *v) const;
virtual double curvatureMax(const SPoint2 &param) const; virtual double curvatureMax(const SPoint2 &param) const;
virtual double curvatures(const SPoint2 &param, SVector3 *dirMax, SVector3 *dirMin,
double *curvMax, double *curvMin) const;
virtual int genusGeom () const; virtual int genusGeom () const;
virtual bool checkTopology() const; virtual bool checkTopology() const;
bool parametrize() const ; bool parametrize() const ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment