Ignore:
Timestamp:
Oct 19, 2009, 1:09:29 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
3b0ba2
Parents:
99bed3
Message:

Huge Refactoring: class atom split up into several inherited classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/bond.hpp

    r99bed3 r6b937bd  
    2121
    2222class atom;
     23class ParticleInfo;
    2324
    2425/********************************************** declarations *******************************/
     
    4344    enum EdgeType Type;//!< whether this is a tree or back edge
    4445
    45   atom * GetOtherAtom(const atom *Atom) const;
     46  atom * GetOtherAtom(const ParticleInfo *Atom) const;
    4647
    4748  bool MarkUsed(enum Shading color);
    4849  enum Shading IsUsed();
    4950  void ResetUsed();
    50   bool Contains(const atom *ptr);
     51  bool Contains(const ParticleInfo *ptr);
    5152  bool Contains(const int nr);
    5253
Note: See TracChangeset for help on using the changeset viewer.