|
Chemical Data Processing Library C++ API - Version 1.0.0
|
Go to the documentation of this file.
29 #ifndef CDPL_CHEM_BONDCONFIGURATION_HPP
30 #define CDPL_CHEM_BONDCONFIGURATION_HPP
42 namespace BondConfiguration
54 const unsigned int NONE = 0x1;
59 const unsigned int E = 0x2;
69 const unsigned int Z = 0x4;
74 const unsigned int CIS =
Z;
84 #endif // CDPL_CHEM_BONDCONFIGURATION_HPP
const unsigned int EITHER
Specifies that the bond meets all requirements but has no defined configuration.
Definition: BondConfiguration.hpp:79
const unsigned int Z
Specifies that the bond has Z configuration.
Definition: BondConfiguration.hpp:69
const unsigned int CIS
Specifies that the bond has CIS configuration.
Definition: BondConfiguration.hpp:74
const unsigned int UNDEF
Specifies that the configuration of the bond is undefined.
Definition: BondConfiguration.hpp:48
const unsigned int NONE
Specifies that a bond does not meet the requirements (e.g. not a double bond or symmetric) to be assi...
Definition: BondConfiguration.hpp:54
The namespace of the Chemical Data Processing Library.
const unsigned int E
Specifies that the bond has E configuration.
Definition: BondConfiguration.hpp:59
const unsigned int TRANS
Specifies that the bond has TRANS configuration.
Definition: BondConfiguration.hpp:64