|
Slicer
4.10
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 | getInvertedBinaryLabelmap (self, modifierLabelmap) |
| def | helpText (self) |
| def | icon (self) |
| def | modifierSegmentID (self) |
| def | onApply (self) |
| def | setMRMLDefaults (self) |
| def | setupOptionsFrame (self) |
| def | updateGUIFromMRML (self) |
| def | updateMRMLFromGUI (self) |
Public Attributes | |
| applyButton | |
| bypassMaskingCheckBox | |
| marginSizeMmLabel | |
| methodSelectorComboBox | |
| modifierSegmentSelector | |
| modifierSegmentSelectorLabel | |
| operationsRequireModifierSegment | |
LogicalEffect is an MorphologyEffect to erode a layer of pixels from a segment
Definition at line 6 of file SegmentEditorLogicalEffect.py.
| def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.__init__ | ( | self, | |
| scriptedEffect | |||
| ) |
Definition at line 10 of file SegmentEditorLogicalEffect.py.
| def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.clone | ( | self | ) |
Definition at line 15 of file SegmentEditorLogicalEffect.py.
| def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.createCursor | ( | self, | |
| widget | |||
| ) |
Definition at line 84 of file SegmentEditorLogicalEffect.py.
| def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.getInvertedBinaryLabelmap | ( | self, | |
| modifierLabelmap | |||
| ) |
Definition at line 157 of file SegmentEditorLogicalEffect.py.
| def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.helpText | ( | self | ) |
Definition at line 27 of file SegmentEditorLogicalEffect.py.
| def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.icon | ( | self | ) |
Definition at line 21 of file SegmentEditorLogicalEffect.py.
| def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.modifierSegmentID | ( | self | ) |
Definition at line 93 of file SegmentEditorLogicalEffect.py.
| def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.onApply | ( | self | ) |
Definition at line 178 of file SegmentEditorLogicalEffect.py.
| def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.setMRMLDefaults | ( | self | ) |
Definition at line 88 of file SegmentEditorLogicalEffect.py.
| def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.setupOptionsFrame | ( | self | ) |
Definition at line 41 of file SegmentEditorLogicalEffect.py.
| def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.updateGUIFromMRML | ( | self | ) |
Definition at line 105 of file SegmentEditorLogicalEffect.py.
| def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.updateMRMLFromGUI | ( | self | ) |
Definition at line 146 of file SegmentEditorLogicalEffect.py.
| SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.applyButton |
Definition at line 57 of file SegmentEditorLogicalEffect.py.
| SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.bypassMaskingCheckBox |
Definition at line 53 of file SegmentEditorLogicalEffect.py.
| SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.marginSizeMmLabel |
Definition at line 64 of file SegmentEditorLogicalEffect.py.
| SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.methodSelectorComboBox |
Definition at line 43 of file SegmentEditorLogicalEffect.py.
| SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.modifierSegmentSelector |
Definition at line 69 of file SegmentEditorLogicalEffect.py.
| SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.modifierSegmentSelectorLabel |
Definition at line 66 of file SegmentEditorLogicalEffect.py.
| SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.operationsRequireModifierSegment |
Definition at line 12 of file SegmentEditorLogicalEffect.py.
1.8.14