Changeset e8de2e for molecuilder/src/boundary.hpp
- Timestamp:
- Aug 3, 2009, 4:48:46 PM (16 years ago)
- Children:
- 0e2190
- Parents:
- dc162d
- File:
-
- 1 edited
-
molecuilder/src/boundary.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.hpp
rdc162d re8de2e 104 104 int CheckPresenceOfTriangle(ofstream *out, atom *Candidates[3]); 105 105 void Find_next_suitable_point_via_Angle_of_Sphere(atom* a, atom* b, atom* c, atom* Candidate, atom* Parent, int RecursionLevel, Vector *Chord, Vector *direction1, Vector *OldNormal, Vector ReferencePoint, atom*& Opt_Candidate, double *Storage, const double RADIUS, molecule* mol); 106 list<atom*> *getClosestConnectedAtoms(atom* Atom, atom* AtomToCheck); 107 list<BoundaryTriangleSet*> *FindTriangles(atom* TrianglePoints[3]); 106 108 107 109 PointMap PointsOnBoundary; … … 132 134 bool existsIntersection(Vector point1, Vector point2, Vector point3, Vector point4); 133 135 bool sortCandidates(CandidateForTesselation* candidate1, CandidateForTesselation* candidate2); 136 bool IsInnerPoint(Vector Point, class Tesselation *Tess, LinkedCell* LC); 137 bool IsInnerAtom(atom *Atom, class Tesselation *Tess, LinkedCell* LC); 138 atom* findClosestAtom(const atom* Atom, LinkedCell* LC); 139 double getAngle(Vector point, Vector reference, Vector center, Vector OrthogonalVector); 134 140 135 141 #endif /*BOUNDARY_HPP_*/
Note:
See TracChangeset
for help on using the changeset viewer.
