Slicer
5.2
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 | getMarginSizeMM (self) |
def | getMarginSizePixel (self) |
def | growOperationToggled (self, toggled) |
def | helpText (self) |
def | icon (self) |
def | onApply (self) |
def | processMargin (self) |
def | setMRMLDefaults (self) |
def | setupOptionsFrame (self) |
def | showStatusMessage (self, msg, timeoutMsec=500) |
def | shrinkOperationToggled (self, toggled) |
def | updateGUIFromMRML (self) |
def | updateMRMLFromGUI (self) |
Public Attributes | |
applyButton | |
applyToAllVisibleSegmentsCheckBox | |
applyToAllVisibleSegmentsLabel | |
growOptionRadioButton | |
marginSizeLabel | |
marginSizeMMLabel | |
marginSizeMMSpinBox | |
shrinkOptionRadioButton | |
MaringEffect grows or shrinks the segment by a specified margin
Definition at line 13 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.__init__ | ( | self, | |
scriptedEffect | |||
) |
Definition at line 17 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.clone | ( | self | ) |
Definition at line 21 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.createCursor | ( | self, | |
widget | |||
) |
Definition at line 80 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.getMarginSizeMM | ( | self | ) |
Definition at line 148 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.getMarginSizePixel | ( | self | ) |
Definition at line 88 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.growOperationToggled | ( | self, | |
toggled | |||
) |
Definition at line 134 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.helpText | ( | self | ) |
Definition at line 33 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.icon | ( | self | ) |
Definition at line 27 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.onApply | ( | self | ) |
Definition at line 211 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.processMargin | ( | self | ) |
Definition at line 165 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.setMRMLDefaults | ( | self | ) |
Definition at line 84 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.setupOptionsFrame | ( | self | ) |
Definition at line 36 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.showStatusMessage | ( | self, | |
msg, | |||
timeoutMsec = 500 |
|||
) |
Definition at line 161 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.shrinkOperationToggled | ( | self, | |
toggled | |||
) |
Definition at line 138 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.updateGUIFromMRML | ( | self | ) |
Definition at line 98 of file SegmentEditorMarginEffect.py.
def SegmentEditorMarginEffect.SegmentEditorMarginEffect.updateMRMLFromGUI | ( | self | ) |
Definition at line 142 of file SegmentEditorMarginEffect.py.
SegmentEditorMarginEffect.SegmentEditorMarginEffect.applyButton |
Definition at line 69 of file SegmentEditorMarginEffect.py.
SegmentEditorMarginEffect.SegmentEditorMarginEffect.applyToAllVisibleSegmentsCheckBox |
Definition at line 63 of file SegmentEditorMarginEffect.py.
SegmentEditorMarginEffect.SegmentEditorMarginEffect.applyToAllVisibleSegmentsLabel |
Definition at line 67 of file SegmentEditorMarginEffect.py.
SegmentEditorMarginEffect.SegmentEditorMarginEffect.growOptionRadioButton |
Definition at line 41 of file SegmentEditorMarginEffect.py.
SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeLabel |
Definition at line 55 of file SegmentEditorMarginEffect.py.
SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeMMLabel |
Definition at line 60 of file SegmentEditorMarginEffect.py.
SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeMMSpinBox |
Definition at line 48 of file SegmentEditorMarginEffect.py.
SegmentEditorMarginEffect.SegmentEditorMarginEffect.shrinkOptionRadioButton |
Definition at line 40 of file SegmentEditorMarginEffect.py.