![]() |
Slicer 5.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
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.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.__init__ | ( | self, | |
scriptedEffect ) |
Reimplemented from SegmentEditorEffects.AbstractScriptedSegmentEditorEffect.AbstractScriptedSegmentEditorEffect.
Definition at line 23 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.activate | ( | self | ) |
Definition at line 90 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.autoThreshold | ( | self, | |
autoThresholdMethod, | |||
autoThresholdMode ) |
Definition at line 500 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.clearHistogramDisplay | ( | self | ) |
Definition at line 595 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.clearPreviewDisplayPipelines | ( | self | ) |
Definition at line 585 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.clone | ( | self | ) |
Definition at line 70 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.createHistogramPipeline | ( | self, | |
sliceWidget ) |
Definition at line 750 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.deactivate | ( | self | ) |
Definition at line 97 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.getSourceVolumeLayerLogic | ( | self, | |
sliceWidget ) |
Definition at line 787 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.helpText | ( | self | ) |
Definition at line 83 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.icon | ( | self | ) |
Definition at line 77 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.layoutChanged | ( | self | ) |
Definition at line 367 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onApply | ( | self | ) |
Definition at line 549 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onAutoThreshold | ( | self | ) |
Definition at line 495 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onHistogramMouseClick | ( | self, | |
pos, | |||
button ) |
Definition at line 765 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onHistogramMouseMove | ( | self, | |
pos, | |||
button ) |
Definition at line 775 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onHistogramMouseRelease | ( | self, | |
pos, | |||
button ) |
Definition at line 781 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onSelectedAutoThresholdMethod | ( | self | ) |
Definition at line 490 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onSelectNextAutoThresholdMethod | ( | self | ) |
Definition at line 485 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onSelectPreviousAutoThresholdMethod | ( | self | ) |
Definition at line 480 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onThresholdValuesChanged | ( | self, | |
min, | |||
max ) |
Definition at line 470 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onUseForPaint | ( | self | ) |
Definition at line 473 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.preview | ( | self | ) |
Definition at line 651 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.processInteractionEvents | ( | self, | |
callerInteractor, | |||
eventId, | |||
viewWidget ) |
Definition at line 699 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.processViewNodeEvents | ( | self, | |
callerViewNode, | |||
eventId, | |||
viewWidget ) |
Definition at line 761 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.setMRMLDefaults | ( | self | ) |
Definition at line 370 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.setupOptionsFrame | ( | self | ) |
Definition at line 105 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.sourceVolumeNodeChanged | ( | self | ) |
Definition at line 355 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.updateGUIFromMRML | ( | self | ) |
Definition at line 379 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.updateHistogram | ( | self | ) |
Definition at line 813 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.updateHistogramBackground | ( | self | ) |
Definition at line 917 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.updateMRMLFromGUI | ( | self | ) |
Definition at line 413 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.updatePreviewDisplayPipelines | ( | self | ) |
Definition at line 601 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.applyButton |
Definition at line 341 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.autoThresholdCalculator |
Definition at line 34 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.autoThresholdMethodSelectorComboBox |
Definition at line 124 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.autoThresholdModeSelectorComboBox |
Definition at line 115 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.averageFunction |
Definition at line 243 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.averageFunctionContainer |
Definition at line 244 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.averageFunctionItem |
Definition at line 246 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.backgroundColor |
Definition at line 254 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.backgroundFunction |
Definition at line 255 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.backgroundFunctionContainer |
Definition at line 256 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.backgroundFunctionItem |
Definition at line 258 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.boxROIButton |
Definition at line 185 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.circleROIButton |
Definition at line 192 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.drawROIButton |
Definition at line 199 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.enableViewInteractions |
Definition at line 68 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramBrushButtonGroup |
Definition at line 182 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramEventFilter |
Definition at line 229 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramFunction |
Definition at line 220 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramFunctionContainer |
Definition at line 221 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramFunctionItem |
Definition at line 223 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramLowerMethodButtonGroup |
Definition at line 273 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramLowerThresholdAverageButton |
Definition at line 291 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramLowerThresholdLowerButton |
Definition at line 284 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramLowerThresholdMinimumButton |
Definition at line 276 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramPipeline |
Definition at line 43 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramUpperMethodButtonGroup |
Definition at line 306 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramUpperThresholdAverageButton |
Definition at line 309 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramUpperThresholdMaximumButton |
Definition at line 323 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramUpperThresholdUpperButton |
Definition at line 316 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.histogramView |
Definition at line 215 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.imageAccumulate |
Definition at line 57 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.lineROIButton |
Definition at line 206 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.minMaxFunction |
Definition at line 233 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.minMaxFunctionContainer |
Definition at line 234 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.minMaxFunctionItem |
Definition at line 236 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onApply |
Definition at line 353 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onAutoThreshold |
Definition at line 352 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onSelectedAutoThresholdMethod |
Definition at line 348 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onSelectNextAutoThresholdMethod |
Definition at line 351 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onSelectPreviousAutoThresholdMethod |
Definition at line 350 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onThresholdValuesChanged |
Definition at line 347 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.onUseForPaint |
Definition at line 346 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.preview |
Definition at line 40 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.previewedSegmentationDisplayNode |
Definition at line 28 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.previewedSegmentID |
Definition at line 29 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.previewPipelines |
Definition at line 42 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.previewState |
Definition at line 37 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.previewStep |
Definition at line 38 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.previewSteps |
Definition at line 39 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.regionLabel |
Definition at line 179 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.reslice |
Definition at line 49 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.selectionEndPosition |
Definition at line 62 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.selectionStartPosition |
Definition at line 61 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.selectNextAutoThresholdButton |
Definition at line 148 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.selectPreviousAutoThresholdButton |
Definition at line 143 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.setAutoThresholdButton |
Definition at line 153 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.stencil |
Definition at line 46 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.thresholdSlider |
Definition at line 110 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.thresholdSliderLabel |
Definition at line 106 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.timer |
Definition at line 36 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.updateMRMLFromGUI |
Definition at line 188 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.SegmentEditorThresholdEffect.useForPaintButton |
Definition at line 337 of file SegmentEditorThresholdEffect.py.