|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_CHEM_BONDCONFIGURATION_HPP
30 #define CDPL_CHEM_BONDCONFIGURATION_HPP
42 namespace BondConfiguration
53 const unsigned int NONE = 0x1;
63 const unsigned int CIS = 0x4;
74 #endif // CDPL_CHEM_BONDCONFIGURATION_HPP
const unsigned int EITHER
Specifies that the bond meets the requirements but has no defined configuration.
Definition: BondConfiguration.hpp:68
const unsigned int CIS
Specifies that the bond has cis configuration.
Definition: BondConfiguration.hpp:63
const unsigned int UNDEF
Specifies that the configuration of the bond is completely undefined.
Definition: BondConfiguration.hpp:48
const 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.
const unsigned int TRANS
Specifies that the bond has trans configuration.
Definition: BondConfiguration.hpp:58