![]() |
Slicer 5.9
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) | |
![]() | |
__init__ (self, scriptedEffect) | |
cleanup (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) | |
Public Attributes | |
applyButton = qt.QPushButton(_("Apply")) | |
applyToAllVisibleSegmentsCheckBox = qt.QCheckBox() | |
applyToAllVisibleSegmentsLabel | |
insideSurfaceModeToggled | |
insideSurfaceOptionRadioButton = qt.QRadioButton(_("inside surface")) | |
medialSurfaceModeToggled | |
medialSurfaceOptionRadioButton = qt.QRadioButton(_("medial surface")) | |
onApply | |
outsideSurfaceModeToggled | |
outsideSurfaceOptionRadioButton = qt.QRadioButton(_("outside surface")) | |
shellThicknessLabel = qt.QLabel() | |
shellThicknessMMLabel = self.scriptedEffect.addLabeledOptionsWidget(_("Shell thickness:"), shellThicknessFrame) | |
shellThicknessMMSpinBox = slicer.qMRMLSpinBox() | |
updateMRMLFromGUI | |
![]() | |
scriptedEffect = scriptedEffect | |
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 ) |
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 = qt.QPushButton(_("Apply")) |
Definition at line 74 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.applyToAllVisibleSegmentsCheckBox = qt.QCheckBox() |
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 = qt.QRadioButton(_("inside surface")) |
Definition at line 41 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.medialSurfaceModeToggled |
Definition at line 82 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.medialSurfaceOptionRadioButton = qt.QRadioButton(_("medial surface")) |
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 = qt.QRadioButton(_("outside surface")) |
Definition at line 43 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.shellThicknessLabel = qt.QLabel() |
Definition at line 59 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.shellThicknessMMLabel = self.scriptedEffect.addLabeledOptionsWidget(_("Shell thickness:"), shellThicknessFrame) |
Definition at line 64 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.shellThicknessMMSpinBox = slicer.qMRMLSpinBox() |
Definition at line 51 of file SegmentEditorHollowEffect.py.
SegmentEditorEffects.SegmentEditorHollowEffect.SegmentEditorHollowEffect.updateMRMLFromGUI |
Definition at line 80 of file SegmentEditorHollowEffect.py.