![]() |
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) | |
createCursor (self, widget) | |
getShellThicknessMM (self) | |
getShellThicknessPixel (self) | |
helpText (self) | |
icon (self) | |
insideSurfaceModeToggled (self, toggled) | |
medialSurfaceModeToggled (self, toggled) | |
onApply (self) | |
outsideSurfaceModeToggled (self, toggled) | |
processHollowing (self) | |
setMRMLDefaults (self) | |
setupOptionsFrame (self) | |
showStatusMessage (self, msg, timeoutMsec=500) | |
updateGUIFromMRML (self) | |
updateMRMLFromGUI (self) | |
This effect makes a segment hollow by replacing it with a shell at the segment boundary
Definition at line 13 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.__init__ | ( | self, | |
scriptedEffect ) |
Definition at line 16 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.clone | ( | self | ) |
Definition at line 20 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.createCursor | ( | self, | |
widget ) |
Definition at line 83 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.getShellThicknessMM | ( | self | ) |
Definition at line 161 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.getShellThicknessPixel | ( | self | ) |
Definition at line 92 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.helpText | ( | self | ) |
Definition at line 32 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.icon | ( | self | ) |
Definition at line 26 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.insideSurfaceModeToggled | ( | self, | |
toggled ) |
Definition at line 149 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.medialSurfaceModeToggled | ( | self, | |
toggled ) |
Definition at line 153 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.onApply | ( | self | ) |
Definition at line 219 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.outsideSurfaceModeToggled | ( | self, | |
toggled ) |
Definition at line 157 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.processHollowing | ( | self | ) |
Definition at line 178 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.setMRMLDefaults | ( | self | ) |
Definition at line 87 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.setupOptionsFrame | ( | self | ) |
Definition at line 35 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.showStatusMessage | ( | self, | |
msg, | |||
timeoutMsec = 500 ) |
Definition at line 174 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.updateGUIFromMRML | ( | self | ) |
Definition at line 102 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.updateMRMLFromGUI | ( | self | ) |
Definition at line 143 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.applyButton |
Definition at line 71 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.applyToAllVisibleSegmentsCheckBox |
Definition at line 65 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.applyToAllVisibleSegmentsLabel |
Definition at line 69 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.insideSurfaceModeToggled |
Definition at line 78 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.insideSurfaceOptionRadioButton |
Definition at line 39 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.medialSurfaceModeToggled |
Definition at line 79 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.medialSurfaceOptionRadioButton |
Definition at line 40 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.onApply |
Definition at line 76 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.outsideSurfaceModeToggled |
Definition at line 80 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.outsideSurfaceOptionRadioButton |
Definition at line 41 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.shellThicknessLabel |
Definition at line 57 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.shellThicknessMMLabel |
Definition at line 62 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.shellThicknessMMSpinBox |
Definition at line 49 of file SegmentEditorHollowEffect.py.
SegmentEditorHollowEffect.SegmentEditorHollowEffect.updateMRMLFromGUI |
Definition at line 77 of file SegmentEditorHollowEffect.py.