The Gnome Chemistry Utils 0.13.3
|
#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 302 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 311 of file gcu/atom.h.