Chemical Data Processing Library C++ API - Version 1.2.0
|
Provides constants for the specification of reaction arrow styles in 2D depictions of chemical reactions. More...
Variables | |
constexpr unsigned int | NONE = 0 |
Specifies that no reaction arrow shall be drawn. More... | |
constexpr unsigned int | REACTION_SOLID = 1 |
Specifies a solid reaction arrow (interior will be filled). More... | |
constexpr unsigned int | REACTION_HOLLOW = 2 |
Specifies a hollow reaction arrow (interior will be not filled). More... | |
Provides constants for the specification of reaction arrow styles in 2D depictions of chemical reactions.
|
constexpr |
Specifies that no reaction arrow shall be drawn.
|
constexpr |
Specifies a solid reaction arrow (interior will be filled).
|
constexpr |
Specifies a hollow reaction arrow (interior will be not filled).