Changeset 53d153 for molecuilder/src/boundary.hpp
- Timestamp:
- Jul 27, 2009, 8:16:03 AM (16 years ago)
- Children:
- 0ac84df
- Parents:
- c3a303
- File:
-
- 1 edited
-
molecuilder/src/boundary.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.hpp
rc3a303 r53d153 93 93 ~Tesselation(); 94 94 95 void TesselateOnBoundary(ofstream *out, config *configuration,molecule *mol);95 void TesselateOnBoundary(ofstream *out, molecule *mol); 96 96 void GuessStartingTriangle(ofstream *out); 97 97 void AddPoint(atom * Walker); … … 124 124 125 125 126 double VolumeOfConvexEnvelope(ofstream *out, c onst char *filename, config *configuration, Boundaries *BoundaryPoints, molecule *mol);126 double VolumeOfConvexEnvelope(ofstream *out, class Tesselation *TesselStruct, class config *configuration); 127 127 double * GetDiametersOfCluster(ofstream *out, Boundaries *BoundaryPtr, molecule *mol, bool IsAngstroem); 128 128 void PrepareClustersinWater(ofstream *out, config *configuration, molecule *mol, double ClusterVolume, double celldensity); 129 void Find_convex_border(ofstream *out, molecule* mol, class Tesselation *&TesselStruct, class LinkedCell *LCList, const char *filename); 129 130 void Find_non_convex_border(ofstream *out, molecule* mol, class Tesselation *T, class LinkedCell *LC, const char *tempbasename, const double RADIUS); 130 131 void Find_next_suitable_point(class BoundaryTriangleSet *BaseTriangle, class BoundaryLineSet *BaseLine, atom*& OptCandidate, Vector *OptCandidateCenter, double *ShortestAngle, const double RADIUS, LinkedCell *LC);
Note:
See TracChangeset
for help on using the changeset viewer.
