![]() |
Slicer 5.6
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) | |
![]() | |
rasToXy (self, ras, viewWidget) | |
register (self) | |
setWidgetMinMaxStepFromImageSpacing (self, spinbox, imageData) | |
xyToIjk (self, xy, viewWidget, image, parentTransformNode=None) | |
xyToRas (self, xy, viewWidget) | |
xyzToIjk (self, xyz, viewWidget, image, parentTransformNode=None) | |
xyzToRas (self, xyz, viewWidget) | |
This effect makes a segment hollow by replacing it with a shell at the segment boundary
Definition at line 14 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.__init__ | ( | self, | |
scriptedEffect ) |
Reimplemented from SegmentEditorEffects.AbstractScriptedSegmentEditorEffect.AbstractScriptedSegmentEditorEffect.
Definition at line 17 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.clone | ( | self | ) |
Definition at line 22 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.createCursor | ( | self, | |
widget ) |
Definition at line 86 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.getShellThicknessMM | ( | self | ) |
Definition at line 164 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.getShellThicknessPixel | ( | self | ) |
Definition at line 95 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.helpText | ( | self | ) |
Definition at line 35 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.icon | ( | self | ) |
Definition at line 29 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.insideSurfaceModeToggled | ( | self, | |
toggled ) |
Definition at line 152 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.medialSurfaceModeToggled | ( | self, | |
toggled ) |
Definition at line 156 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.onApply | ( | self | ) |
Definition at line 224 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.outsideSurfaceModeToggled | ( | self, | |
toggled ) |
Definition at line 160 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.processHollowing | ( | self | ) |
Definition at line 181 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.setMRMLDefaults | ( | self | ) |
Definition at line 90 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.setupOptionsFrame | ( | self | ) |
Definition at line 38 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.showStatusMessage | ( | self, | |
msg, | |||
timeoutMsec = 500 ) |
Definition at line 177 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.updateGUIFromMRML | ( | self | ) |
Definition at line 105 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.updateMRMLFromGUI | ( | self | ) |
Definition at line 146 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.applyButton |
Definition at line 74 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.applyToAllVisibleSegmentsCheckBox |
Definition at line 67 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.applyToAllVisibleSegmentsLabel |
Definition at line 71 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.insideSurfaceModeToggled |
Definition at line 81 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.insideSurfaceOptionRadioButton |
Definition at line 41 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.medialSurfaceModeToggled |
Definition at line 82 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.medialSurfaceOptionRadioButton |
Definition at line 42 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.onApply |
Definition at line 79 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.outsideSurfaceModeToggled |
Definition at line 83 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.outsideSurfaceOptionRadioButton |
Definition at line 43 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.shellThicknessLabel |
Definition at line 59 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.shellThicknessMMLabel |
Definition at line 64 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.shellThicknessMMSpinBox |
Definition at line 51 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.updateMRMLFromGUI |
Definition at line 80 of file SegmentEditorHollowEffect.py.