#include <gcu/atom.h>
Public Member Functions | |
AtomPair (Atom *at1, Atom *at2) | |
Public Attributes | |
Atom * | atom1 |
Atom * | atom2 |
This class stores atoms pairs. It is used when comparing two molecules.
Definition at line 297 of file gcu/atom.h.
at1 | the first atom in the pair. | |
at2 | the second atom in the pair. |
Constructs the atoms pair from two atoms.
Definition at line 306 of file gcu/atom.h.