![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
panelGeometrypanelGeometry — This tab gathers the geometry operation on a VisuData, like periodic translation, physical units, ... |
VisuPaths * visu_ui_panel_geometry_getPaths ();
VisuUiPanel * visu_ui_panel_geometry_init ();
void visu_ui_panel_geometry_runTests (GError **error
);
VisuPaths * visu_ui_panel_geometry_getPaths ();
This panel can store a VisuPaths object.
Returns : |
the stored VisuPaths object. [transfer none] |
Since 3.7
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. |