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

Public Member Functions

def __init__ (self, scriptedEffect)
 
def clone (self)
 
def createCursor (self, widget)
 
def getKernelSizePixel (self)
 
def helpText (self)
 
def icon (self)
 
def onApply (self)
 
def setMRMLDefaults (self)
 
def setupOptionsFrame (self)
 
def smoothMultipleSegments (self)
 
def smoothSelectedSegment (self)
 
def updateGUIFromMRML (self)
 
def updateMRMLFromGUI (self)
 
def updateParameterWidgetsVisibility (self)
 

Public Attributes

 applyButton
 
 gaussianStandardDeviationMmLabel
 
 gaussianStandardDeviationMmSpinBox
 
 jointTaubinSmoothingFactorLabel
 
 jointTaubinSmoothingFactorSlider
 
 kernelSizeMmLabel
 
 kernelSizeMmSpinBox
 
 kernelSizePixel
 
 methodSelectorComboBox
 

Detailed Description

SmoothingEffect is an Effect that smoothes a selected segment

Definition at line 6 of file SegmentEditorSmoothingEffect.py.

Constructor & Destructor Documentation

◆ __init__()

def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.__init__ (   self,
  scriptedEffect 
)

Definition at line 10 of file SegmentEditorSmoothingEffect.py.

Member Function Documentation

◆ clone()

def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.clone (   self)

Definition at line 14 of file SegmentEditorSmoothingEffect.py.

◆ createCursor()

def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.createCursor (   self,
  widget 
)

Definition at line 91 of file SegmentEditorSmoothingEffect.py.

◆ getKernelSizePixel()

def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.getKernelSizePixel (   self)

Definition at line 113 of file SegmentEditorSmoothingEffect.py.

◆ helpText()

def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.helpText (   self)

Definition at line 26 of file SegmentEditorSmoothingEffect.py.

◆ icon()

def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.icon (   self)

Definition at line 20 of file SegmentEditorSmoothingEffect.py.

◆ onApply()

def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.onApply (   self)

Definition at line 162 of file SegmentEditorSmoothingEffect.py.

◆ setMRMLDefaults()

def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.setMRMLDefaults (   self)

Definition at line 95 of file SegmentEditorSmoothingEffect.py.

◆ setupOptionsFrame()

def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.setupOptionsFrame (   self)

Definition at line 37 of file SegmentEditorSmoothingEffect.py.

◆ smoothMultipleSegments()

def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.smoothMultipleSegments (   self)

Definition at line 253 of file SegmentEditorSmoothingEffect.py.

◆ smoothSelectedSegment()

def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.smoothSelectedSegment (   self)

Definition at line 177 of file SegmentEditorSmoothingEffect.py.

◆ updateGUIFromMRML()

def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.updateGUIFromMRML (   self)

Definition at line 124 of file SegmentEditorSmoothingEffect.py.

◆ updateMRMLFromGUI()

def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.updateMRMLFromGUI (   self)

Definition at line 148 of file SegmentEditorSmoothingEffect.py.

◆ updateParameterWidgetsVisibility()

def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.updateParameterWidgetsVisibility (   self)

Definition at line 101 of file SegmentEditorSmoothingEffect.py.

Member Data Documentation

◆ applyButton

SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.applyButton

Definition at line 80 of file SegmentEditorSmoothingEffect.py.

◆ gaussianStandardDeviationMmLabel

SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.gaussianStandardDeviationMmLabel

Definition at line 69 of file SegmentEditorSmoothingEffect.py.

◆ gaussianStandardDeviationMmSpinBox

SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.gaussianStandardDeviationMmSpinBox

Definition at line 63 of file SegmentEditorSmoothingEffect.py.

◆ jointTaubinSmoothingFactorLabel

SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.jointTaubinSmoothingFactorLabel

Definition at line 78 of file SegmentEditorSmoothingEffect.py.

◆ jointTaubinSmoothingFactorSlider

SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.jointTaubinSmoothingFactorSlider

Definition at line 71 of file SegmentEditorSmoothingEffect.py.

◆ kernelSizeMmLabel

SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.kernelSizeMmLabel

Definition at line 61 of file SegmentEditorSmoothingEffect.py.

◆ kernelSizeMmSpinBox

SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.kernelSizeMmSpinBox

Definition at line 47 of file SegmentEditorSmoothingEffect.py.

◆ kernelSizePixel

SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.kernelSizePixel

Definition at line 55 of file SegmentEditorSmoothingEffect.py.

◆ methodSelectorComboBox

SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.methodSelectorComboBox

Definition at line 39 of file SegmentEditorSmoothingEffect.py.


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