Slicer
4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Public Member Functions | |
def | __init__ (self, scriptedEffect) |
def | activate (self) |
def | clearPreviewDisplay (self) |
def | clone (self) |
def | createCursor (self, widget) |
def | deactivate (self) |
def | helpText (self) |
def | icon (self) |
def | layoutChanged (self) |
def | masterVolumeNodeChanged (self) |
def | onApply (self) |
def | onThresholdValuesChanged (self, min, max) |
def | onUseForPaint (self) |
def | preview (self) |
def | processInteractionEvents (self, callerInteractor, eventId, viewWidget) |
def | processViewNodeEvents (self, callerViewNode, eventId, viewWidget) |
def | setMRMLDefaults (self) |
def | setupOptionsFrame (self) |
def | setupPreviewDisplay (self) |
def | updateGUIFromMRML (self) |
def | updateMRMLFromGUI (self) |
Public Attributes | |
applyButton | |
previewPipelines | |
previewState | |
previewStep | |
previewSteps | |
segment2DFillOpacity | |
segment2DOutlineOpacity | |
thresholdSlider | |
thresholdSliderLabel | |
timer | |
useForPaintButton | |
ThresholdEffect is an Effect implementing the global threshold operation in the segment editor This is also an example for scripted effects, and some methods have no function. The methods that are not needed (i.e. the default implementation in qSlicerSegmentEditorAbstractEffect is satisfactory) can simply be omitted.
Definition at line 6 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.__init__ | ( | self, | |
scriptedEffect | |||
) |
Definition at line 15 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.activate | ( | self | ) |
Definition at line 48 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.clearPreviewDisplay | ( | self | ) |
Definition at line 189 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.clone | ( | self | ) |
Definition at line 29 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.createCursor | ( | self, | |
widget | |||
) |
Definition at line 102 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.deactivate | ( | self | ) |
Definition at line 66 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.helpText | ( | self | ) |
Definition at line 41 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.icon | ( | self | ) |
Definition at line 35 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.layoutChanged | ( | self | ) |
Definition at line 119 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.masterVolumeNodeChanged | ( | self | ) |
Definition at line 106 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onApply | ( | self | ) |
Definition at line 155 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onThresholdValuesChanged | ( | self, | |
min, | |||
max | |||
) |
Definition at line 145 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onUseForPaint | ( | self | ) |
Definition at line 148 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.preview | ( | self | ) |
Definition at line 219 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.processInteractionEvents | ( | self, | |
callerInteractor, | |||
eventId, | |||
viewWidget | |||
) |
Definition at line 122 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.processViewNodeEvents | ( | self, | |
callerViewNode, | |||
eventId, | |||
viewWidget | |||
) |
Definition at line 125 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.setMRMLDefaults | ( | self | ) |
Definition at line 128 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.setupOptionsFrame | ( | self | ) |
Definition at line 79 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.setupPreviewDisplay | ( | self | ) |
Definition at line 194 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.updateGUIFromMRML | ( | self | ) |
Definition at line 132 of file SegmentEditorThresholdEffect.py.
def SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.updateMRMLFromGUI | ( | self | ) |
Definition at line 138 of file SegmentEditorThresholdEffect.py.
SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.applyButton |
Definition at line 93 of file SegmentEditorThresholdEffect.py.
SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.previewPipelines |
Definition at line 26 of file SegmentEditorThresholdEffect.py.
SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.previewState |
Definition at line 21 of file SegmentEditorThresholdEffect.py.
SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.previewStep |
Definition at line 22 of file SegmentEditorThresholdEffect.py.
SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.previewSteps |
Definition at line 23 of file SegmentEditorThresholdEffect.py.
SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.segment2DFillOpacity |
Definition at line 54 of file SegmentEditorThresholdEffect.py.
SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.segment2DOutlineOpacity |
Definition at line 55 of file SegmentEditorThresholdEffect.py.
SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.thresholdSlider |
Definition at line 84 of file SegmentEditorThresholdEffect.py.
SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.thresholdSliderLabel |
Definition at line 80 of file SegmentEditorThresholdEffect.py.
SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.timer |
Definition at line 20 of file SegmentEditorThresholdEffect.py.
SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.useForPaintButton |
Definition at line 89 of file SegmentEditorThresholdEffect.py.