Chemical Data Processing Library C++ API - Version 1.2.0
BRICSRuleID.hpp
Go to the documentation of this file.
1 /*
2  * BRICSRuleID.hpp
3  *
4  * This file is part of the Chemical Data Processing Toolkit
5  *
6  * Copyright (C) 2003 Thomas Seidel <thomas.seidel@univie.ac.at>
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public License
19  * along with this library; see the file COPYING. If not, write to
20  * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21  * Boston, MA 02111-1307, USA.
22  */
23 
29 #ifndef CDPL_CHEM_BRICSRULEID_HPP
30 #define CDPL_CHEM_BRICSRULEID_HPP
31 
32 
33 namespace CDPL
34 {
35 
36  namespace Chem
37  {
38 
43  namespace BRICSRuleID
44  {
45 
46  constexpr unsigned int NONE = 0;
47  constexpr unsigned int L1_L2 = 1;
48  constexpr unsigned int L1_L3 = 2;
49  constexpr unsigned int L1_L10 = 3;
50  constexpr unsigned int L2_L12 = 4;
51  constexpr unsigned int L2_L14 = 5;
52  constexpr unsigned int L2_L16 = 6;
53  constexpr unsigned int L3_L4 = 7;
54  constexpr unsigned int L3_L13 = 8;
55  constexpr unsigned int L3_L14 = 9;
56  constexpr unsigned int L3_L15 = 10;
57  constexpr unsigned int L3_L16 = 11;
58  constexpr unsigned int L4_L5 = 12;
59  constexpr unsigned int L4_L11 = 13;
60  constexpr unsigned int L5_L13 = 14;
61  constexpr unsigned int L5_L15 = 15;
62  constexpr unsigned int L6_L13 = 16;
63  constexpr unsigned int L6_L14 = 17;
64  constexpr unsigned int L6_L15 = 18;
65  constexpr unsigned int L6_L16 = 19;
66  constexpr unsigned int L7_L7 = 20;
67  constexpr unsigned int L8_L9 = 21;
68  constexpr unsigned int L8_L10 = 22;
69  constexpr unsigned int L8_L13 = 23;
70  constexpr unsigned int L8_L14 = 24;
71  constexpr unsigned int L8_L15 = 25;
72  constexpr unsigned int L8_L16 = 26;
73  constexpr unsigned int L9_L15 = 27;
74  constexpr unsigned int L9_L16 = 28;
75  constexpr unsigned int L10_L13 = 29;
76  constexpr unsigned int L10_L14 = 30;
77  constexpr unsigned int L10_L15 = 31;
78  constexpr unsigned int L10_L16 = 32;
79  constexpr unsigned int L11_L13 = 33;
80  constexpr unsigned int L11_L14 = 34;
81  constexpr unsigned int L11_L15 = 35;
82  constexpr unsigned int L11_L16 = 36;
83  constexpr unsigned int L13_L14 = 37;
84  constexpr unsigned int L13_L15 = 38;
85  constexpr unsigned int L13_L16 = 39;
86  constexpr unsigned int L14_L15 = 40;
87  constexpr unsigned int L14_L16 = 41;
88  constexpr unsigned int L15_L16 = 42;
89  } // namespace BRICSRuleID
90  } // namespace Chem
91 } // namespace CDPL
92 
93 #endif // CDPL_CHEM_BRICSRULEID_HPP
constexpr unsigned int L8_L9
Definition: BRICSRuleID.hpp:67
constexpr unsigned int L7_L7
Definition: BRICSRuleID.hpp:66
constexpr unsigned int L14_L15
Definition: BRICSRuleID.hpp:86
constexpr unsigned int L10_L14
Definition: BRICSRuleID.hpp:76
constexpr unsigned int L4_L11
Definition: BRICSRuleID.hpp:59
constexpr unsigned int L3_L13
Definition: BRICSRuleID.hpp:54
constexpr unsigned int L5_L15
Definition: BRICSRuleID.hpp:61
constexpr unsigned int L11_L15
Definition: BRICSRuleID.hpp:81
constexpr unsigned int L8_L16
Definition: BRICSRuleID.hpp:72
constexpr unsigned int L6_L13
Definition: BRICSRuleID.hpp:62
constexpr unsigned int L8_L10
Definition: BRICSRuleID.hpp:68
constexpr unsigned int L10_L13
Definition: BRICSRuleID.hpp:75
constexpr unsigned int L1_L10
Definition: BRICSRuleID.hpp:49
constexpr unsigned int L2_L12
Definition: BRICSRuleID.hpp:50
constexpr unsigned int L8_L15
Definition: BRICSRuleID.hpp:71
constexpr unsigned int L15_L16
Definition: BRICSRuleID.hpp:88
constexpr unsigned int L9_L15
Definition: BRICSRuleID.hpp:73
constexpr unsigned int L2_L16
Definition: BRICSRuleID.hpp:52
constexpr unsigned int L13_L16
Definition: BRICSRuleID.hpp:85
constexpr unsigned int L3_L14
Definition: BRICSRuleID.hpp:55
constexpr unsigned int L6_L15
Definition: BRICSRuleID.hpp:64
constexpr unsigned int L6_L14
Definition: BRICSRuleID.hpp:63
constexpr unsigned int L11_L13
Definition: BRICSRuleID.hpp:79
constexpr unsigned int L5_L13
Definition: BRICSRuleID.hpp:60
constexpr unsigned int L1_L2
Definition: BRICSRuleID.hpp:47
constexpr unsigned int L8_L14
Definition: BRICSRuleID.hpp:70
constexpr unsigned int NONE
Definition: BRICSRuleID.hpp:46
constexpr unsigned int L3_L16
Definition: BRICSRuleID.hpp:57
constexpr unsigned int L13_L14
Definition: BRICSRuleID.hpp:83
constexpr unsigned int L2_L14
Definition: BRICSRuleID.hpp:51
constexpr unsigned int L8_L13
Definition: BRICSRuleID.hpp:69
constexpr unsigned int L10_L15
Definition: BRICSRuleID.hpp:77
constexpr unsigned int L11_L16
Definition: BRICSRuleID.hpp:82
constexpr unsigned int L13_L15
Definition: BRICSRuleID.hpp:84
constexpr unsigned int L3_L15
Definition: BRICSRuleID.hpp:56
constexpr unsigned int L11_L14
Definition: BRICSRuleID.hpp:80
constexpr unsigned int L14_L16
Definition: BRICSRuleID.hpp:87
constexpr unsigned int L1_L3
Definition: BRICSRuleID.hpp:48
constexpr unsigned int L4_L5
Definition: BRICSRuleID.hpp:58
constexpr unsigned int L6_L16
Definition: BRICSRuleID.hpp:65
constexpr unsigned int L9_L16
Definition: BRICSRuleID.hpp:74
constexpr unsigned int L3_L4
Definition: BRICSRuleID.hpp:53
constexpr unsigned int L10_L16
Definition: BRICSRuleID.hpp:78
The namespace of the Chemical Data Processing Library.