Open Babel  3.0
kekulize.h
Go to the documentation of this file.
1 /**********************************************************************
2 Copyright (C) 2017 Noel M. O'Boyle
3 
4 This file is part of the Open Babel project.
5 For more information, see <http://openbabel.org/>
6 
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation version 2 of the License.
10 
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15 ***********************************************************************/
16 #ifndef OB_KEKULIZE_H
17 #define OB_KEKULIZE_H
18 
19 namespace OpenBabel
20 {
41  OBAPI bool OBKekulize(OBMol *mol);
42 }
43 
44 #endif //OB_KEKULIZE_H
45 
bool OBKekulize(OBMol *mol)
Kekulize a molecule by assigning bond orders of 1 or 2 to aromatic bonds.
Definition: kekulize.cpp:411
Global namespace for all Open Babel code.
Definition: alias.h:22