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
SegmentEditorMarginEffect.SegmentEditorMarginEffect Class Reference
Inheritance diagram for SegmentEditorMarginEffect.SegmentEditorMarginEffect:
Inheritance graph
[legend]
Collaboration diagram for SegmentEditorMarginEffect.SegmentEditorMarginEffect:
Collaboration graph
[legend]

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
 

Detailed Description

MaringEffect grows or shrinks the segment by a specified margin

Definition at line 13 of file SegmentEditorMarginEffect.py.

Constructor & Destructor Documentation

◆ __init__()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.__init__ (   self,
  scriptedEffect 
)

Definition at line 17 of file SegmentEditorMarginEffect.py.

Member Function Documentation

◆ clone()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.clone (   self)

Definition at line 21 of file SegmentEditorMarginEffect.py.

◆ createCursor()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.createCursor (   self,
  widget 
)

Definition at line 80 of file SegmentEditorMarginEffect.py.

◆ getMarginSizeMM()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.getMarginSizeMM (   self)

Definition at line 148 of file SegmentEditorMarginEffect.py.

◆ getMarginSizePixel()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.getMarginSizePixel (   self)

Definition at line 88 of file SegmentEditorMarginEffect.py.

◆ growOperationToggled()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.growOperationToggled (   self,
  toggled 
)

Definition at line 134 of file SegmentEditorMarginEffect.py.

◆ helpText()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.helpText (   self)

Definition at line 33 of file SegmentEditorMarginEffect.py.

◆ icon()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.icon (   self)

Definition at line 27 of file SegmentEditorMarginEffect.py.

◆ onApply()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.onApply (   self)

Definition at line 211 of file SegmentEditorMarginEffect.py.

◆ processMargin()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.processMargin (   self)

Definition at line 165 of file SegmentEditorMarginEffect.py.

◆ setMRMLDefaults()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.setMRMLDefaults (   self)

Definition at line 84 of file SegmentEditorMarginEffect.py.

◆ setupOptionsFrame()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.setupOptionsFrame (   self)

Definition at line 36 of file SegmentEditorMarginEffect.py.

◆ showStatusMessage()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.showStatusMessage (   self,
  msg,
  timeoutMsec = 500 
)

Definition at line 161 of file SegmentEditorMarginEffect.py.

◆ shrinkOperationToggled()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.shrinkOperationToggled (   self,
  toggled 
)

Definition at line 138 of file SegmentEditorMarginEffect.py.

◆ updateGUIFromMRML()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.updateGUIFromMRML (   self)

Definition at line 98 of file SegmentEditorMarginEffect.py.

◆ updateMRMLFromGUI()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.updateMRMLFromGUI (   self)

Definition at line 142 of file SegmentEditorMarginEffect.py.

Member Data Documentation

◆ applyButton

SegmentEditorMarginEffect.SegmentEditorMarginEffect.applyButton

Definition at line 69 of file SegmentEditorMarginEffect.py.

◆ applyToAllVisibleSegmentsCheckBox

SegmentEditorMarginEffect.SegmentEditorMarginEffect.applyToAllVisibleSegmentsCheckBox

Definition at line 63 of file SegmentEditorMarginEffect.py.

◆ applyToAllVisibleSegmentsLabel

SegmentEditorMarginEffect.SegmentEditorMarginEffect.applyToAllVisibleSegmentsLabel

Definition at line 67 of file SegmentEditorMarginEffect.py.

◆ growOptionRadioButton

SegmentEditorMarginEffect.SegmentEditorMarginEffect.growOptionRadioButton

Definition at line 41 of file SegmentEditorMarginEffect.py.

◆ marginSizeLabel

SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeLabel

Definition at line 55 of file SegmentEditorMarginEffect.py.

◆ marginSizeMMLabel

SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeMMLabel

Definition at line 60 of file SegmentEditorMarginEffect.py.

◆ marginSizeMMSpinBox

SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeMMSpinBox

Definition at line 48 of file SegmentEditorMarginEffect.py.

◆ shrinkOptionRadioButton

SegmentEditorMarginEffect.SegmentEditorMarginEffect.shrinkOptionRadioButton

Definition at line 40 of file SegmentEditorMarginEffect.py.


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