#include <openbabel/parsmart.h>
#include <openbabel/typer.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenBabel |
Classes | |
class | OBRotorRule |
A rule for torsional conformer searching, defined by a SMARTS pattern. More... | |
class | OBRotorRules |
Database of default hybridization torsional rules and SMARTS-defined OBRotorRule objects. More... | |
class | OBRotor |
A single rotatable OBBond as part of rotamer searching. More... | |
class | OBRotorList |
Given an OBMol, set up a list of possibly rotatable torsions,. More... | |
class | OBRotorKeys |
A class to generate all possible rotorKeys. More... | |
Defines | |
#define | SQUARE(x) ((x)*(x)) |
Typedefs | |
typedef std::vector< OBRotor * > ::iterator | OBRotorIterator |
#define SQUARE | ( | x | ) | ((x)*(x)) |