Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/boundary.hpp

    r0077b5 r7dea7c  
    1616
    1717#define DEBUG 1
    18 #define DoSingleStepOutput 0
     18#define DoSingleStepOutput 1
    1919#define SingleStepWidth 1
    20 #define DoTecplotOutput 1
    21 #define DoRaster3DOutput 1
    22 #define DoVRMLOutput 1
    23 #define TecplotSuffix ".dat"
    24 #define Raster3DSuffix ".r3d"
    25 #define VRMLSUffix ".wrl"
    2620
    2721#define DistancePair pair < double, atom* >
     
    3731void PrepareClustersinWater(ofstream *out, config *configuration, molecule *mol, double ClusterVolume, double celldensity);
    3832molecule * FillBoxWithMolecule(ofstream *out, MoleculeListClass *List, molecule *filler, config &configuration, double distance[NDIM], double RandAtomDisplacement, double RandMolDisplacement, bool DoRandomRotation);
    39 void Find_convex_border(ofstream *out, molecule* mol, class LinkedCell *LCList, const char *filename);
    40 void Find_non_convex_border(ofstream *out, molecule* mol, class LinkedCell *LC, const char *tempbasename, const double RADIUS);
     33void FindConvexBorder(ofstream *out, molecule* mol, class LinkedCell *LCList, const char *filename);
     34void FindNonConvexBorder(ofstream *out, molecule* mol, class LinkedCell *LC, const double RADIUS, const char *tempbasename);
    4135double ConvexizeNonconvexEnvelope(ofstream *out, class Tesselation *TesselStruct, molecule *mol, char *filename);
    42 void Find_next_suitable_point(class BoundaryTriangleSet *BaseTriangle, class BoundaryLineSet *BaseLine, atom*& OptCandidate, Vector *OptCandidateCenter, double *ShortestAngle, const double RADIUS, LinkedCell *LC);
     36void FindNextSuitablePoint(class BoundaryTriangleSet *BaseTriangle, class BoundaryLineSet *BaseLine, atom*& OptCandidate, Vector *OptCandidateCenter, double *ShortestAngle, const double RADIUS, LinkedCell *LC);
    4337Boundaries *GetBoundaryPoints(ofstream *out, molecule *mol);
    44 void CalculateConcavityPerBoundaryPoint(ofstream *out, class Tesselation *TesselStruct);
    4538void StoreTrianglesinFile(ofstream *out, molecule *mol, const char *filename, const char *extraSuffix);
     39bool RemoveAllBoundaryPoints(ofstream *out, class Tesselation *TesselStruct, molecule *mol, char *filename);
    4640
    4741
Note: See TracChangeset for help on using the changeset viewer.