Ignore:
Timestamp:
Aug 18, 2009, 8:42:39 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
daf5d6
Parents:
3de1d2
Message:

Further bugfixes to three-step-procedure in convex envelope, not yet working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/tesselation.hpp

    r3de1d2 r27459a  
    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.