#include <gcu/atom.h>
Public Attributes | |
std::map< Atom *, int > | mol1 |
std::map< Atom *, int > | mol2 |
std::vector< AtomPair > | atoms |
Definition at line 327 of file gcu/atom.h.
std::vector<AtomPair> gcu::AtomMatchState::atoms |
The array of matched atoms.
Definition at line 344 of file gcu/atom.h.
std::map<Atom*, int> gcu::AtomMatchState::mol1 |
This map gives the index of atoms from the first molecule in gcu::AtomMatchState::atoms.
Definition at line 334 of file gcu/atom.h.
std::map<Atom*, int> gcu::AtomMatchState::mol2 |
This map gives the index of atoms from the second molecule in gcu::AtomMatchState::atoms.
Definition at line 339 of file gcu/atom.h.