|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_CHEM_MDLPARITY_HPP
30 #define CDPL_CHEM_MDLPARITY_HPP
53 const unsigned int NONE = 0x1;
58 const unsigned int ODD = 0x2;
63 const unsigned int EVEN = 0x4;
73 #endif // CDPL_CHEM_MDLPARITY_HPP
const unsigned int EVEN
Specifies that the atom has an even parity.
Definition: MDLParity.hpp:63
const unsigned int EITHER
Specifies that the atom is a stereogenic center but has no defined parity.
Definition: MDLParity.hpp:68
const unsigned int ODD
Specifies that the atom has an odd parity.
Definition: MDLParity.hpp:58
const unsigned int UNDEF
Specifies that the parity of the atom is undefined.
Definition: MDLParity.hpp:48
The namespace of the Chemical Data Processing Library.
const unsigned int NONE
Specifies that the atom is not a stereogenic center and thus has no defined parity.
Definition: MDLParity.hpp:53