Open Babel
3.0
|
#include <openbabel/babelconfig.h>
#include <openbabel/mol.h>
#include <vector>
#include <string>
#include <openbabel/parsmart.h>
#include <openbabel/data.h>
Go to the source code of this file.
Classes | |
class | OBAtomTyper |
class | OBAromaticTyper |
class | OBRingTyper |
Namespaces | |
OpenBabel | |
Macros | |
#define | THREAD_LOCAL |
Variables | |
THREAD_LOCAL OBAtomTyper | atomtyper |
THREAD_LOCAL OBAromaticTyper | aromtyper |
Open Babel atom and aromaticity typer.
#define THREAD_LOCAL |