Ignore:
Timestamp:
Dec 16, 2008, 6:39:28 PM (17 years ago)
Author:
Christian Neuen <neuen@…>
Children:
87c8e7
Parents:
5a447f
Message:

Tesselation starts to look good, minor discrepancies are still there and a segmentation fault.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.hpp

    r5a447f r313dff  
    8383    void AddPoint(atom * Walker);
    8484    void AddTrianglePoint(atom* Candidate, int n);
    85     void AddTriangleLine(int n);
     85    void AddTriangleLine(class BoundaryPointSet *a, class BoundaryPointSet *b, int n);
    8686    void AddTriangleToLines();
    8787    void Find_starting_triangle(molecule* mol, const double RADIUS);
     
    9191    LineMap LinesOnBoundary;
    9292    TriangleMap TrianglesOnBoundary;
    93     class BoundaryPointSet *TPS[3]; //this is a Storage for pointers to triangle points, this and BPS[2] needed due to AddLine restrictions 
     93    class BoundaryPointSet *TPS[3]; //this is a Storage for pointers to triangle points, this and BPS[2] needed due to AddLine restrictions
    9494    class BoundaryPointSet *BPS[2];
    9595    class BoundaryLineSet *BLS[3];
     
    9898    int LinesOnBoundaryCount;
    9999    int TrianglesOnBoundaryCount;
     100    int TriangleFilesWritten;
    100101};
    101102
Note: See TracChangeset for help on using the changeset viewer.