| # | Line 47 | Line 47 | class MoleculeStamp{ (public) | |
|---|---|---|
| 47 | ||
| 48 | ||
| 49 | bool isBondInSameRigidBody(BondStamp*bond); | |
| 50 | + | bool isAtomInRigidBody(int atomIndex); |
| 51 | bool isAtomInRigidBody(int atomIndex, int& whichRigidBody, int& consAtomIndex); | |
| 52 | vector<pair<int, int> > getJointAtoms(int rb1, int rb2); | |
| 53 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |