File: aromatic.h

package info (click to toggle)
openbabel 2.3.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 76,164 kB
  • sloc: cpp: 316,390; ansic: 91,270; python: 6,971; perl: 6,591; pascal: 793; sh: 193; xml: 97; ruby: 55; makefile: 38; java: 23; cs: 14
file content (43 lines) | stat: -rw-r--r-- 2,307 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/***************************************************************
This file is part of the Open Babel project.
This is copyright under the GNU General Public License (GPL)
For more information, see <http://openbabel.org/>

This file contains a binary representation of data tables
 used by Open Babel. It is used as a fallback if the textual
 data table is not found at runtime. It is not a normal header.
***************************************************************/


#ifndef OB_AROMATIC_H
#define OB_AROMATIC_H

namespace OpenBabel
{
static const char AromaticData[] = {
 0x5B,0x23,0x36,0x72,0x44,0x32,0x5D,0x09,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,
 0x23,0x36,0x72,0x44,0x33,0x5D,0x7E,0x21,0x40,0x5B,0x23,0x38,0x5D,0x09,0x09,
 0x30,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72,0x44,0x32,0x2B,0x2C,0x23,0x36,0x72,
 0x44,0x33,0x2B,0x5D,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72,0x5D,
 0x3D,0x40,0x2A,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72,0x44,0x33,
 0x5D,0x3D,0x21,0x40,0x2A,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72,
 0x44,0x33,0x5D,0x3D,0x21,0x40,0x5B,0x21,0x23,0x36,0x5D,0x09,0x09,0x30,0x09,
 0x30,0x0A,0x5B,0x23,0x36,0x72,0x44,0x33,0x2D,0x5D,0x09,0x09,0x32,0x09,0x32,
 0x0A,0x5B,0x23,0x37,0x72,0x44,0x32,0x5D,0x09,0x09,0x09,0x31,0x09,0x32,0x0A,
 0x5B,0x23,0x37,0x72,0x44,0x33,0x5D,0x20,0x31,0x20,0x32,0x0A,0x5B,0x23,0x37,
 0x72,0x5D,0x28,0x2D,0x40,0x2A,0x29,0x2D,0x40,0x2A,0x20,0x09,0x09,0x31,0x09,
 0x32,0x0A,0x5B,0x23,0x37,0x72,0x44,0x32,0x5D,0x3D,0x40,0x2A,0x09,0x09,0x31,
 0x09,0x31,0x0A,0x5B,0x23,0x37,0x72,0x44,0x33,0x2B,0x5D,0x09,0x09,0x31,0x09,
 0x31,0x0A,0x5B,0x23,0x37,0x72,0x44,0x33,0x5D,0x3D,0x4F,0x09,0x09,0x31,0x09,
 0x31,0x0A,0x5B,0x23,0x37,0x72,0x44,0x32,0x2D,0x5D,0x09,0x09,0x32,0x09,0x32,
 0x0A,0x5B,0x23,0x38,0x72,0x5D,0x09,0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23,
 0x38,0x72,0x2B,0x5D,0x09,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x31,0x36,
 0x72,0x44,0x32,0x5D,0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23,0x31,0x36,0x72,
 0x44,0x32,0x2B,0x5D,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x31,0x36,0x72,
 0x44,0x33,0x5D,0x3D,0x21,0x40,0x4F,0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23,
 0x31,0x35,0x72,0x44,0x33,0x5D,0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23,0x33,
 0x34,0x72,0x44,0x32,0x5D,0x09,0x09,0x32,0x09,0x32,0x0A,0x00};

} // namespace OpenBabel
#endif // OB_AROMATIC_H