Chemical Data Processing Library Python API - Version 1.1.1
Static Public Attributes | List of all members
CDPL.Chem.MDLParity Class Reference

Provides constants that are used to specify the MDL stereo parity of atoms. More...

+ Inheritance diagram for CDPL.Chem.MDLParity:

Static Public Attributes

int UNDEF = 0
 Specifies that the parity of the atom is undefined.
 
int NONE = 1
 Specifies that the atom is not a stereogenic center and thus has no defined parity.
 
int ODD = 2
 Specifies that the atom has an odd parity.
 
int EVEN = 4
 Specifies that the atom has an even parity.
 
int EITHER = 8
 Specifies that the atom is a stereogenic center but has no defined parity.
 

Detailed Description

Provides constants that are used to specify the MDL stereo parity of atoms.