|
Chemical Data Processing Library C++ API - Version 1.0.0
|
Go to the documentation of this file.
29 #ifndef CDPL_CHEM_ATOMCONFIGURATION_HPP
30 #define CDPL_CHEM_ATOMCONFIGURATION_HPP
42 namespace AtomConfiguration
54 const unsigned int NONE = 0x1;
59 const unsigned int R = 0x2;
64 const unsigned int S = 0x4;
74 #endif // CDPL_CHEM_ATOMCONFIGURATION_HPP
const unsigned int EITHER
Specifies that the atom is a stereogenic center but has no defined configuration.
Definition: AtomConfiguration.hpp:69
const unsigned int R
Specifies that the atom has R configuration.
Definition: AtomConfiguration.hpp:59
const unsigned int S
Specifies that the atom has S configuration.
Definition: AtomConfiguration.hpp:64
const unsigned int UNDEF
Specifies that the configuration of the atom is undefined.
Definition: AtomConfiguration.hpp:48
The namespace of the Chemical Data Processing Library.
const unsigned int NONE
Specifies that the atom is not a stereogenic center and thus cannot be assigned a configuration.
Definition: AtomConfiguration.hpp:54