Changeset 6b3826 for molecuilder/src/boundary.hpp
- Timestamp:
- Nov 27, 2008, 9:55:08 AM (17 years ago)
- Children:
- f5b58e
- Parents:
- a709c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.hpp
ra709c4 r6b3826 69 69 class BoundaryPointSet *endpoints[3]; 70 70 class BoundaryLineSet *lines[3]; 71 Vector *NormalVector; 71 72 int Nr; 72 73 }; … … 81 82 void GuessStartingTriangle(ofstream *out); 82 83 void AddPoint(atom * Walker); 84 void Find_starting_triangle(molecule mol, const double RADIUS); 85 void Find_next_suitable_triangle(molecule* mol, BoundaryLineSet Line, BoundaryTriangleSet T, const double& RADIUS); 83 86 84 87 PointMap PointsOnBoundary;
Note:
See TracChangeset
for help on using the changeset viewer.