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