29 #ifndef CDPL_CHEM_BONDSTEREOFLAG_HPP
30 #define CDPL_CHEM_BONDSTEREOFLAG_HPP
42 namespace BondStereoFlag
50 constexpr
unsigned int PLAIN = 0;
59 constexpr
unsigned int UP = 1;
77 constexpr
unsigned int DOWN = 3;
constexpr unsigned int REVERSE_DOWN
Specifies a bond where the start atom is below and the end atom is in the plane of the paper.
Definition: BondStereoFlag.hpp:86
constexpr unsigned int UP
Specifies a bond where the end atom is above and the start atom is in the plane of the paper.
Definition: BondStereoFlag.hpp:59
constexpr unsigned int REVERSE_UP
Specifies a bond where the start atom is above and the end atom is in the plane of the paper.
Definition: BondStereoFlag.hpp:68
constexpr unsigned int DOWN
Specifies a bond where the end atom is below and the start atom is in the plane of the paper.
Definition: BondStereoFlag.hpp:77
constexpr unsigned int REVERSE_EITHER
Specifies that stereogenic member atoms of the bond or any double bonds (including the bond itself) t...
Definition: BondStereoFlag.hpp:108
constexpr unsigned int PLAIN
Specifies a bond whose member atoms are located in the plane of the paper.
Definition: BondStereoFlag.hpp:50
constexpr unsigned int EITHER
Specifies that stereogenic member atoms of the bond or any double bonds (including the bond itself) t...
Definition: BondStereoFlag.hpp:97
The namespace of the Chemical Data Processing Library.