Provides constants that are used to specify the MDL stereo parity of atoms.
More...
|
| 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.
- See also
- [CTFILE]
◆ UNDEF
| constexpr unsigned int CDPL::Chem::MDLParity::UNDEF = 0 |
|
constexpr |
Specifies that the parity of the atom is undefined.
◆ NONE
| constexpr unsigned int CDPL::Chem::MDLParity::NONE = 0x1 |
|
constexpr |
Specifies that the atom is not a stereogenic center and thus has no defined parity.
◆ ODD
| constexpr unsigned int CDPL::Chem::MDLParity::ODD = 0x2 |
|
constexpr |
Specifies that the atom has an odd parity.
◆ EVEN
| constexpr unsigned int CDPL::Chem::MDLParity::EVEN = 0x4 |
|
constexpr |
Specifies that the atom has an even parity.
◆ EITHER
| constexpr unsigned int CDPL::Chem::MDLParity::EITHER = 0x8 |
|
constexpr |
Specifies that the atom is a stereogenic center but has no defined parity.