Deal with rings, find smallest set of smallest rings (SSSR). More...
#include <deque>#include <algorithm>#include <openbabel/bitvec.h>#include <openbabel/typer.h>Go to the source code of this file.
Classes | |
| class | OBRing |
| Stores information on rings in a molecule from SSSR perception. More... | |
| class | OBRingSearch |
| Internal class to facilitate OBMol::FindSSSR() More... | |
| class | OBRTree |
| Internal class for OBRing search algorithms to create a search tree of OBAtom objects. More... | |
Namespaces | |
| namespace | OpenBabel |
Functions | |
| bool | CompareRingSize (const OBRing *, const OBRing *) |
Deal with rings, find smallest set of smallest rings (SSSR).