panelDataFile

panelDataFile — The tab where to configure the action of an external data file on colourisation of nodes.

Functions

Description

The widgets are organised in three categories. The first is used to normalised the inputs, see visu_colorization_setMin() / visu_colorization_setMax(). The second category is used for colourisation, see visu_colorization_setShade(). Finally the last category is about post-processing.

Functions

visu_ui_panel_colorization_init ()

VisuUiPanel *
visu_ui_panel_colorization_init (VisuUiMain *ui);

Should be used in the list declared in externalModules.h to be loaded by V_Sim on start-up. This routine will create the VisuUiPanel where the colouring stuff can be done, such as choosing a colour shade, opening a file, setting boundaries...

[skip]

Parameters

ui

a VisuUiMain object.

 

Returns

a newly created VisuUiPanel object.

Types and Values