Slicer  4.11
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 setMRMLDefaults (self)
 
def setupOptionsFrame (self)
 
def shrinkOperationToggled (self, toggled)
 
def updateGUIFromMRML (self)
 
def updateMRMLFromGUI (self)
 

Public Attributes

 applyButton
 
 growOptionRadioButton
 
 marginSizeLabel
 
 marginSizeMMLabel
 
 marginSizeMMSpinBox
 
 shrinkOptionRadioButton
 

Detailed Description

MaringEffect grows or shrinks the segment by a specified margin

Definition at line 7 of file SegmentEditorMarginEffect.py.

Constructor & Destructor Documentation

◆ __init__()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.__init__ (   self,
  scriptedEffect 
)

Definition at line 11 of file SegmentEditorMarginEffect.py.

Member Function Documentation

◆ clone()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.clone (   self)

Definition at line 15 of file SegmentEditorMarginEffect.py.

◆ createCursor()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.createCursor (   self,
  widget 
)

Definition at line 67 of file SegmentEditorMarginEffect.py.

◆ getMarginSizeMM()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.getMarginSizeMM (   self)

Definition at line 127 of file SegmentEditorMarginEffect.py.

◆ getMarginSizePixel()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.getMarginSizePixel (   self)

Definition at line 74 of file SegmentEditorMarginEffect.py.

◆ growOperationToggled()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.growOperationToggled (   self,
  toggled 
)

Definition at line 115 of file SegmentEditorMarginEffect.py.

◆ helpText()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.helpText (   self)

Definition at line 27 of file SegmentEditorMarginEffect.py.

◆ icon()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.icon (   self)

Definition at line 21 of file SegmentEditorMarginEffect.py.

◆ onApply()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.onApply (   self)

Definition at line 140 of file SegmentEditorMarginEffect.py.

◆ setMRMLDefaults()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.setMRMLDefaults (   self)

Definition at line 71 of file SegmentEditorMarginEffect.py.

◆ setupOptionsFrame()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.setupOptionsFrame (   self)

Definition at line 30 of file SegmentEditorMarginEffect.py.

◆ shrinkOperationToggled()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.shrinkOperationToggled (   self,
  toggled 
)

Definition at line 119 of file SegmentEditorMarginEffect.py.

◆ updateGUIFromMRML()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.updateGUIFromMRML (   self)

Definition at line 84 of file SegmentEditorMarginEffect.py.

◆ updateMRMLFromGUI()

def SegmentEditorMarginEffect.SegmentEditorMarginEffect.updateMRMLFromGUI (   self)

Definition at line 123 of file SegmentEditorMarginEffect.py.

Member Data Documentation

◆ applyButton

SegmentEditorMarginEffect.SegmentEditorMarginEffect.applyButton

Definition at line 57 of file SegmentEditorMarginEffect.py.

◆ growOptionRadioButton

SegmentEditorMarginEffect.SegmentEditorMarginEffect.growOptionRadioButton

Definition at line 35 of file SegmentEditorMarginEffect.py.

◆ marginSizeLabel

SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeLabel

Definition at line 49 of file SegmentEditorMarginEffect.py.

◆ marginSizeMMLabel

SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeMMLabel

Definition at line 54 of file SegmentEditorMarginEffect.py.

◆ marginSizeMMSpinBox

SegmentEditorMarginEffect.SegmentEditorMarginEffect.marginSizeMMSpinBox

Definition at line 42 of file SegmentEditorMarginEffect.py.

◆ shrinkOptionRadioButton

SegmentEditorMarginEffect.SegmentEditorMarginEffect.shrinkOptionRadioButton

Definition at line 34 of file SegmentEditorMarginEffect.py.


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