Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tesselation.hpp

    r16d866 r0077b5  
    227227    bool IsInnerPoint(ofstream *out, TesselPoint *Point, LinkedCell* LC);
    228228    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
    229235
    230236    PointMap PointsOnBoundary;
Note: See TracChangeset for help on using the changeset viewer.