Chemical Data Processing Library C++ API - Version 1.2.0
|
Provides constants that are used to specify the MDL stereo parity of atoms. More...
Variables | |
constexpr unsigned int | UNDEF = 0 |
Specifies that the parity of the atom is undefined. More... | |
constexpr unsigned int | NONE = 0x1 |
Specifies that the atom is not a stereogenic center and thus has no defined parity. More... | |
constexpr unsigned int | ODD = 0x2 |
Specifies that the atom has an odd parity. More... | |
constexpr unsigned int | EVEN = 0x4 |
Specifies that the atom has an even parity. More... | |
constexpr unsigned int | EITHER = 0x8 |
Specifies that the atom is a stereogenic center but has no defined parity. More... | |
Provides constants that are used to specify the MDL stereo parity of atoms.
|
constexpr |
Specifies that the parity of the atom is undefined.
|
constexpr |
Specifies that the atom is not a stereogenic center and thus has no defined parity.
|
constexpr |
Specifies that the atom has an odd parity.
|
constexpr |
Specifies that the atom has an even parity.
|
constexpr |
Specifies that the atom is a stereogenic center but has no defined parity.