29 #ifndef CDPL_CHEM_MDLPARITY_HPP
30 #define CDPL_CHEM_MDLPARITY_HPP
48 constexpr
unsigned int UNDEF = 0;
53 constexpr
unsigned int NONE = 0x1;
58 constexpr
unsigned int ODD = 0x2;
63 constexpr
unsigned int EVEN = 0x4;
constexpr unsigned int EVEN
Specifies that the atom has an even parity.
Definition: MDLParity.hpp:63
constexpr unsigned int NONE
Specifies that the atom is not a stereogenic center and thus has no defined parity.
Definition: MDLParity.hpp:53
constexpr unsigned int UNDEF
Specifies that the parity of the atom is undefined.
Definition: MDLParity.hpp:48
constexpr unsigned int EITHER
Specifies that the atom is a stereogenic center but has no defined parity.
Definition: MDLParity.hpp:68
constexpr unsigned int ODD
Specifies that the atom has an odd parity.
Definition: MDLParity.hpp:58
The namespace of the Chemical Data Processing Library.