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

Public Member Functions

 __init__ (self, scriptedEffect)
 
 activate (self)
 
 autoThreshold (self, autoThresholdMethod, autoThresholdMode)
 
 clearHistogramDisplay (self)
 
 clearPreviewDisplay (self)
 
 clone (self)
 
 createHistogramPipeline (self, sliceWidget)
 
 deactivate (self)
 
 getSourceVolumeLayerLogic (self, sliceWidget)
 
 helpText (self)
 
 icon (self)
 
 layoutChanged (self)
 
 onApply (self)
 
 onAutoThreshold (self)
 
 onHistogramMouseClick (self, pos, button)
 
 onHistogramMouseMove (self, pos, button)
 
 onHistogramMouseRelease (self, pos, button)
 
 onSelectedAutoThresholdMethod (self)
 
 onSelectNextAutoThresholdMethod (self)
 
 onSelectPreviousAutoThresholdMethod (self)
 
 onThresholdValuesChanged (self, min, max)
 
 onUseForPaint (self)
 
 preview (self)
 
 processInteractionEvents (self, callerInteractor, eventId, viewWidget)
 
 processViewNodeEvents (self, callerViewNode, eventId, viewWidget)
 
 restorePreviewedSegmentTransparency (self)
 
 setCurrentSegmentTransparent (self)
 
 setMRMLDefaults (self)
 
 setupOptionsFrame (self)
 
 setupPreviewDisplay (self)
 
 sourceVolumeNodeChanged (self)
 
 updateGUIFromMRML (self)
 
 updateHistogram (self)
 
 updateHistogramBackground (self)
 
 updateMRMLFromGUI (self)
 
- Public Member Functions inherited from SegmentEditorEffects.AbstractScriptedSegmentEditorEffect.AbstractScriptedSegmentEditorEffect
 rasToXy (self, ras, viewWidget)
 
 register (self)
 
 setWidgetMinMaxStepFromImageSpacing (self, spinbox, imageData)
 
 xyToIjk (self, xy, viewWidget, image, parentTransformNode=None)
 
 xyToRas (self, xy, viewWidget)
 
 xyzToIjk (self, xyz, viewWidget, image, parentTransformNode=None)
 
 xyzToRas (self, xyz, viewWidget)
 

Public Attributes

 applyButton
 
 autoThresholdCalculator
 
 autoThresholdMethodSelectorComboBox
 
 autoThresholdModeSelectorComboBox
 
 averageFunction
 
 averageFunctionContainer
 
 averageFunctionItem
 
 backgroundColor
 
 backgroundFunction
 
 backgroundFunctionContainer
 
 backgroundFunctionItem
 
 boxROIButton
 
 circleROIButton
 
 drawROIButton
 
 histogramBrushButtonGroup
 
 histogramEventFilter
 
 histogramFunction
 
 histogramFunctionContainer
 
 histogramFunctionItem
 
 histogramLowerMethodButtonGroup
 
 histogramLowerThresholdAverageButton
 
 histogramLowerThresholdLowerButton
 
 histogramLowerThresholdMinimumButton
 
 histogramPipeline
 
 histogramUpperMethodButtonGroup
 
 histogramUpperThresholdAverageButton
 
 histogramUpperThresholdMaximumButton
 
 histogramUpperThresholdUpperButton
 
 histogramView
 
 imageAccumulate
 
 lineROIButton
 
 minMaxFunction
 
 minMaxFunctionContainer
 
 minMaxFunctionItem
 
 onApply
 
 onAutoThreshold
 
 onSelectedAutoThresholdMethod
 
 onSelectNextAutoThresholdMethod
 
 onSelectPreviousAutoThresholdMethod
 
 onThresholdValuesChanged
 
 onUseForPaint
 
 preview
 
 previewedSegmentID
 
 previewPipelines
 
 previewState
 
 previewStep
 
 previewSteps
 
 regionLabel
 
 reslice
 
 segment2DFillOpacity
 
 segment2DOutlineOpacity
 
 selectionEndPosition
 
 selectionStartPosition
 
 selectNextAutoThresholdButton
 
 selectPreviousAutoThresholdButton
 
 setAutoThresholdButton
 
 stencil
 
 thresholdSlider
 
 thresholdSliderLabel
 
 timer
 
 updateMRMLFromGUI
 
 useForPaintButton
 
- Public Attributes inherited from SegmentEditorEffects.AbstractScriptedSegmentEditorEffect.AbstractScriptedSegmentEditorEffect
 scriptedEffect
 

Detailed Description

ThresholdEffect is an Effect implementing the global threshold
operation in the segment editor

