|
Slicer
4.10
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 | clone (self) |
| def | currentOperationRequiresSegmentSelection (self) |
| def | helpText (self) |
| def | icon (self) |
| def | onApply (self) |
| def | onOperationSelectionChanged (self, operationName, toggle) |
| def | processInteractionEvents (self, callerInteractor, eventId, viewWidget) |
| def | processViewNodeEvents (self, callerViewNode, eventId, viewWidget) |
| def | setMRMLDefaults (self) |
| def | setupOptionsFrame (self) |
| def | splitSegments (self, minimumSize=0, maxNumberOfSegments=0, split=True) |
| def | updateGUIFromMRML (self) |
| def | updateMRMLFromGUI (self) |
Operate on connected components (islands) within a segment
Definition at line 7 of file SegmentEditorIslandsEffect.py.
| def SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.__init__ | ( | self, | |
| scriptedEffect | |||
| ) |
Definition at line 11 of file SegmentEditorIslandsEffect.py.
| def SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.clone | ( | self | ) |
Definition at line 16 of file SegmentEditorIslandsEffect.py.
| def SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.currentOperationRequiresSegmentSelection | ( | self | ) |
Definition at line 107 of file SegmentEditorIslandsEffect.py.
| def SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.helpText | ( | self | ) |
Definition at line 28 of file SegmentEditorIslandsEffect.py.
| def SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.icon | ( | self | ) |
Definition at line 22 of file SegmentEditorIslandsEffect.py.
| def SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.onApply | ( | self | ) |
Definition at line 111 of file SegmentEditorIslandsEffect.py.
| def SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.onOperationSelectionChanged | ( | self, | |
| operationName, | |||
| toggle | |||
| ) |
Definition at line 102 of file SegmentEditorIslandsEffect.py.
| def SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.processInteractionEvents | ( | self, | |
| callerInteractor, | |||
| eventId, | |||
| viewWidget | |||
| ) |
Definition at line 210 of file SegmentEditorIslandsEffect.py.
| def SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.processViewNodeEvents | ( | self, | |
| callerViewNode, | |||
| eventId, | |||
| viewWidget | |||
| ) |
Definition at line 319 of file SegmentEditorIslandsEffect.py.
| def SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.setMRMLDefaults | ( | self | ) |
Definition at line 322 of file SegmentEditorIslandsEffect.py.
| def SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.setupOptionsFrame | ( | self | ) |
Definition at line 31 of file SegmentEditorIslandsEffect.py.
| def SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.splitSegments | ( | self, | |
minimumSize = 0, |
|||
maxNumberOfSegments = 0, |
|||
split = True |
|||
| ) |
minimumSize: if 0 then it means that all islands are kept, regardless of size maxNumberOfSegments: if 0 then it means that all islands are kept, regardless of how many
Definition at line 121 of file SegmentEditorIslandsEffect.py.
| def SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.updateGUIFromMRML | ( | self | ) |
Definition at line 326 of file SegmentEditorIslandsEffect.py.
| def SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.updateMRMLFromGUI | ( | self | ) |
Definition at line 354 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.addSelectedOptionRadioButton |
Definition at line 58 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.applyButton |
Definition at line 90 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.keepLargestOptionRadioButton |
Definition at line 34 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.keepSelectedOptionRadioButton |
Definition at line 40 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.minimumSizeLabel |
Definition at line 88 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.minimumSizeSpinBox |
Definition at line 82 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.operationRadioButtons |
Definition at line 32 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.removeSelectedOptionRadioButton |
Definition at line 52 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.removeSmallOptionRadioButton |
Definition at line 46 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.splitAllOptionRadioButton |
Definition at line 64 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.widgetToOperationNameMap |
Definition at line 14 of file SegmentEditorIslandsEffect.py.
1.8.14