panelGeometry

panelGeometry — This tab gathers the geometry operation on a VisuData, like periodic translation, physical units, ...

Synopsis

VisuPaths *         visu_ui_panel_geometry_getPaths     ();
VisuUiPanel *       visu_ui_panel_geometry_init         ();
void                visu_ui_panel_geometry_runTests     (GError **error);

Description

Nothing tunable here.

Details

visu_ui_panel_geometry_getPaths ()

VisuPaths *         visu_ui_panel_geometry_getPaths     ();

This panel can store a VisuPaths object.

Returns :

the stored VisuPaths object. [transfer none]

Since 3.7


visu_ui_panel_geometry_init ()

VisuUiPanel *       visu_ui_panel_geometry_init         ();

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 box stuff can be tuned, such as the bounding box, its colour, and the actions linked to the periodicity (translation, dupplication...).

Returns :

a newly created VisuUiPanel object.

visu_ui_panel_geometry_runTests ()

void                visu_ui_panel_geometry_runTests     (GError **error);

Internal test routine, used by the test suite.

error :

the location of a nullified GError pointer.

Since 3.7