|
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 | helpText (self) |
| def | icon (self) |
| def | insideSurfaceModeToggled (self, toggled) |
| def | medialSurfaceModeToggled (self, toggled) |
| def | onApply (self) |
| def | outsideSurfaceModeToggled (self, toggled) |
| def | setMRMLDefaults (self) |
| def | setupOptionsFrame (self) |
| def | updateGUIFromMRML (self) |
| def | updateMRMLFromGUI (self) |
Public Attributes | |
| applyButton | |
| insideSurfaceOptionRadioButton | |
| kernelSizePixel | |
| medialSurfaceOptionRadioButton | |
| outsideSurfaceOptionRadioButton | |
| shellThicknessMmLabel | |
| shellThicknessMmSpinBox | |
This effect makes a segment hollow by replacing it with a shell at the segment boundary
Definition at line 6 of file SegmentEditorHollowEffect.py.
| def SegmentEditorHollowEffect.SegmentEditorHollowEffect.__init__ | ( | self, | |
| scriptedEffect | |||
| ) |
Definition at line 9 of file SegmentEditorHollowEffect.py.
| def SegmentEditorHollowEffect.SegmentEditorHollowEffect.clone | ( | self | ) |
Definition at line 13 of file SegmentEditorHollowEffect.py.
| def SegmentEditorHollowEffect.SegmentEditorHollowEffect.createCursor | ( | self, | |
| widget | |||
| ) |
Definition at line 69 of file SegmentEditorHollowEffect.py.
| def SegmentEditorHollowEffect.SegmentEditorHollowEffect.getKernelSizePixel | ( | self | ) |
Definition at line 77 of file SegmentEditorHollowEffect.py.
| def SegmentEditorHollowEffect.SegmentEditorHollowEffect.helpText | ( | self | ) |
Definition at line 25 of file SegmentEditorHollowEffect.py.
| def SegmentEditorHollowEffect.SegmentEditorHollowEffect.icon | ( | self | ) |
Definition at line 19 of file SegmentEditorHollowEffect.py.
| def SegmentEditorHollowEffect.SegmentEditorHollowEffect.insideSurfaceModeToggled | ( | self, | |
| toggled | |||
| ) |
Definition at line 131 of file SegmentEditorHollowEffect.py.
| def SegmentEditorHollowEffect.SegmentEditorHollowEffect.medialSurfaceModeToggled | ( | self, | |
| toggled | |||
| ) |
Definition at line 135 of file SegmentEditorHollowEffect.py.
| def SegmentEditorHollowEffect.SegmentEditorHollowEffect.onApply | ( | self | ) |
Definition at line 143 of file SegmentEditorHollowEffect.py.
| def SegmentEditorHollowEffect.SegmentEditorHollowEffect.outsideSurfaceModeToggled | ( | self, | |
| toggled | |||
| ) |
Definition at line 139 of file SegmentEditorHollowEffect.py.
| def SegmentEditorHollowEffect.SegmentEditorHollowEffect.setMRMLDefaults | ( | self | ) |
Definition at line 73 of file SegmentEditorHollowEffect.py.
| def SegmentEditorHollowEffect.SegmentEditorHollowEffect.setupOptionsFrame | ( | self | ) |
Definition at line 28 of file SegmentEditorHollowEffect.py.
| def SegmentEditorHollowEffect.SegmentEditorHollowEffect.updateGUIFromMRML | ( | self | ) |
Definition at line 93 of file SegmentEditorHollowEffect.py.
| def SegmentEditorHollowEffect.SegmentEditorHollowEffect.updateMRMLFromGUI | ( | self | ) |
Definition at line 127 of file SegmentEditorHollowEffect.py.
| SegmentEditorHollowEffect.SegmentEditorHollowEffect.applyButton |
Definition at line 58 of file SegmentEditorHollowEffect.py.
| SegmentEditorHollowEffect.SegmentEditorHollowEffect.insideSurfaceOptionRadioButton |
Definition at line 32 of file SegmentEditorHollowEffect.py.
| SegmentEditorHollowEffect.SegmentEditorHollowEffect.kernelSizePixel |
Definition at line 50 of file SegmentEditorHollowEffect.py.
| SegmentEditorHollowEffect.SegmentEditorHollowEffect.medialSurfaceOptionRadioButton |
Definition at line 33 of file SegmentEditorHollowEffect.py.
| SegmentEditorHollowEffect.SegmentEditorHollowEffect.outsideSurfaceOptionRadioButton |
Definition at line 34 of file SegmentEditorHollowEffect.py.
| SegmentEditorHollowEffect.SegmentEditorHollowEffect.shellThicknessMmLabel |
Definition at line 56 of file SegmentEditorHollowEffect.py.
| SegmentEditorHollowEffect.SegmentEditorHollowEffect.shellThicknessMmSpinBox |
Definition at line 42 of file SegmentEditorHollowEffect.py.
1.8.14