29 #ifndef CDPL_VIS_LAYOUTSTYLE_HPP
30 #define CDPL_VIS_LAYOUTSTYLE_HPP
48 constexpr
unsigned int NONE = 0;
constexpr unsigned int NONE
Specifies that the objects have no special layout.
Definition: LayoutStyle.hpp:48
constexpr unsigned int PACKED
Specifies that the objects have to be arranged in multiple rows within a rectangle.
Definition: LayoutStyle.hpp:58
constexpr unsigned int LINEAR
Specifies that the objects have to be arranged along a line.
Definition: LayoutStyle.hpp:53
The namespace of the Chemical Data Processing Library.