This is also an example for scripted effects, and some methods have no
function. The methods that are not needed (i.e. the default implementation in
qSlicerSegmentEditorAbstractEffect is satisfactory) can simply be omitted.

Definition at line 14 of file SegmentEditorThresholdEffect.py.

Constructor & Destructor Documentation

◆ __init__()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.__init__ ( self,
scriptedEffect )

Member Function Documentation

◆ activate()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.activate ( self)

Definition at line 86 of file SegmentEditorThresholdEffect.py.

◆ autoThreshold()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.autoThreshold ( self,
autoThresholdMethod,
autoThresholdMode )

Definition at line 548 of file SegmentEditorThresholdEffect.py.

◆ clearHistogramDisplay()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.clearHistogramDisplay ( self)

Definition at line 638 of file SegmentEditorThresholdEffect.py.

◆ clearPreviewDisplay()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.clearPreviewDisplay ( self)

Definition at line 633 of file SegmentEditorThresholdEffect.py.

◆ clone()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.clone ( self)

Definition at line 66 of file SegmentEditorThresholdEffect.py.

◆ createHistogramPipeline()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.createHistogramPipeline ( self,
sliceWidget )

Definition at line 745 of file SegmentEditorThresholdEffect.py.

◆ deactivate()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.deactivate ( self)

Definition at line 96 of file SegmentEditorThresholdEffect.py.

◆ getSourceVolumeLayerLogic()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.getSourceVolumeLayerLogic ( self,
sliceWidget )

Definition at line 782 of file SegmentEditorThresholdEffect.py.

◆ helpText()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.helpText ( self)

Definition at line 79 of file SegmentEditorThresholdEffect.py.

◆ icon()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.icon ( self)

Definition at line 73 of file SegmentEditorThresholdEffect.py.

◆ layoutChanged()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.layoutChanged ( self)

Definition at line 415 of file SegmentEditorThresholdEffect.py.

◆ onApply()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onApply ( self)

Definition at line 597 of file SegmentEditorThresholdEffect.py.

◆ onAutoThreshold()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onAutoThreshold ( self)

Definition at line 543 of file SegmentEditorThresholdEffect.py.

◆ onHistogramMouseClick()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onHistogramMouseClick ( self,
pos,
button )

Definition at line 760 of file SegmentEditorThresholdEffect.py.

◆ onHistogramMouseMove()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onHistogramMouseMove ( self,
pos,
button )

Definition at line 770 of file SegmentEditorThresholdEffect.py.

◆ onHistogramMouseRelease()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onHistogramMouseRelease ( self,
pos,
button )

Definition at line 776 of file SegmentEditorThresholdEffect.py.

◆ onSelectedAutoThresholdMethod()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onSelectedAutoThresholdMethod ( self)

Definition at line 538 of file SegmentEditorThresholdEffect.py.

◆ onSelectNextAutoThresholdMethod()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onSelectNextAutoThresholdMethod ( self)

Definition at line 533 of file SegmentEditorThresholdEffect.py.

◆ onSelectPreviousAutoThresholdMethod()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onSelectPreviousAutoThresholdMethod ( self)

Definition at line 528 of file SegmentEditorThresholdEffect.py.

◆ onThresholdValuesChanged()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onThresholdValuesChanged ( self,
min,
max )

Definition at line 518 of file SegmentEditorThresholdEffect.py.

◆ onUseForPaint()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onUseForPaint ( self)

Definition at line 521 of file SegmentEditorThresholdEffect.py.

◆ preview()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.preview ( self)

Definition at line 669 of file SegmentEditorThresholdEffect.py.

◆ processInteractionEvents()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.processInteractionEvents ( self,
callerInteractor,
eventId,
viewWidget )

Definition at line 707 of file SegmentEditorThresholdEffect.py.

◆ processViewNodeEvents()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.processViewNodeEvents ( self,
callerViewNode,
eventId,
viewWidget )

Definition at line 756 of file SegmentEditorThresholdEffect.py.

◆ restorePreviewedSegmentTransparency()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.restorePreviewedSegmentTransparency ( self)
Restore previewed segment's opacity that was temporarily
made transparen by calling setCurrentSegmentTransparent().

Definition at line 136 of file SegmentEditorThresholdEffect.py.

◆ setCurrentSegmentTransparent()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.setCurrentSegmentTransparent ( self)
Save current segment opacity and set it to zero
to temporarily hide the segment so that threshold preview
can be seen better.
It also restores opacity of previously previewed segment.
Call restorePreviewedSegmentTransparency() to restore original
opacity.

Definition at line 104 of file SegmentEditorThresholdEffect.py.

◆ setMRMLDefaults()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.setMRMLDefaults ( self)

Definition at line 418 of file SegmentEditorThresholdEffect.py.

