Changeset 8ffe32 for molecuilder/src/atom.hpp
- Timestamp:
- Oct 6, 2009, 5:57:01 PM (16 years ago)
- Children:
- 567b7f
- Parents:
- a4644b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom.hpp
ra4644b r8ffe32 52 52 53 53 bool Output(int ElementNo, int AtomNo, ofstream *out, const char *comment = NULL) const; 54 bool Output(int *ElementNo, int *AtomNo, ofstream *out, const char *comment = NULL); 54 55 bool OutputXYZLine(ofstream *out) const; 55 56 void EqualsFather ( atom *ptr, atom **res ); … … 57 58 atom *GetTrueFather(); 58 59 bool Compare(const atom &ptr); 60 61 bool IsInParallelepiped(Vector offset, double *parallelepiped); 59 62 60 63 ostream & operator << (ostream &ost);
Note:
See TracChangeset
for help on using the changeset viewer.