29 #ifndef CDPL_CHEM_BONDDIRECTION_HPP
30 #define CDPL_CHEM_BONDDIRECTION_HPP
47 namespace BondDirection
53 constexpr
unsigned int NONE = 0x0;
60 constexpr
unsigned int UP = 0x1;
67 constexpr
unsigned int DOWN = 0x2;
constexpr unsigned int DOWN
Specifies that the bond is directed downwards.
Definition: BondDirection.hpp:67
constexpr unsigned int NONE
Specifies that the bond has no associated direction.
Definition: BondDirection.hpp:53
constexpr unsigned int UP
Specifies that the bond is directed upwards.
Definition: BondDirection.hpp:60
constexpr unsigned int UNSPECIFIED
In a substructure search query pattern this flag indicates that the specified query bond direction is...
Definition: BondDirection.hpp:79
The namespace of the Chemical Data Processing Library.