ring.h File Reference

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

#include <deque>
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  OpenBabel

Classes

class  OBRTree
 Internal class for OBRing search algorithms to create a search tree of OBAtom objects. More...
class  OBRing
 Stores information on rings in a molecule from SSSR perception. More...
class  OBRingSearch
 Internal class to facilitate OBMol::FindSSSR(). More...

Functions

bool CompareRingSize (const OBRing *a, const OBRing *b)


Detailed Description

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