|
Slicer 5.8
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) | |
| getMarginSizeMM (self) | |
| getMarginSizePixel (self) | |
| growOperationToggled (self, toggled) | |
| helpText (self) | |
| icon (self) | |
| onApply (self) | |
| processMargin (self) | |
| setMRMLDefaults (self) | |
| setupOptionsFrame (self) | |
| showStatusMessage (self, msg, timeoutMsec=500) | |
| shrinkOperationToggled (self, toggled) | |
| updateGUIFromMRML (self) | |
| updateMRMLFromGUI (self) | |
Public Member Functions inherited from SegmentEditorEffects.AbstractScriptedSegmentEditorEffect.AbstractScriptedSegmentEditorEffect | |
| 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) | |
MaringEffect grows or shrinks the segment by a specified margin
Definition at line 14 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.__init__ | ( | self, | |
| scriptedEffect ) |
Reimplemented from SegmentEditorEffects.AbstractScriptedSegmentEditorEffect.AbstractScriptedSegmentEditorEffect.
Definition at line 17 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.clone | ( | self | ) |
Definition at line 22 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.createCursor | ( | self, | |
| widget ) |
Definition at line 83 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.getMarginSizeMM | ( | self | ) |
Definition at line 151 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.getMarginSizePixel | ( | self | ) |
Definition at line 91 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.growOperationToggled | ( | self, | |
| toggled ) |
Definition at line 137 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.helpText | ( | self | ) |
Definition at line 35 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.icon | ( | self | ) |
Definition at line 29 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.onApply | ( | self | ) |
Definition at line 215 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.processMargin | ( | self | ) |
Definition at line 168 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.setMRMLDefaults | ( | self | ) |
Definition at line 87 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.setupOptionsFrame | ( | self | ) |
Definition at line 38 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.showStatusMessage | ( | self, | |
| msg, | |||
| timeoutMsec = 500 ) |
Definition at line 164 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.shrinkOperationToggled | ( | self, | |
| toggled ) |
Definition at line 141 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.updateGUIFromMRML | ( | self | ) |
Definition at line 101 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.updateMRMLFromGUI | ( | self | ) |
Definition at line 145 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.applyButton |
Definition at line 72 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.applyToAllVisibleSegmentsCheckBox |
Definition at line 65 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.applyToAllVisibleSegmentsLabel |
Definition at line 69 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.growOperationToggled |
Definition at line 79 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.growOptionRadioButton |
Definition at line 42 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeLabel |
Definition at line 57 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeMMLabel |
Definition at line 62 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeMMSpinBox |
Definition at line 49 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.onApply |
Definition at line 77 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.shrinkOperationToggled |
Definition at line 80 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.shrinkOptionRadioButton |
Definition at line 41 of file SegmentEditorMarginEffect.py.
| SegmentEditorEffects.SegmentEditorMarginEffect.SegmentEditorMarginEffect.updateMRMLFromGUI |
Definition at line 78 of file SegmentEditorMarginEffect.py.