Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Member Functions | Public Attributes
SegmentEditorLogicalEffect.SegmentEditorLogicalEffect Class Reference
Inheritance diagram for SegmentEditorLogicalEffect.SegmentEditorLogicalEffect:
Inheritance graph
[legend]
Collaboration diagram for SegmentEditorLogicalEffect.SegmentEditorLogicalEffect:
Collaboration graph
[legend]

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
 

Detailed Description

LogicalEffect is an MorphologyEffect to erode a layer of pixels from a segment

Definition at line 12 of file SegmentEditorLogicalEffect.py.

Constructor & Destructor Documentation

◆ __init__()

def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.__init__ (   self,
  scriptedEffect 
)

Definition at line 16 of file SegmentEditorLogicalEffect.py.

Member Function Documentation

◆ clone()

def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.clone (   self)

Definition at line 21 of file SegmentEditorLogicalEffect.py.

◆ createCursor()

def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.createCursor (   self,
  widget 
)

Definition at line 90 of file SegmentEditorLogicalEffect.py.

◆ getInvertedBinaryLabelmap()

def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.getInvertedBinaryLabelmap (   self,
  modifierLabelmap 
)

Definition at line 163 of file SegmentEditorLogicalEffect.py.

◆ helpText()

def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.helpText (   self)

Definition at line 33 of file SegmentEditorLogicalEffect.py.

◆ icon()

def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.icon (   self)

Definition at line 27 of file SegmentEditorLogicalEffect.py.

◆ modifierSegmentID()

def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.modifierSegmentID (   self)

Definition at line 99 of file SegmentEditorLogicalEffect.py.

◆ onApply()

def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.onApply (   self)

Definition at line 182 of file SegmentEditorLogicalEffect.py.

◆ setMRMLDefaults()

def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.setMRMLDefaults (   self)

Definition at line 94 of file SegmentEditorLogicalEffect.py.

◆ setupOptionsFrame()

def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.setupOptionsFrame (   self)

Definition at line 47 of file SegmentEditorLogicalEffect.py.

◆ updateGUIFromMRML()

def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.updateGUIFromMRML (   self)

Definition at line 111 of file SegmentEditorLogicalEffect.py.

◆ updateMRMLFromGUI()

def SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.updateMRMLFromGUI (   self)

Definition at line 152 of file SegmentEditorLogicalEffect.py.

Member Data Documentation

◆ applyButton

SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.applyButton

Definition at line 63 of file SegmentEditorLogicalEffect.py.

◆ bypassMaskingCheckBox

SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.bypassMaskingCheckBox

Definition at line 59 of file SegmentEditorLogicalEffect.py.

◆ marginSizeMmLabel

SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.marginSizeMmLabel

Definition at line 70 of file SegmentEditorLogicalEffect.py.

◆ methodSelectorComboBox

SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.methodSelectorComboBox

Definition at line 49 of file SegmentEditorLogicalEffect.py.

◆ modifierSegmentSelector

SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.modifierSegmentSelector

Definition at line 75 of file SegmentEditorLogicalEffect.py.

◆ modifierSegmentSelectorLabel

SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.modifierSegmentSelectorLabel

Definition at line 72 of file SegmentEditorLogicalEffect.py.

◆ operationsRequireModifierSegment

SegmentEditorLogicalEffect.SegmentEditorLogicalEffect.operationsRequireModifierSegment

Definition at line 18 of file SegmentEditorLogicalEffect.py.


The documentation for this class was generated from the following file: