Chemical Data Processing Library C++ API - Version 1.1.1
|
Provides constants for the specification of reaction arrow styles in 2D depictions of chemical reactions. More...
Variables | |
const unsigned int | NONE = 0 |
Specifies that no reaction arrow shall be drawn. More... | |
const unsigned int | REACTION_SOLID = 1 |
Specifies a solid reaction arrow (interior will be filled). More... | |
const 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.
const unsigned int CDPL::Vis::ArrowStyle::NONE = 0 |
Specifies that no reaction arrow shall be drawn.
const unsigned int CDPL::Vis::ArrowStyle::REACTION_SOLID = 1 |
Specifies a solid reaction arrow (interior will be filled).
const unsigned int CDPL::Vis::ArrowStyle::REACTION_HOLLOW = 2 |
Specifies a hollow reaction arrow (interior will be not filled).