Chemical Data Processing Library C++ API - Version 1.0.0
|
Provides constants that are used to specify the R/S configuration of atoms. More...
Variables | |
const unsigned int | UNDEF = 0 |
Specifies that the configuration of the atom is undefined. More... | |
const unsigned int | NONE = 0x1 |
Specifies that the atom is not a stereogenic center and thus cannot be assigned a configuration. More... | |
const unsigned int | R = 0x2 |
Specifies that the atom has R configuration. More... | |
const unsigned int | S = 0x4 |
Specifies that the atom has S configuration. More... | |
const unsigned int | EITHER = 0x8 |
Specifies that the atom is a stereogenic center but has no defined configuration. More... | |
Provides constants that are used to specify the R/S configuration of atoms.
const unsigned int CDPL::Chem::AtomConfiguration::UNDEF = 0 |
Specifies that the configuration of the atom is undefined.
const unsigned int CDPL::Chem::AtomConfiguration::NONE = 0x1 |
Specifies that the atom is not a stereogenic center and thus cannot be assigned a configuration.
const unsigned int CDPL::Chem::AtomConfiguration::R = 0x2 |
Specifies that the atom has R configuration.
const unsigned int CDPL::Chem::AtomConfiguration::S = 0x4 |
Specifies that the atom has S configuration.
const unsigned int CDPL::Chem::AtomConfiguration::EITHER = 0x8 |
Specifies that the atom is a stereogenic center but has no defined configuration.