Changeset 6b937bd for molecuilder/src/bond.hpp
- Timestamp:
- Oct 19, 2009, 1:09:29 PM (16 years ago)
- Children:
- 3b0ba2
- Parents:
- 99bed3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/bond.hpp
r99bed3 r6b937bd 21 21 22 22 class atom; 23 class ParticleInfo; 23 24 24 25 /********************************************** declarations *******************************/ … … 43 44 enum EdgeType Type;//!< whether this is a tree or back edge 44 45 45 atom * GetOtherAtom(const atom*Atom) const;46 atom * GetOtherAtom(const ParticleInfo *Atom) const; 46 47 47 48 bool MarkUsed(enum Shading color); 48 49 enum Shading IsUsed(); 49 50 void ResetUsed(); 50 bool Contains(const atom*ptr);51 bool Contains(const ParticleInfo *ptr); 51 52 bool Contains(const int nr); 52 53
Note:
See TracChangeset
for help on using the changeset viewer.