Changes in src/atom.hpp [c550dd:ad2b411]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/atom.hpp
rc550dd rad2b411 35 35 class World; 36 36 class molecule; 37 class Shape;38 37 39 38 /********************************************** declarations *******************************/ … … 52 51 53 52 bool OutputIndexed(ofstream * const out, const int ElementNo, const int AtomNo, const char *comment = NULL) const; 54 bool OutputArrayIndexed(o stream * const out, const int *ElementNo, int *AtomNo, const char *comment = NULL) const;53 bool OutputArrayIndexed(ofstream * const out, const int *ElementNo, int *AtomNo, const char *comment = NULL) const; 55 54 bool OutputXYZLine(ofstream *out) const; 56 55 bool OutputTrajectory(ofstream * const out, const int *ElementNo, int *AtomNo, const int step) const; 57 56 bool OutputTrajectoryXYZ(ofstream * const out, const int step) const; 58 void OutputMPQCLine(o stream * const out, const Vector *center, int *AtomNo) const;57 void OutputMPQCLine(ofstream * const out, const Vector *center, int *AtomNo) const; 59 58 60 59 void InitComponentNr(); … … 67 66 double DistanceToVector(const Vector &origin) const; 68 67 double DistanceSquaredToVector(const Vector &origin) const; 69 bool IsIn Shape(const Shape&) const;68 bool IsInParallelepiped(const Vector offset, const double *parallelepiped) const; 70 69 71 70 // getter and setter
Note:
See TracChangeset
for help on using the changeset viewer.