OTV_RectangleInfo struct
#include <include/OnTubeVis/glyph_types.h>
The info struct for the GlyphType::Rect glyph.
Public variables
- const uint32_t N
- The number of 32bit static properties of a rectangle glyph layer. Must be 7 always.
-
OTV_
Rgb rgb - The glyph color in case a static color is assigned.
-
OTV_
ColorMap color_map - The selected color map to query colors from if no static color is used.
- float width
- The width of the rectangle in multiples of the tube/ribbon radius in case a static value is to be used.
- float height
- The height of the rectangle in multiples of the tube/ribbon radius in case a static value is to be used.
-
OTV_
RectangleInfoStaticFlags static_flags - Which of the dynamic glyph properties should statically assume the values defined in this info struct.