Changeset 735468 for molecuilder/src/boundary.hpp
- Timestamp:
- Dec 8, 2008, 2:16:34 PM (17 years ago)
- Children:
- 5a447f
- Parents:
- db177a
- File:
-
- 1 edited
-
molecuilder/src/boundary.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.hpp
rdb177a r735468 83 83 void AddPoint(atom * Walker); 84 84 void Find_starting_triangle(molecule* mol, const double RADIUS); 85 void Find_next_suitable_triangle(ofstream *out, ofstream *tecplot, molecule* mol, BoundaryLineSet &Line, BoundaryTriangleSet &T, const double& RADIUS );85 void Find_next_suitable_triangle(ofstream *out, ofstream *tecplot, molecule* mol, BoundaryLineSet &Line, BoundaryTriangleSet &T, const double& RADIUS, int N); 86 86 87 87 PointMap PointsOnBoundary; … … 106 106 void PrepareClustersinWater(ofstream *out, config *configuration, molecule *mol, double ClusterVolume, double celldensity); 107 107 void Find_next_suitable_point(atom a, atom b, atom Candidate, int n, Vector *d1, Vector *d2, atom*& Opt_Candidate, double *Storage, const double RADIUS, molecule *mol, bool problem); 108 void Find_non_convex_border(ofstream *out, ofstream *tecplot, Tesselation Tess,molecule* mol);108 void Find_non_convex_border(ofstream *out, ofstream *tecplot, molecule* mol); 109 109 110 110
Note:
See TracChangeset
for help on using the changeset viewer.
