Ignore:
Timestamp:
Oct 6, 2009, 5:57:01 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
567b7f
Parents:
a4644b
Message:

More functions of molecule now use templated iterators.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/atom.hpp

    ra4644b r8ffe32  
    5252
    5353  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);
    5455  bool OutputXYZLine(ofstream *out) const;
    5556  void EqualsFather ( atom *ptr, atom **res );
     
    5758  atom *GetTrueFather();
    5859  bool Compare(const atom &ptr);
     60
     61  bool IsInParallelepiped(Vector offset, double *parallelepiped);
    5962
    6063  ostream & operator << (ostream &ost);
Note: See TracChangeset for help on using the changeset viewer.