#include <contact_overlap.hh>
Public Member Functions | |
| Contact () | |
| Contact (ost::mol::AtomHandle a, ost::mol::AtomHandle b) | |
| bool | operator== (const Contact &rhs) const |
| bool | operator!= (const Contact &rhs) const |
Data Fields | |
| ost::mol::AtomHandle | atom_a |
| ost::mol::AtomHandle | atom_b |
Definition at line 16 of file contact_overlap.hh.
| Contact | ( | ) | [inline] |
Definition at line 17 of file contact_overlap.hh.
| Contact | ( | ost::mol::AtomHandle | a, | |
| ost::mol::AtomHandle | b | |||
| ) | [inline] |
Definition at line 18 of file contact_overlap.hh.
| bool operator!= | ( | const Contact & | rhs | ) | const [inline] |
Definition at line 29 of file contact_overlap.hh.
| bool operator== | ( | const Contact & | rhs | ) | const [inline] |
Definition at line 24 of file contact_overlap.hh.
Definition at line 21 of file contact_overlap.hh.
Definition at line 22 of file contact_overlap.hh.
1.6.1