Slicer
4.8
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 | 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) |
SmoothingEffect is an Effect that smoothes a selected segment
Definition at line 6 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.__init__ | ( | self, | |
scriptedEffect | |||
) |
Definition at line 10 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.clone | ( | self | ) |
Definition at line 14 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.createCursor | ( | self, | |
widget | |||
) |
Definition at line 92 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.getKernelSizePixel | ( | self | ) |
Definition at line 114 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.helpText | ( | self | ) |
Definition at line 26 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.icon | ( | self | ) |
Definition at line 20 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.onApply | ( | self | ) |
Definition at line 171 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.setMRMLDefaults | ( | self | ) |
Definition at line 96 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.setupOptionsFrame | ( | self | ) |
Definition at line 37 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.smoothMultipleSegments | ( | self | ) |
Definition at line 262 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.smoothSelectedSegment | ( | self | ) |
Definition at line 186 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.updateGUIFromMRML | ( | self | ) |
Definition at line 125 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.updateMRMLFromGUI | ( | self | ) |
Definition at line 157 of file SegmentEditorSmoothingEffect.py.
def SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.updateParameterWidgetsVisibility | ( | self | ) |
Definition at line 102 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.applyButton |
Definition at line 81 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.gaussianStandardDeviationMmLabel |
Definition at line 70 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.gaussianStandardDeviationMmSpinBox |
Definition at line 64 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.jointTaubinSmoothingFactorLabel |
Definition at line 79 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.jointTaubinSmoothingFactorSlider |
Definition at line 72 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.kernelSizeMmLabel |
Definition at line 62 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.kernelSizeMmSpinBox |
Definition at line 47 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.kernelSizePixel |
Definition at line 56 of file SegmentEditorSmoothingEffect.py.
SegmentEditorSmoothingEffect.SegmentEditorSmoothingEffect.methodSelectorComboBox |
Definition at line 39 of file SegmentEditorSmoothingEffect.py.