orangecontrib.tomwer.widgets.visualization.VolumeViewerOW.VolumeViewerOW#
- class orangecontrib.tomwer.widgets.visualization.VolumeViewerOW.VolumeViewerOW(*args, captionTitle=None, **kwargs)#
a viewer to display the last volume reconstructed using silx plot3d viewer.
- Parameters:
parent – the parent widget
- class Inputs#
- data = Input(name='data', type=<class 'tomwer.core.scan.scanbase.TomwerScanBase'>, handler='addScan', ...)#
- volume = Input(name='volume', type=<class 'tomwer.core.volume.volumebase.TomwerVolumeBase'>, handler='_volumeReceived', ...)#
- addScan(value)#
- addVolume(volume)#
-
description:
str
= 'display the last volume reconstructed'# Short widget description, displayed in canvas help tooltips.
- ewokstaskclass#
alias of
_VolumeViewerPlaceHolder
-
icon:
str
= 'icons/volumeviewer.svg'# Widget icon path, relative to the defining module.
- id = 'orange.widgets.tomwer.visualization.VolumeViewerOW.VolumeViewerOW'#
-
keywords:
Union
[str
,List
[str
]] = ['tomography', 'file', 'tomwer', 'acquisition', 'validation']# Widget keywords, used for finding it in the quick menu.
-
name:
str
= 'volume viewer'# Widget name, as presented in the Canvas.
-
priority:
int
= 80# Widget priority, used for sorting within a category.
- pytestmark = [Mark(name='skip', args=('Fail on CI',), kwargs={})]#
- resizing_enabled = True#
Should the widget’s window be resizeable? (if not, the widget will derive a fixed size constraint from its layout)
-
settingsHandler:
SettingsHandler
= <orangewidget.settings.SettingsHandler object># Settings handler, can be overridden for context handling.
- sizeHint(self) QSize #
- want_control_area = False#
Should the widget construct a controlArea?
- want_main_area = True#
Should the widget construct a mainArea? (a resizable area to the right of the controlArea)