Chemical Data Processing Library C++ API - Version 1.2.0
|
Provides constants that are used to specify the main direction of object layouts. More...
Variables | |
constexpr unsigned int | HORIZONTAL = 0 |
Specifies a horizontal layout (parallel to the x-axis). More... | |
constexpr unsigned int | VERTICAL = 1 |
Specifies a vertical layout (parallel to the y-axis). More... | |
Provides constants that are used to specify the main direction of object layouts.
|
constexpr |
Specifies a horizontal layout (parallel to the x-axis).
|
constexpr |
Specifies a vertical layout (parallel to the y-axis).