#include <openbabel/babelconfig.h>
#include <openbabel/mol.h>
#include <openbabel/ring.h>
Namespaces | |
namespace | OpenBabel |
Defines | |
#define | OB_RTREE_CUTOFF 20 |
Functions | |
static int | DetermineFRJ (OBMol &) |
static void | BuildOBRTreeVector (OBAtom *, OBRTree *, vector< OBRTree * > &, OBBitVec &) |
bool | CompareRingSize (const OBRing *, const OBRing *) |
static void | FindRings (OBMol &mol, vector< int > &path, OBBitVec &avisit, OBBitVec &bvisit, int natom, int depth) |
Variables | |
OBRingTyper | ringtyper |
#define OB_RTREE_CUTOFF 20 |
Referenced by OpenBabel::BuildOBRTreeVector().