Changes in src/tesselation.hpp [16d866:0077b5]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tesselation.hpp
r16d866 r0077b5 227 227 bool IsInnerPoint(ofstream *out, TesselPoint *Point, LinkedCell* LC); 228 228 bool AddBoundaryPoint(TesselPoint *Walker, int n); 229 230 // print for debugging 231 void PrintAllBoundaryPoints(ofstream *out); 232 void PrintAllBoundaryLines(ofstream *out); 233 void PrintAllBoundaryTriangles(ofstream *out); 234 229 235 230 236 PointMap PointsOnBoundary;
Note:
See TracChangeset
for help on using the changeset viewer.