pygmi.vector.vvis3d#
Code for the 3d voxel model display.
Classes#
Widget class to call the main interface. |
Module Contents#
- class pygmi.vector.vvis3d.Mod3dDisplay(parent=None)#
Bases:
pygmi.misc.ContextModuleWidget class to call the main interface.
- Parameters:
parent (pygmi.main.MainWidget, optional) – Reference to the parent routine. The default is None.
- setupui()#
Set up UI.
- Return type:
None.
- closeEvent(QCloseEvent)#
Close event.
- Parameters:
QCloseEvent (TYPE) – Close event.
- Return type:
None.
- save()#
Save a jpg.
- Return type:
None.
- data_init()#
Initialise Data.
Entry point into routine. This entry point exists for the case where data must be initialised before entering at the standard ‘settings’ sub module.
- Return type:
None.
- run()#
Entry point into the routine, used to run context menu item.
- Returns:
True if successful, False otherwise.
- Return type:
bool
- update_plot()#
Update 3D model.
- Return type:
None.