Skip to main content

Post-processing tools 2024 R2

dvs_plot_info Struct Reference

Last update: 16.07.2025

#include <dynamic_visualization_store_api.h>

Public Attributes

uint32_t _id
 
char * _name
 
char * _x_axis_title
 
char * _x_axis_units
 
char * _y_axis_title
 
char * _y_axis_units
 
uint32_t _metadata_num_pairs
 
char ** _metadata_keys
 
char ** _metadata_vals
 

Detailed Description

Definition at line 108 of file dynamic_visualization_store_api.h.

Member Data Documentation

◆ _id

uint32_t dvs_plot_info::_id

Unique id for plot.

Definition at line 110 of file dynamic_visualization_store_api.h.

◆ _metadata_keys

char** dvs_plot_info::_metadata_keys

UTF-8 Compatible key , each array should be null terminated.

Definition at line 117 of file dynamic_visualization_store_api.h.

◆ _metadata_num_pairs

uint32_t dvs_plot_info::_metadata_num_pairs

Number of arrays in _metadata_keys/_metadata_vals.

Definition at line 116 of file dynamic_visualization_store_api.h.

◆ _metadata_vals

char** dvs_plot_info::_metadata_vals

UTF-8 Compatible value, each array should be null terminated.

Definition at line 118 of file dynamic_visualization_store_api.h.

◆ _name

char* dvs_plot_info::_name

UTF-8 Compatible name for plot, must be unique from other plot names.

Definition at line 111 of file dynamic_visualization_store_api.h.

◆ _x_axis_title

char* dvs_plot_info::_x_axis_title

UTF-8 Compatible x axis title.

Definition at line 112 of file dynamic_visualization_store_api.h.

◆ _x_axis_units

char* dvs_plot_info::_x_axis_units

///< UTF-8 Compatible unit type, see: https://nexusdemo.ensight.com/docs/python/html/ENS_UNITSSchema.html

Definition at line 113 of file dynamic_visualization_store_api.h.

◆ _y_axis_title

char* dvs_plot_info::_y_axis_title

UTF-8 Compatible y axis title.

Definition at line 114 of file dynamic_visualization_store_api.h.

◆ _y_axis_units

char* dvs_plot_info::_y_axis_units

///< UTF-8 Compatible unit type, see: https://nexusdemo.ensight.com/docs/python/html/ENS_UNITSSchema.html

Definition at line 115 of file dynamic_visualization_store_api.h.


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

Connect with Ansys