◆ setupOptionsFrame()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.setupOptionsFrame ( self)

Definition at line 153 of file SegmentEditorThresholdEffect.py.

◆ setupPreviewDisplay()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.setupPreviewDisplay ( self)

Definition at line 644 of file SegmentEditorThresholdEffect.py.

◆ sourceVolumeNodeChanged()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.sourceVolumeNodeChanged ( self)

Definition at line 403 of file SegmentEditorThresholdEffect.py.

◆ updateGUIFromMRML()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.updateGUIFromMRML ( self)

Definition at line 427 of file SegmentEditorThresholdEffect.py.

◆ updateHistogram()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.updateHistogram ( self)

Definition at line 808 of file SegmentEditorThresholdEffect.py.

◆ updateHistogramBackground()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.updateHistogramBackground ( self)

Definition at line 913 of file SegmentEditorThresholdEffect.py.

◆ updateMRMLFromGUI()

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.updateMRMLFromGUI ( self)

Definition at line 461 of file SegmentEditorThresholdEffect.py.

Member Data Documentation

◆ applyButton

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.applyButton

Definition at line 389 of file SegmentEditorThresholdEffect.py.

◆ autoThresholdCalculator

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.autoThresholdCalculator

Definition at line 35 of file SegmentEditorThresholdEffect.py.

◆ autoThresholdMethodSelectorComboBox

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.autoThresholdMethodSelectorComboBox

Definition at line 172 of file SegmentEditorThresholdEffect.py.

◆ autoThresholdModeSelectorComboBox

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.autoThresholdModeSelectorComboBox

Definition at line 163 of file SegmentEditorThresholdEffect.py.

◆ averageFunction

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.averageFunction

Definition at line 291 of file SegmentEditorThresholdEffect.py.

◆ averageFunctionContainer

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.averageFunctionContainer

Definition at line 292 of file SegmentEditorThresholdEffect.py.

◆ averageFunctionItem

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.averageFunctionItem

Definition at line 294 of file SegmentEditorThresholdEffect.py.

◆ backgroundColor

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.backgroundColor

Definition at line 302 of file SegmentEditorThresholdEffect.py.

◆ backgroundFunction

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.backgroundFunction

Definition at line 303 of file SegmentEditorThresholdEffect.py.

◆ backgroundFunctionContainer

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.backgroundFunctionContainer

Definition at line 304 of file SegmentEditorThresholdEffect.py.

◆ backgroundFunctionItem

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.backgroundFunctionItem

Definition at line 306 of file SegmentEditorThresholdEffect.py.

◆ boxROIButton

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.boxROIButton

Definition at line 233 of file SegmentEditorThresholdEffect.py.

◆ circleROIButton

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.circleROIButton

Definition at line 240 of file SegmentEditorThresholdEffect.py.

◆ drawROIButton

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.drawROIButton

Definition at line 247 of file SegmentEditorThresholdEffect.py.

◆ histogramBrushButtonGroup

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramBrushButtonGroup

Definition at line 230 of file SegmentEditorThresholdEffect.py.

◆ histogramEventFilter

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramEventFilter

Definition at line 277 of file SegmentEditorThresholdEffect.py.

◆ histogramFunction

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramFunction

Definition at line 268 of file SegmentEditorThresholdEffect.py.

◆ histogramFunctionContainer

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramFunctionContainer

Definition at line 269 of file SegmentEditorThresholdEffect.py.

◆ histogramFunctionItem

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramFunctionItem

Definition at line 271 of file SegmentEditorThresholdEffect.py.

◆ histogramLowerMethodButtonGroup

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramLowerMethodButtonGroup

Definition at line 321 of file SegmentEditorThresholdEffect.py.

◆ histogramLowerThresholdAverageButton

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramLowerThresholdAverageButton

Definition at line 339 of file SegmentEditorThresholdEffect.py.

◆ histogramLowerThresholdLowerButton

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramLowerThresholdLowerButton

Definition at line 332 of file SegmentEditorThresholdEffect.py.

◆ histogramLowerThresholdMinimumButton

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramLowerThresholdMinimumButton

Definition at line 324 of file SegmentEditorThresholdEffect.py.

◆ histogramPipeline

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramPipeline

Definition at line 44 of file SegmentEditorThresholdEffect.py.

◆ histogramUpperMethodButtonGroup

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramUpperMethodButtonGroup

Definition at line 354 of file SegmentEditorThresholdEffect.py.

◆ histogramUpperThresholdAverageButton

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramUpperThresholdAverageButton

Definition at line 357 of file SegmentEditorThresholdEffect.py.

