Skip to main content

Post-processing tools 2023 R2

dvs_plot_info Struct Reference

Last update: 17.04.2023

Struct holding information for a plot's definition. More...

#include <dynamic_visualization_store_api.h>

Public Attributes

uint32_t _id
 Unique id for plot.
 
char * _name
 UTF-8 Compatible name for plot, must be unique from other plot names.
 
char * _x_axis_title
 UTF-8 Compatible x axis title.
 
char * _x_axis_units
 ///< UTF-8 Compatible unit type, see: https://nexusdemo.ensight.com/docs/python/html/ENS_UNITSSchema.html
 
char * _y_axis_title
 UTF-8 Compatible y axis title.
 
char * _y_axis_units
 ///< UTF-8 Compatible unit type, see: https://nexusdemo.ensight.com/docs/python/html/ENS_UNITSSchema.html
 
uint32_t _metadata_num_pairs
 Number of arrays in _metadata_keys/_metadata_vals.
 
char ** _metadata_keys
 UTF-8 Compatible key , each array should be null terminated.
 
char ** _metadata_vals
 UTF-8 Compatible value, each array should be null terminated.
 

Detailed Description

Struct holding information for a plot's definition.

Definition at line 108 of file dynamic_visualization_store_api.h.


The documentation for this struct was generated from the following file: