Skip to content
Snippets Groups Projects
Commit 7853915f authored by mattijs's avatar mattijs
Browse files

checking for hanging points; better debugging

parent a7fb0a36
Branches
Tags
No related merge requests found
...@@ -174,9 +174,12 @@ class hexRef8 ...@@ -174,9 +174,12 @@ class hexRef8
label findMaxLevel(const labelList& f) const; label findMaxLevel(const labelList& f) const;
//- Count number of vertices <= anchorLevel //- Count number of vertices <= anchorLevel
label countAnchors(const labelList&, const label) const; label countAnchors(const labelList&, const label) const;
//- Debugging: dump cell as .obj file
void dumpCell(const label cellI) const;
//- Find index of point with wantedLevel, starting from fp. //- Find index of point with wantedLevel, starting from fp.
label findLevel label findLevel
( (
const label faceI,
const face& f, const face& f,
const label startFp, const label startFp,
const bool searchForward, const bool searchForward,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment