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

Provides flags for the specification of basic Chem.Bond properties. More...

+ Inheritance diagram for CDPL.Chem.BondPropertyFlag:

Static Public Attributes

int NONE = 0
 Represents an empty set of bond properties.
 
int DEFAULT = 2147483648
 Represents the default set of bond properties.
 
int AROMATICITY = 8
 Specifies the membership of a bond in aromatic rings.
 
int CIP_CONFIGURATION = 1
 Specifies the CIP-configuration of a double bond.
 
int CONFIGURATION = 16
 Specifies the steric configuration of a double bond.
 
int ORDER = 2
 Specifies the order of a bond.
 
int TOPOLOGY = 4
 Specifies the ring/chain topology of a bond.
 

Detailed Description

Provides flags for the specification of basic Chem.Bond properties.