Chemical Data Processing Library C++ API - Version 1.2.0
|
Provides constants that are used to specify the R/S configuration of atoms. More...
Variables | |
constexpr unsigned int | UNDEF = 0 |
Specifies that the configuration of the atom is completely undefined. More... | |
constexpr unsigned int | NONE = 0x1 |
Specifies that the atom does not meet the requirements to be assigned a configuration. More... | |
constexpr unsigned int | R = 0x2 |
Specifies that the atom has R configuration. More... | |
constexpr unsigned int | S = 0x4 |
Specifies that the atom has S configuration. More... | |
constexpr unsigned int | EITHER = 0x8 |
Specifies that the atom meets the requirements but has no defined configuration. More... | |
constexpr unsigned int | SP = 16 |
Specifies that the geometry of the ligand arrangement is square planar. More... | |
constexpr unsigned int | TB = SP + 4 |
Specifies that the geometry of the ligand arrangement is trigonal bipyramidal. More... | |
constexpr unsigned int | OH = TB + 21 |
Specifies that the geometry of the ligand arrangement is octahedral. More... | |
Provides constants that are used to specify the R/S configuration of atoms.
|
constexpr |
Specifies that the configuration of the atom is completely undefined.
|
constexpr |
Specifies that the atom does not meet the requirements to be assigned a configuration.
|
constexpr |
Specifies that the atom has R configuration.
|
constexpr |
Specifies that the atom has S configuration.
|
constexpr |
Specifies that the atom meets the requirements but has no defined configuration.
|
constexpr |
Specifies that the geometry of the ligand arrangement is square planar.
|
constexpr |
Specifies that the geometry of the ligand arrangement is trigonal bipyramidal.
|
constexpr |
Specifies that the geometry of the ligand arrangement is octahedral.