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 | 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 12 of file SegmentEditorLogicalEffect.py.
def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.__init__ | ( | self, | |
scriptedEffect | |||
) |
Definition at line 16 of file SegmentEditorLogicalEffect.py.
def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.clone | ( | self | ) |
Definition at line 21 of file SegmentEditorLogicalEffect.py.
def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.createCursor | ( | self, | |
widget | |||
) |
Definition at line 90 of file SegmentEditorLogicalEffect.py.
def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.getInvertedBinaryLabelmap | ( | self, | |
modifierLabelmap | |||
) |
Definition at line 163 of file SegmentEditorLogicalEffect.py.
def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.helpText | ( | self | ) |
Definition at line 33 of file SegmentEditorLogicalEffect.py.
def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.icon | ( | self | ) |
Definition at line 27 of file SegmentEditorLogicalEffect.py.
def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.modifierSegmentID | ( | self | ) |
Definition at line 99 of file SegmentEditorLogicalEffect.py.
def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.onApply | ( | self | ) |
Definition at line 182 of file SegmentEditorLogicalEffect.py.
def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.setMRMLDefaults | ( | self | ) |
Definition at line 94 of file SegmentEditorLogicalEffect.py.
def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.setupOptionsFrame | ( | self | ) |
Definition at line 47 of file SegmentEditorLogicalEffect.py.
def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.updateGUIFromMRML | ( | self | ) |
Definition at line 111 of file SegmentEditorLogicalEffect.py.
def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.updateMRMLFromGUI | ( | self | ) |
Definition at line 152 of file SegmentEditorLogicalEffect.py.
SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.applyButton |
Definition at line 63 of file SegmentEditorLogicalEffect.py.
SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.bypassMaskingCheckBox |
Definition at line 59 of file SegmentEditorLogicalEffect.py.
SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.marginSizeMmLabel |
Definition at line 70 of file SegmentEditorLogicalEffect.py.
SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.methodSelectorComboBox |
Definition at line 49 of file SegmentEditorLogicalEffect.py.
SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.modifierSegmentSelector |
Definition at line 75 of file SegmentEditorLogicalEffect.py.
SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.modifierSegmentSelectorLabel |
Definition at line 72 of file SegmentEditorLogicalEffect.py.
SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.operationsRequireModifierSegment |
Definition at line 18 of file SegmentEditorLogicalEffect.py.