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

Provides constants that are used to specify the R/S configuration of atoms. More...

+ Inheritance diagram for CDPL.Chem.AtomConfiguration:

Static Public Attributes

int UNDEF = 0
 Specifies that the configuration of the atom is undefined.
 
int NONE = 1
 Specifies that the atom is not a stereogenic center and thus cannot be assigned a configuration.
 
int R = 2
 Specifies that the atom has R configuration.
 
int S = 4
 Specifies that the atom has S configuration.
 
int EITHER = 8
 Specifies that the atom is a stereogenic center but has no defined configuration.
 

Detailed Description

Provides constants that are used to specify the R/S configuration of atoms.