![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Definition of constants in namespace CDPL::Chem::RECAPAtomLabel. More...
Go to the source code of this file.
Namespaces | |
| CDPL | |
| The namespace of the Chemical Data Processing Library. | |
| CDPL::Chem | |
| Contains classes and functions related to chemistry. | |
| CDPL::Chem::RECAPAtomLabel | |
| Provides constants for labeling the endpoints of bonds matched by RECAP fragmentation rules. | |
Variables | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::NONE = 0 |
| Specifies that the atom carries no label. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::AMIDE_N = 1 |
| Specifies the nitrogen side of an amide bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::AMIDE_C = 2 |
| Specifies the carbon side of an amide bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::ESTER_O = 3 |
| Specifies the oxygen side of an ester bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::ESTER_C = 4 |
| Specifies the carbon side of an ester bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::AMINE_N = 5 |
| Specifies the nitrogen side of an amine bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::AMINE_C = 6 |
| Specifies the carbon side of an amine bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::UREA_N = 7 |
| Specifies the nitrogen side of a urea bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::UREA_C = 8 |
| Specifies the carbon side of a urea bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::ETHER_O = 9 |
| Specifies the oxygen side of an ether bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::ETHER_C = 10 |
| Specifies the carbon side of an ether bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::OLEFIN_C = 11 |
| Specifies a carbon side of an olefinic bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::QUATERNARY_N_N = 12 |
| Specifies the nitrogen side of a quaternary amine bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::QUATERNARY_N_C = 13 |
| Specifies the carbon side of a quaternary amine bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::AROMATIC_N_ALIPHATIC_C_N = 14 |
| Specifies the nitrogen side of an aromatic nitrogen to aliphatic carbon bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::AROMATIC_N_ALIPHATIC_C_C = 15 |
| Specifies the carbon side of an aromatic nitrogen to aliphatic carbon bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::LACTAM_N_ALIPHATIC_C_N = 16 |
| Specifies the nitrogen side of a lactam bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::LACTAM_N_ALIPHATIC_C_C = 17 |
| Specifies the carbon side of a lactam bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::AROMATIC_C_AROMATIC_C_C = 18 |
| Specifies an atom of an aromatic carbon-carbon bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::SULFONAMIDE_N = 19 |
| Specifies the nitrogen side of a sulfonamide bond. More... | |
| constexpr unsigned int | CDPL::Chem::RECAPAtomLabel::SULFONAMIDE_S = 20 |
| Specifies the sulfur side of a sulfonamide bond. More... | |
Definition of constants in namespace CDPL::Chem::RECAPAtomLabel.