Ignore:
Timestamp:
Jul 27, 2009, 8:16:03 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
0ac84df
Parents:
c3a303
Message:

Split VolumeOfConvexEnvelope() into find_convex_border() and remainder.

  • Convex envelope is not working anymore, in the state of fixing it and trying to refactor code a bit.
  • planned to have VolumeOfConvexEnvelope() to be replaced by VolumeOfEnvelope(), which can also do Non-Convex-Envelopes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.hpp

    rc3a303 r53d153  
    9393    ~Tesselation();
    9494
    95     void TesselateOnBoundary(ofstream *out, config *configuration, molecule *mol);
     95    void TesselateOnBoundary(ofstream *out, molecule *mol);
    9696    void GuessStartingTriangle(ofstream *out);
    9797    void AddPoint(atom * Walker);
     
    124124
    125125
    126 double VolumeOfConvexEnvelope(ofstream *out, const char *filename, config *configuration, Boundaries *BoundaryPoints, molecule *mol);
     126double VolumeOfConvexEnvelope(ofstream *out, class Tesselation *TesselStruct, class config *configuration);
    127127double * GetDiametersOfCluster(ofstream *out, Boundaries *BoundaryPtr, molecule *mol, bool IsAngstroem);
    128128void PrepareClustersinWater(ofstream *out, config *configuration, molecule *mol, double ClusterVolume, double celldensity);
     129void Find_convex_border(ofstream *out, molecule* mol, class Tesselation *&TesselStruct, class LinkedCell *LCList, const char *filename);
    129130void Find_non_convex_border(ofstream *out, molecule* mol, class Tesselation *T, class LinkedCell *LC, const char *tempbasename, const double RADIUS);
    130131void 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.