The Gnome Chemistry Utils
0.14.0
|
#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 331 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 340 of file gcu/atom.h.
Atom* gcu::AtomPair::atom1 |
Atom* gcu::AtomPair::atom2 |