29 #ifndef CDPL_CHEM_BONDPROPERTYFLAG_HPP
30 #define CDPL_CHEM_BONDPROPERTYFLAG_HPP
42 namespace BondPropertyFlag
48 constexpr
unsigned int NONE = 0x0;
53 constexpr
unsigned int DEFAULT = 0x80000000;
63 constexpr
unsigned int ORDER = 0x2;
constexpr unsigned int AROMATICITY
Specifies the membership of a bond in aromatic rings.
Definition: BondPropertyFlag.hpp:73
constexpr unsigned int ORDER
Specifies the order of a bond.
Definition: BondPropertyFlag.hpp:63
constexpr unsigned int DEFAULT
Represents the default set of bond properties.
Definition: BondPropertyFlag.hpp:53
constexpr unsigned int NONE
Represents an empty set of bond properties.
Definition: BondPropertyFlag.hpp:48
constexpr unsigned int CONFIGURATION
Specifies the steric configuration of a double bond.
Definition: BondPropertyFlag.hpp:78
constexpr unsigned int CIP_CONFIGURATION
Specifies the CIP-configuration of a double bond.
Definition: BondPropertyFlag.hpp:58
constexpr unsigned int TOPOLOGY
Specifies the ring/chain topology of a bond.
Definition: BondPropertyFlag.hpp:68
The namespace of the Chemical Data Processing Library.