Open Babel  3.0
RDKitConv.h
Go to the documentation of this file.
1 #include <openbabel/mol.h>
2 #include <openbabel/obiter.h>
3 #include <graphmol/RWMol.h>
4 #include <graphmol/Atom.h>
5 
7 RDKit::RWMol OBMolToRWMol(OpenBabel::OBMol* pOBMol);
8 
10 //! \brief Allow conversion from OBMol to RDKit RWMol
Molecule Class.
Definition: mol.h:118
Handle molecules. Declarations of OBMol, OBAtom, OBBond, OBResidue. (the main header for Open Babel) ...
RDKit::RWMol OBMolToRWMol(OpenBabel::OBMol *pOBMol)
Convert OpenBabel OBMol to and from RGKit molecules.
STL-style iterators for Open Babel.