ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/openbabel/aromatic.hpp
Revision: 2440
Committed: Wed Nov 16 19:42:11 2005 UTC (18 years, 7 months ago) by tim
File size: 2438 byte(s)
Log Message:
adding openbabel

File Contents

# User Rev Content
1 tim 2440 /***************************************************************
2     This file is part of the Open Babel project.
3     This is copyright under the GNU General Public License (GPL)
4     For more information, see <http://openbabel.sourceforge.net/>
5    
6     This file contains a binary representation of data tables
7     used by Open Babel. It is used as a fallback if the textual
8     data table is not found at runtime. It is not a normal header.
9     ***************************************************************/
10    
11    
12     #ifndef OB_AROMATIC_H
13     #define OB_AROMATIC_H
14    
15     namespace OpenBabel
16     {
17     static const char AromaticData[] = {
18     0x5B,0x23,0x36,0x72,0x44,0x32,0x5D,0x09,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,
19     0x23,0x36,0x72,0x44,0x33,0x5D,0x7E,0x21,0x40,0x5B,0x23,0x38,0x5D,0x09,0x09,
20     0x30,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72,0x44,0x32,0x2B,0x2C,0x23,0x36,0x72,
21     0x44,0x33,0x2B,0x5D,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72,0x5D,
22     0x3D,0x40,0x2A,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72,0x44,0x33,
23     0x5D,0x3D,0x21,0x40,0x2A,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72,
24     0x44,0x33,0x5D,0x3D,0x21,0x40,0x5B,0x21,0x23,0x36,0x5D,0x09,0x09,0x30,0x09,
25     0x30,0x0A,0x5B,0x23,0x36,0x72,0x44,0x33,0x2D,0x5D,0x09,0x09,0x32,0x09,0x32,
26     0x0A,0x5B,0x23,0x37,0x72,0x44,0x32,0x5D,0x09,0x09,0x09,0x31,0x09,0x32,0x0A,
27     0x5B,0x23,0x37,0x72,0x44,0x33,0x5D,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
28     0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x31,0x20,0x20,0x20,0x20,0x20,
29     0x20,0x20,0x32,0x0A,0x5B,0x23,0x37,0x72,0x5D,0x28,0x2D,0x40,0x2A,0x29,0x2D,
30     0x40,0x2A,0x20,0x20,0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23,0x37,0x72,0x44,
31     0x32,0x5D,0x3D,0x40,0x2A,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x37,0x72,
32     0x44,0x33,0x2B,0x5D,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x37,0x72,0x44,
33     0x33,0x5D,0x3D,0x4F,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x37,0x72,0x44,
34     0x32,0x2D,0x5D,0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23,0x38,0x72,0x5D,0x09,
35     0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23,0x38,0x72,0x2B,0x5D,0x09,0x09,0x09,
36     0x31,0x09,0x31,0x0A,0x5B,0x23,0x31,0x36,0x72,0x44,0x32,0x5D,0x09,0x09,0x32,
37     0x09,0x32,0x0A,0x5B,0x23,0x31,0x36,0x72,0x44,0x32,0x2B,0x5D,0x09,0x09,0x31,
38     0x09,0x31,0x0A,0x5B,0x23,0x31,0x36,0x72,0x44,0x33,0x5D,0x3D,0x21,0x40,0x4F,
39     0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23,0x31,0x35,0x72,0x44,0x33,0x5D,0x09,
40     0x09,0x32,0x09,0x32,0x0A,0x5B,0x23,0x33,0x34,0x72,0x44,0x32,0x5D,0x09,0x09,
41     0x32,0x09,0x32,0x0A,0x00};
42    
43     } // namespace OpenBabel
44     #endif // OB_AROMATIC_H
45