ring.h File Reference

Deal with rings, find smallest set of smallest rings (SSSR). More...

#include <deque>
#include <algorithm>
#include <openbabel/bitvec.h>
#include <openbabel/typer.h>

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  OpenBabel

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...

Functions

bool CompareRingSize (const OBRing *, const OBRing *)


Detailed Description

Deal with rings, find smallest set of smallest rings (SSSR).