|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_CHEM_BRICSATOMLABEL_HPP
30 #define CDPL_CHEM_BRICSATOMLABEL_HPP
43 namespace BRICSAtomLabel
46 const unsigned int NONE = 0;
47 const unsigned int L1 = 1;
48 const unsigned int L2 = 2;
49 const unsigned int L3 = 3;
50 const unsigned int L4 = 4;
51 const unsigned int L5 = 5;
52 const unsigned int L6 = 6;
53 const unsigned int L7 = 7;
54 const unsigned int L8 = 8;
55 const unsigned int L9 = 9;
56 const unsigned int L10 = 10;
57 const unsigned int L11 = 11;
58 const unsigned int L12 = 12;
59 const unsigned int L13 = 13;
60 const unsigned int L14 = 14;
61 const unsigned int L15 = 15;
62 const unsigned int L16 = 16;
67 #endif // CDPL_CHEM_BRICSATOMLABEL_HPP
const unsigned int L10
Definition: BRICSAtomLabel.hpp:56
const unsigned int L9
Definition: BRICSAtomLabel.hpp:55
const unsigned int L16
Definition: BRICSAtomLabel.hpp:62
const unsigned int L11
Definition: BRICSAtomLabel.hpp:57
const unsigned int L12
Definition: BRICSAtomLabel.hpp:58
const unsigned int L3
Definition: BRICSAtomLabel.hpp:49
const unsigned int L1
Definition: BRICSAtomLabel.hpp:47
const unsigned int L7
Definition: BRICSAtomLabel.hpp:53
The namespace of the Chemical Data Processing Library.
const unsigned int L14
Definition: BRICSAtomLabel.hpp:60
const unsigned int L2
Definition: BRICSAtomLabel.hpp:48
const unsigned int L4
Definition: BRICSAtomLabel.hpp:50
const unsigned int L5
Definition: BRICSAtomLabel.hpp:51
const unsigned int L13
Definition: BRICSAtomLabel.hpp:59
const unsigned int L6
Definition: BRICSAtomLabel.hpp:52
const unsigned int NONE
Definition: BRICSAtomLabel.hpp:46
const unsigned int L8
Definition: BRICSAtomLabel.hpp:54
const unsigned int L15
Definition: BRICSAtomLabel.hpp:61