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