Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tesselation/tesselation.hpp

    re2396e r27888f  
    7676    void AddTesselationPoint(TesselPoint* Candidate, const int n);
    7777    void SetTesselationPoint(TesselPoint* Candidate, const int n) const;
    78     bool AddTesselationLine(const Vector * OptCenter, const BoundaryPointSet * const candidate, class BoundaryPointSet *a, class BoundaryPointSet *b, const int n);
     78    void AddTesselationLine(const Vector * OptCenter, const BoundaryPointSet * const candidate, class BoundaryPointSet *a, class BoundaryPointSet *b, const int n);
    7979    void AddNewTesselationTriangleLine(class BoundaryPointSet *a, class BoundaryPointSet *b, const int n);
    8080    void AddExistingTesselationTriangleLine(class BoundaryLineSet *FindLine, int n);
     
    8888    void RemoveTesselationPoint(class BoundaryPointSet *point);
    8989    bool CheckDegeneracy(CandidateForTesselation &CandidateLine, const double RADIUS, const LinkedCell_deprecated *LC) const;
    90     bool isConvex() const;
     90
    9191
    9292    // concave envelope
     
    103103    void GuessStartingTriangle();
    104104    bool InsertStraddlingPoints(IPointCloud & cloud, const LinkedCell_deprecated *LC);
    105     double RemovePointSurroundedByPolygon(
    106         TesselPointList *connectedPath,
    107         BoundaryPointSet *point);
    108     bool CheckAllConcaveInPolygon(
    109         const TesselPointList *connectedPath,
    110         const BoundaryPointSet *point
    111         );
    112     double RemoveFullConcavePointFromTesselatedSurface(class BoundaryPointSet *point);
    113105    double RemovePointFromTesselatedSurface(class BoundaryPointSet *point);
    114106    class BoundaryLineSet * FlipBaseline(class BoundaryLineSet *Base);
     
    139131    DistanceToPointMap * FindClosestBoundaryPointsToVector(const Vector &x, const LinkedCell_deprecated* LC) const;
    140132    BoundaryLineSet * FindClosestBoundaryLineToVector(const Vector &x, const LinkedCell_deprecated* LC) const;
    141 
    142     bool IsPointBelowSurroundingPolygon(const BoundaryPointSet *_point) const;
    143133
    144134    // print for debugging
Note: See TracChangeset for help on using the changeset viewer.