◆ histogramUpperThresholdMaximumButton

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramUpperThresholdMaximumButton

Definition at line 371 of file SegmentEditorThresholdEffect.py.

◆ histogramUpperThresholdUpperButton

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramUpperThresholdUpperButton

Definition at line 364 of file SegmentEditorThresholdEffect.py.

◆ histogramView

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramView

Definition at line 263 of file SegmentEditorThresholdEffect.py.

◆ imageAccumulate

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.imageAccumulate

Definition at line 59 of file SegmentEditorThresholdEffect.py.

◆ lineROIButton

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.lineROIButton

Definition at line 254 of file SegmentEditorThresholdEffect.py.

◆ minMaxFunction

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.minMaxFunction

Definition at line 281 of file SegmentEditorThresholdEffect.py.

◆ minMaxFunctionContainer

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.minMaxFunctionContainer

Definition at line 282 of file SegmentEditorThresholdEffect.py.

◆ minMaxFunctionItem

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.minMaxFunctionItem

Definition at line 284 of file SegmentEditorThresholdEffect.py.

◆ onApply

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onApply

Definition at line 401 of file SegmentEditorThresholdEffect.py.

◆ onAutoThreshold

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onAutoThreshold

Definition at line 400 of file SegmentEditorThresholdEffect.py.

◆ onSelectedAutoThresholdMethod

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onSelectedAutoThresholdMethod

Definition at line 396 of file SegmentEditorThresholdEffect.py.

◆ onSelectNextAutoThresholdMethod

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onSelectNextAutoThresholdMethod

Definition at line 399 of file SegmentEditorThresholdEffect.py.

◆ onSelectPreviousAutoThresholdMethod

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onSelectPreviousAutoThresholdMethod

Definition at line 398 of file SegmentEditorThresholdEffect.py.

◆ onThresholdValuesChanged

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onThresholdValuesChanged

Definition at line 395 of file SegmentEditorThresholdEffect.py.

◆ onUseForPaint

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onUseForPaint

Definition at line 394 of file SegmentEditorThresholdEffect.py.

◆ preview

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.preview

Definition at line 41 of file SegmentEditorThresholdEffect.py.

◆ previewedSegmentID

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.previewedSegmentID

Definition at line 30 of file SegmentEditorThresholdEffect.py.

◆ previewPipelines

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.previewPipelines

Definition at line 43 of file SegmentEditorThresholdEffect.py.

◆ previewState

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.previewState

Definition at line 38 of file SegmentEditorThresholdEffect.py.

◆ previewStep

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.previewStep

Definition at line 39 of file SegmentEditorThresholdEffect.py.

◆ previewSteps

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.previewSteps

Definition at line 40 of file SegmentEditorThresholdEffect.py.

◆ regionLabel

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.regionLabel

Definition at line 227 of file SegmentEditorThresholdEffect.py.

◆ reslice

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.reslice

Definition at line 51 of file SegmentEditorThresholdEffect.py.

◆ segment2DFillOpacity

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.segment2DFillOpacity

Definition at line 28 of file SegmentEditorThresholdEffect.py.

◆ segment2DOutlineOpacity

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.segment2DOutlineOpacity

Definition at line 29 of file SegmentEditorThresholdEffect.py.

◆ selectionEndPosition

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.selectionEndPosition

Definition at line 64 of file SegmentEditorThresholdEffect.py.

◆ selectionStartPosition

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.selectionStartPosition

Definition at line 63 of file SegmentEditorThresholdEffect.py.

◆ selectNextAutoThresholdButton

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.selectNextAutoThresholdButton

Definition at line 196 of file SegmentEditorThresholdEffect.py.

◆ selectPreviousAutoThresholdButton

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.selectPreviousAutoThresholdButton

Definition at line 191 of file SegmentEditorThresholdEffect.py.

◆ setAutoThresholdButton

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.setAutoThresholdButton

Definition at line 201 of file SegmentEditorThresholdEffect.py.

◆ stencil

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.stencil

Definition at line 48 of file SegmentEditorThresholdEffect.py.

◆ thresholdSlider

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.thresholdSlider

Definition at line 158 of file SegmentEditorThresholdEffect.py.

◆ thresholdSliderLabel

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.thresholdSliderLabel

Definition at line 154 of file SegmentEditorThresholdEffect.py.

◆ timer

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.timer

Definition at line 37 of file SegmentEditorThresholdEffect.py.

◆ updateMRMLFromGUI

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.updateMRMLFromGUI

Definition at line 236 of file SegmentEditorThresholdEffect.py.

◆ useForPaintButton

SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.useForPaintButton

Definition at line 385 of file SegmentEditorThresholdEffect.py.


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