Chemical Data Processing Library C++ API - Version 1.1.1
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  const unsigned int NONE = 0;
47  const unsigned int L1_L2 = 1;
48  const unsigned int L1_L3 = 2;
49  const unsigned int L1_L10 = 3;
50  const unsigned int L2_L12 = 4;
51  const unsigned int L2_L14 = 5;
52  const unsigned int L2_L16 = 6;
53  const unsigned int L3_L4 = 7;
54  const unsigned int L3_L13 = 8;
55  const unsigned int L3_L14 = 9;
56  const unsigned int L3_L15 = 10;
57  const unsigned int L3_L16 = 11;
58  const unsigned int L4_L5 = 12;
59  const unsigned int L4_L11 = 13;
60  const unsigned int L5_L13 = 14;
61  const unsigned int L5_L15 = 15;
62  const unsigned int L6_L13 = 16;
63  const unsigned int L6_L14 = 17;
64  const unsigned int L6_L15 = 18;
65  const unsigned int L6_L16 = 19;
66  const unsigned int L7_L7 = 20;
67  const unsigned int L8_L9 = 21;
68  const unsigned int L8_L10 = 22;
69  const unsigned int L8_L13 = 23;
70  const unsigned int L8_L14 = 24;
71  const unsigned int L8_L15 = 25;
72  const unsigned int L8_L16 = 26;
73  const unsigned int L9_L15 = 27;
74  const unsigned int L9_L16 = 28;
75  const unsigned int L10_L13 = 29;
76  const unsigned int L10_L14 = 30;
77  const unsigned int L10_L15 = 31;
78  const unsigned int L10_L16 = 32;
79  const unsigned int L11_L13 = 33;
80  const unsigned int L11_L14 = 34;
81  const unsigned int L11_L15 = 35;
82  const unsigned int L11_L16 = 36;
83  const unsigned int L13_L14 = 37;
84  const unsigned int L13_L15 = 38;
85  const unsigned int L13_L16 = 39;
86  const unsigned int L14_L15 = 40;
87  const unsigned int L14_L16 = 41;
88  const unsigned int L15_L16 = 42;
89  } // namespace BRICSRuleID
90  } // namespace Chem
91 } // namespace CDPL
92 
93 #endif // CDPL_CHEM_BRICSRULEID_HPP
CDPL::Chem::BRICSRuleID::L13_L16
const unsigned int L13_L16
Definition: BRICSRuleID.hpp:85
CDPL::Chem::BRICSRuleID::L10_L13
const unsigned int L10_L13
Definition: BRICSRuleID.hpp:75
CDPL::Chem::BRICSRuleID::L3_L14
const unsigned int L3_L14
Definition: BRICSRuleID.hpp:55
CDPL::Chem::BRICSRuleID::L8_L13
const unsigned int L8_L13
Definition: BRICSRuleID.hpp:69
CDPL::Chem::BRICSRuleID::L14_L16
const unsigned int L14_L16
Definition: BRICSRuleID.hpp:87
CDPL::Chem::BRICSRuleID::L2_L12
const unsigned int L2_L12
Definition: BRICSRuleID.hpp:50
CDPL::Chem::BRICSRuleID::L6_L14
const unsigned int L6_L14
Definition: BRICSRuleID.hpp:63
CDPL::Chem::BRICSRuleID::L4_L5
const unsigned int L4_L5
Definition: BRICSRuleID.hpp:58
CDPL::Chem::BRICSRuleID::L11_L16
const unsigned int L11_L16
Definition: BRICSRuleID.hpp:82
CDPL::Chem::BRICSRuleID::L7_L7
const unsigned int L7_L7
Definition: BRICSRuleID.hpp:66
CDPL::Chem::BRICSRuleID::L10_L15
const unsigned int L10_L15
Definition: BRICSRuleID.hpp:77
CDPL::Chem::BRICSRuleID::L5_L15
const unsigned int L5_L15
Definition: BRICSRuleID.hpp:61
CDPL::Chem::BRICSRuleID::L8_L16
const unsigned int L8_L16
Definition: BRICSRuleID.hpp:72
CDPL::Chem::BRICSRuleID::L9_L16
const unsigned int L9_L16
Definition: BRICSRuleID.hpp:74
CDPL::Chem::BRICSRuleID::L11_L14
const unsigned int L11_L14
Definition: BRICSRuleID.hpp:80
CDPL::Chem::BRICSRuleID::L11_L13
const unsigned int L11_L13
Definition: BRICSRuleID.hpp:79
CDPL::Chem::BRICSRuleID::L8_L14
const unsigned int L8_L14
Definition: BRICSRuleID.hpp:70
CDPL::Chem::BRICSRuleID::L9_L15
const unsigned int L9_L15
Definition: BRICSRuleID.hpp:73
CDPL::Chem::BRICSRuleID::L6_L13
const unsigned int L6_L13
Definition: BRICSRuleID.hpp:62
CDPL::Chem::BRICSRuleID::L8_L10
const unsigned int L8_L10
Definition: BRICSRuleID.hpp:68
CDPL::Chem::BRICSRuleID::L10_L14
const unsigned int L10_L14
Definition: BRICSRuleID.hpp:76
CDPL::Chem::BRICSRuleID::L4_L11
const unsigned int L4_L11
Definition: BRICSRuleID.hpp:59
CDPL::Chem::BRICSRuleID::L6_L16
const unsigned int L6_L16
Definition: BRICSRuleID.hpp:65
CDPL::Chem::BRICSRuleID::L14_L15
const unsigned int L14_L15
Definition: BRICSRuleID.hpp:86
CDPL::Chem::BRICSRuleID::L8_L15
const unsigned int L8_L15
Definition: BRICSRuleID.hpp:71
CDPL::Chem::BRICSRuleID::L13_L15
const unsigned int L13_L15
Definition: BRICSRuleID.hpp:84
CDPL::Chem::BRICSRuleID::L2_L16
const unsigned int L2_L16
Definition: BRICSRuleID.hpp:52
CDPL::Chem::BRICSRuleID::L5_L13
const unsigned int L5_L13
Definition: BRICSRuleID.hpp:60
CDPL::Chem::BRICSRuleID::NONE
const unsigned int NONE
Definition: BRICSRuleID.hpp:46
CDPL::Chem::BRICSRuleID::L10_L16
const unsigned int L10_L16
Definition: BRICSRuleID.hpp:78
CDPL::Chem::BRICSRuleID::L2_L14
const unsigned int L2_L14
Definition: BRICSRuleID.hpp:51
CDPL
The namespace of the Chemical Data Processing Library.
CDPL::Chem::BRICSRuleID::L11_L15
const unsigned int L11_L15
Definition: BRICSRuleID.hpp:81
CDPL::Chem::BRICSRuleID::L1_L10
const unsigned int L1_L10
Definition: BRICSRuleID.hpp:49
CDPL::Chem::BRICSRuleID::L3_L13
const unsigned int L3_L13
Definition: BRICSRuleID.hpp:54
CDPL::Chem::BRICSRuleID::L3_L16
const unsigned int L3_L16
Definition: BRICSRuleID.hpp:57
CDPL::Chem::BRICSRuleID::L1_L2
const unsigned int L1_L2
Definition: BRICSRuleID.hpp:47
CDPL::Chem::BRICSRuleID::L13_L14
const unsigned int L13_L14
Definition: BRICSRuleID.hpp:83
CDPL::Chem::BRICSRuleID::L6_L15
const unsigned int L6_L15
Definition: BRICSRuleID.hpp:64
CDPL::Chem::BRICSRuleID::L1_L3
const unsigned int L1_L3
Definition: BRICSRuleID.hpp:48
CDPL::Chem::BRICSRuleID::L3_L15
const unsigned int L3_L15
Definition: BRICSRuleID.hpp:56
CDPL::Chem::BRICSRuleID::L8_L9
const unsigned int L8_L9
Definition: BRICSRuleID.hpp:67
CDPL::Chem::BRICSRuleID::L3_L4
const unsigned int L3_L4
Definition: BRICSRuleID.hpp:53
CDPL::Chem::BRICSRuleID::L15_L16
const unsigned int L15_L16
Definition: BRICSRuleID.hpp:88