Skip to content
Snippets Groups Projects
Commit 6f07eab7 authored by Van Dung Nguyen's avatar Van Dung Nguyen
Browse files

implementatino missing

parent 029594c9
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ class discreteFace : public GFace { ...@@ -32,7 +32,7 @@ class discreteFace : public GFace {
virtual ~discreteFace() {} virtual ~discreteFace() {}
void checkAndFixOrientation(); void checkAndFixOrientation();
void splitDiscreteEdge(GEdge*,GVertex*,discreteEdge*[2]); void splitDiscreteEdge(GEdge*,GVertex*,discreteEdge*[2]);
void splitDiscreteFace(discreteFace*,std::vector<triangulation*>&,std::vector<GEdge*>&); void splitDiscreteFace(discreteFace*,std::vector<triangulation*>&,std::vector<GEdge*>&){};
void split(triangulation*,std::vector<triangulation*>&,int); void split(triangulation*,std::vector<triangulation*>&,int);
GPoint point(double par1, double par2) const; GPoint point(double par1, double par2) const;
SPoint2 parFromPoint(const SPoint3 &p, bool onSurface=true) const; SPoint2 parFromPoint(const SPoint3 &p, bool onSurface=true) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment