Chemical Data Processing Library C++ API - Version 1.1.1
Variables
CDPL::Vis::ArrowStyle Namespace Reference

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...
 

Detailed Description

Provides constants for the specification of reaction arrow styles in 2D depictions of chemical reactions.

Variable Documentation

◆ NONE

const unsigned int CDPL::Vis::ArrowStyle::NONE = 0

Specifies that no reaction arrow shall be drawn.

◆ REACTION_SOLID

const unsigned int CDPL::Vis::ArrowStyle::REACTION_SOLID = 1

Specifies a solid reaction arrow (interior will be filled).

◆ REACTION_HOLLOW

const unsigned int CDPL::Vis::ArrowStyle::REACTION_HOLLOW = 2

Specifies a hollow reaction arrow (interior will be not filled).