Changeset 669a7e for molecuilder/src/ellipsoid.hpp
- Timestamp:
- Jul 9, 2009, 10:38:34 AM (16 years ago)
- Children:
- c12297
- Parents:
- 61e92a
- git-author:
- Frederik Heber <heber@…> (07/09/09 10:36:26)
- git-committer:
- Frederik Heber <heber@…> (07/09/09 10:38:34)
- File:
-
- 1 edited
-
molecuilder/src/ellipsoid.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/ellipsoid.hpp
r61e92a r669a7e 22 22 double SumSquaredDistance (const gsl_vector * x, void * params); 23 23 bool FitPointSetToEllipsoid(ofstream *out, Vector *set, int N, Vector *EllipsoidCenter, double *EllipsoidLength, double *EllipsoidAngle); 24 void PickRandomPointSet(ofstream *out, class Tesselation *T, Vector *&x, int N);25 void PickRandomNeighbouredPointSet(ofstream *out, class Tesselation *T, class LinkedCell *LC, Vector *&x, int PointsToPick);24 void PickRandomPointSet(ofstream *out, class Tesselation *T, Vector *&x, size_t PointsToPick); 25 void PickRandomNeighbouredPointSet(ofstream *out, class Tesselation *T, class LinkedCell *LC, Vector *&x, size_t PointsToPick); 26 26 void FindDistributionOfEllipsoids(ofstream *out, class Tesselation *T, class LinkedCell *LCList, int N, int number, const char *filename); 27 27
Note:
See TracChangeset
for help on using the changeset viewer.
