![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
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. | |
Provides flags for the specification of basic Chem.Bond properties.