|
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 | createCursor (self, widget) |
| def | getKernelSizePixel (self) |
| def | growOperationToggled (self, toggled) |
| def | helpText (self) |
| def | icon (self) |
| def | onApply (self) |
| def | setMRMLDefaults (self) |
| def | setupOptionsFrame (self) |
| def | shrinkOperationToggled (self, toggled) |
| def | updateGUIFromMRML (self) |
| def | updateMRMLFromGUI (self) |
Public Attributes | |
| applyButton | |
| growOptionRadioButton | |
| kernelSizePixel | |
| marginSizeMmLabel | |
| marginSizeMmSpinBox | |
| shrinkOptionRadioButton | |
MaringEffect grows or shrinks the segment by a specified margin
Definition at line 6 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.__init__ | ( | self, | |
| scriptedEffect | |||
| ) |
Definition at line 10 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.clone | ( | self | ) |
Definition at line 14 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.createCursor | ( | self, | |
| widget | |||
| ) |
Definition at line 66 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.getKernelSizePixel | ( | self | ) |
Definition at line 73 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.growOperationToggled | ( | self, | |
| toggled | |||
| ) |
Definition at line 109 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.helpText | ( | self | ) |
Definition at line 26 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.icon | ( | self | ) |
Definition at line 20 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.onApply | ( | self | ) |
Definition at line 121 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.setMRMLDefaults | ( | self | ) |
Definition at line 70 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.setupOptionsFrame | ( | self | ) |
Definition at line 29 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.shrinkOperationToggled | ( | self, | |
| toggled | |||
| ) |
Definition at line 113 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.updateGUIFromMRML | ( | self | ) |
Definition at line 84 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.updateMRMLFromGUI | ( | self | ) |
Definition at line 117 of file SegmentEditorMarginEffect.py.
| SegmentEditorMarginEffect.SegmentEditorMarginEffect.applyButton |
Definition at line 56 of file SegmentEditorMarginEffect.py.
| SegmentEditorMarginEffect.SegmentEditorMarginEffect.growOptionRadioButton |
Definition at line 34 of file SegmentEditorMarginEffect.py.
| SegmentEditorMarginEffect.SegmentEditorMarginEffect.kernelSizePixel |
Definition at line 48 of file SegmentEditorMarginEffect.py.
| SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeMmLabel |
Definition at line 54 of file SegmentEditorMarginEffect.py.
| SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeMmSpinBox |
Definition at line 41 of file SegmentEditorMarginEffect.py.
| SegmentEditorMarginEffect.SegmentEditorMarginEffect.shrinkOptionRadioButton |
Definition at line 33 of file SegmentEditorMarginEffect.py.
1.8.14