|
Slicer
4.11
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 | getMarginSizeMM (self) |
| def | getMarginSizePixel (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 | |
| marginSizeLabel | |
| marginSizeMMLabel | |
| marginSizeMMSpinBox | |
| shrinkOptionRadioButton | |
MaringEffect grows or shrinks the segment by a specified margin
Definition at line 7 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.__init__ | ( | self, | |
| scriptedEffect | |||
| ) |
Definition at line 11 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.clone | ( | self | ) |
Definition at line 15 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.createCursor | ( | self, | |
| widget | |||
| ) |
Definition at line 67 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.getMarginSizeMM | ( | self | ) |
Definition at line 127 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.getMarginSizePixel | ( | self | ) |
Definition at line 74 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.growOperationToggled | ( | self, | |
| toggled | |||
| ) |
Definition at line 115 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.helpText | ( | self | ) |
Definition at line 27 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.icon | ( | self | ) |
Definition at line 21 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.onApply | ( | self | ) |
Definition at line 140 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.setMRMLDefaults | ( | self | ) |
Definition at line 71 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.setupOptionsFrame | ( | self | ) |
Definition at line 30 of file SegmentEditorMarginEffect.py.
| def SegmentEditorMarginEffect.SegmentEditorMarginEffect.shrinkOperationToggled | ( | self, | |
| toggled | |||
| ) |
Definition at line 119 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 123 of file SegmentEditorMarginEffect.py.
| SegmentEditorMarginEffect.SegmentEditorMarginEffect.applyButton |
Definition at line 57 of file SegmentEditorMarginEffect.py.
| SegmentEditorMarginEffect.SegmentEditorMarginEffect.growOptionRadioButton |
Definition at line 35 of file SegmentEditorMarginEffect.py.
| SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeLabel |
Definition at line 49 of file SegmentEditorMarginEffect.py.
| SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeMMLabel |
Definition at line 54 of file SegmentEditorMarginEffect.py.
| SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeMMSpinBox |
Definition at line 42 of file SegmentEditorMarginEffect.py.
| SegmentEditorMarginEffect.SegmentEditorMarginEffect.shrinkOptionRadioButton |
Definition at line 34 of file SegmentEditorMarginEffect.py.
1.8.14