#include <openbabel/parsmart.h>
#include <openbabel/typer.h>
Include dependency graph for rotor.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 | 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... | |
Defines | |
#define | SQUARE(x) ((x)*(x)) |
Typedefs | |
typedef std::vector< OBRotor * >::iterator | OBRotorIterator |
#define SQUARE | ( | x | ) | ((x)*(x)) |