29 #ifndef CDPL_CHEM_BONDCONFIGURATION_HPP
30 #define CDPL_CHEM_BONDCONFIGURATION_HPP
42 namespace BondConfiguration
48 constexpr
unsigned int UNDEF = 0;
53 constexpr
unsigned int NONE = 0x1;
58 constexpr
unsigned int TRANS = 0x2;
63 constexpr
unsigned int CIS = 0x4;
constexpr unsigned int CIS
Specifies that the bond has cis configuration.
Definition: BondConfiguration.hpp:63
constexpr unsigned int TRANS
Specifies that the bond has trans configuration.
Definition: BondConfiguration.hpp:58
constexpr unsigned int EITHER
Specifies that the bond meets the requirements but has no defined configuration.
Definition: BondConfiguration.hpp:68
constexpr unsigned int UNDEF
Specifies that the configuration of the bond is completely undefined.
Definition: BondConfiguration.hpp:48
constexpr unsigned int NONE
Specifies that a bond does not meet the requirements to be assigned a configuration.
Definition: BondConfiguration.hpp:53
The namespace of the Chemical Data Processing Library.