|
Slicer 5.4
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|


Public Member Functions | |
| __init__ (self, scriptedEffect) | |
| clone (self) | |
| currentOperationRequiresSegmentSelection (self) | |
| helpText (self) | |
| icon (self) | |
| onApply (self) | |
| onOperationSelectionChanged (self, operationName, toggle) | |
| processInteractionEvents (self, callerInteractor, eventId, viewWidget) | |
| processViewNodeEvents (self, callerViewNode, eventId, viewWidget) | |
| setMRMLDefaults (self) | |
| setupOptionsFrame (self) | |
| splitSegments (self, minimumSize=0, maxNumberOfSegments=0, split=True) | |
| updateGUIFromMRML (self) | |
| updateMRMLFromGUI (self) | |
Operate on connected components (islands) within a segment
Definition at line 13 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.__init__ | ( | self, | |
| scriptedEffect ) |
Definition at line 17 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.clone | ( | self | ) |
Definition at line 22 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.currentOperationRequiresSegmentSelection | ( | self | ) |
Definition at line 114 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.helpText | ( | self | ) |
Definition at line 34 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.icon | ( | self | ) |
Definition at line 28 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.onApply | ( | self | ) |
Definition at line 118 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.onOperationSelectionChanged | ( | self, | |
| operationName, | |||
| toggle ) |
Definition at line 109 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.processInteractionEvents | ( | self, | |
| callerInteractor, | |||
| eventId, | |||
| viewWidget ) |
Definition at line 248 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.processViewNodeEvents | ( | self, | |
| callerViewNode, | |||
| eventId, | |||
| viewWidget ) |
Definition at line 368 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.setMRMLDefaults | ( | self | ) |
Definition at line 371 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.setupOptionsFrame | ( | self | ) |
Definition at line 38 of file SegmentEditorIslandsEffect.py.
| 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 131 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.updateGUIFromMRML | ( | self | ) |
Definition at line 375 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.updateMRMLFromGUI | ( | self | ) |
Definition at line 403 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.addSelectedOptionRadioButton |
Definition at line 65 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.applyButton |
Definition at line 97 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.keepLargestOptionRadioButton |
Definition at line 41 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.keepSelectedOptionRadioButton |
Definition at line 47 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.minimumSizeLabel |
Definition at line 95 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.minimumSizeSpinBox |
Definition at line 89 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.onApply |
Definition at line 107 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.operationRadioButtons |
Definition at line 39 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.removeSelectedOptionRadioButton |
Definition at line 59 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.removeSmallOptionRadioButton |
Definition at line 53 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.splitAllOptionRadioButton |
Definition at line 71 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.updateMRMLFromGUI |
Definition at line 105 of file SegmentEditorIslandsEffect.py.
| SegmentEditorIslandsEffect.SegmentEditorIslandsEffect.widgetToOperationNameMap |
Definition at line 20 of file SegmentEditorIslandsEffect.py.