Ignore:
Timestamp:
Dec 3, 2008, 2:12:05 PM (17 years ago)
Author:
Christian Neuen <neuen@…>
Children:
3e20fe
Parents:
f5b58e
Message:

Multiple changes to boundary, currently not fully operational.
Molecules has a new routine to create adjacency lists, reading bonds from a dbond file instead of looking for the distances by itself.
Vector function Project onto plane has been updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.hpp

    rf5b58e re0c5b1  
    8282    void GuessStartingTriangle(ofstream *out);
    8383    void AddPoint(atom * Walker);
    84     void Find_starting_triangle(molecule mol, const double RADIUS);
     84    void Find_starting_triangle(molecule* mol, const double RADIUS);
    8585    void Find_next_suitable_triangle(molecule* mol, BoundaryLineSet Line, BoundaryTriangleSet T, const double& RADIUS);
    8686   
     
    105105double * GetDiametersOfCluster(ofstream *out, Boundaries *BoundaryPtr, molecule *mol, bool IsAngstroem);
    106106void PrepareClustersinWater(ofstream *out, config *configuration, molecule *mol, double ClusterVolume, double celldensity);
     107void Find_next_suitable_point(atom a, atom b, atom Candidate, int n, Vector *d1, Vector *d2, double *Storage, const double RADIUS, molecule *mol);
     108void Find_non_convex_border(Tesselation Tess, molecule* mol);
    107109
    108110
Note: See TracChangeset for help on using the changeset viewer.