Changeset 313dff for molecuilder/src/boundary.hpp
- Timestamp:
- Dec 16, 2008, 6:39:28 PM (17 years ago)
- Children:
- 87c8e7
- Parents:
- 5a447f
- File:
-
- 1 edited
-
molecuilder/src/boundary.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.hpp
r5a447f r313dff 83 83 void AddPoint(atom * Walker); 84 84 void AddTrianglePoint(atom* Candidate, int n); 85 void AddTriangleLine( int n);85 void AddTriangleLine(class BoundaryPointSet *a, class BoundaryPointSet *b, int n); 86 86 void AddTriangleToLines(); 87 87 void Find_starting_triangle(molecule* mol, const double RADIUS); … … 91 91 LineMap LinesOnBoundary; 92 92 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 94 94 class BoundaryPointSet *BPS[2]; 95 95 class BoundaryLineSet *BLS[3]; … … 98 98 int LinesOnBoundaryCount; 99 99 int TrianglesOnBoundaryCount; 100 int TriangleFilesWritten; 100 101 }; 101 102
Note:
See TracChangeset
for help on using the changeset viewer.
