|
Slicer 5.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|


Public Member Functions | |
| __init__ (self, scriptedEffect) | |
| activate (self) | |
| clone (self) | |
| createCursor (self, widget) | |
| deactivate (self) | |
| fillValueChanged (self) | |
| getInputVolume (self) | |
| helpText (self) | |
| icon (self) | |
| isVolumeVisible (self, volumeNode) | |
| onApply (self) | |
| onInputVisibilityButtonClicked (self) | |
| onInputVolumeChanged (self) | |
| onOperationSelectionChanged (self, operationName, toggle) | |
| onOutputVisibilityButtonClicked (self) | |
| onOutputVolumeChanged (self) | |
| setMRMLDefaults (self) | |
| setupOptionsFrame (self) | |
| softEdgeMmChanged (self, edgeMm) | |
| updateGUIFromMRML (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) | |
Static Public Member Functions | |
| maskVolumeWithSegment (segmentationNode, segmentID, operationMode, fillValues, inputVolumeNode, outputVolumeNode, maskExtent=None, softEdgeMm=0.0) | |
This effect fills a selected volume node inside and/or outside a segment with a chosen value.
Definition at line 9 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.__init__ | ( | self, | |
| scriptedEffect ) |
Reimplemented from SegmentEditorEffects.AbstractScriptedSegmentEditorEffect.AbstractScriptedSegmentEditorEffect.
Definition at line 12 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.activate | ( | self | ) |
Definition at line 256 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.clone | ( | self | ) |
Definition at line 21 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.createCursor | ( | self, | |
| widget ) |
Definition at line 174 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.deactivate | ( | self | ) |
Definition at line 259 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.fillValueChanged | ( | self | ) |
Definition at line 301 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.getInputVolume | ( | self | ) |
Definition at line 272 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.helpText | ( | self | ) |
Definition at line 36 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.icon | ( | self | ) |
Definition at line 29 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.isVolumeVisible | ( | self, | |
| volumeNode ) |
Definition at line 185 of file SegmentEditorMaskVolumeEffect.py.
|
static |
Fill voxels of the input volume inside/outside the masking model with the provided fill value maskExtent: optional output to return computed mask extent (expected input is a 6-element list) fillValues: list containing one or two fill values. If fill mode is inside or outside then only one value is specified in the list. If fill mode is inside&outside then the list must contain two values: first is the inside fill, second is the outside fill value.
Definition at line 339 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.onApply | ( | self | ) |
Definition at line 304 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.onInputVisibilityButtonClicked | ( | self | ) |
Definition at line 278 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.onInputVolumeChanged | ( | self | ) |
Definition at line 293 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.onOperationSelectionChanged | ( | self, | |
| operationName, | |||
| toggle ) |
Definition at line 264 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.onOutputVisibilityButtonClicked | ( | self | ) |
Definition at line 287 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.onOutputVolumeChanged | ( | self | ) |
Definition at line 297 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.setMRMLDefaults | ( | self | ) |
Definition at line 178 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.setupOptionsFrame | ( | self | ) |
Definition at line 42 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.softEdgeMmChanged | ( | self, | |
| edgeMm ) |
Definition at line 269 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.updateGUIFromMRML | ( | self | ) |
Definition at line 197 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.updateMRMLFromGUI | ( | self | ) |
Definition at line 246 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.applyButton |
Definition at line 164 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.binaryMaskFillButton |
Definition at line 57 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.binaryMaskFillInsideEdit |
Definition at line 80 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.binaryMaskFillOutsideEdit |
Definition at line 75 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.buttonToOperationNameMap |
Definition at line 19 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.fillInsideButton |
Definition at line 49 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.fillInsideLabel |
Definition at line 82 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.fillOutsideButton |
Definition at line 53 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.fillOutsideLabel |
Definition at line 77 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.fillValueChanged |
Definition at line 88 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.fillValueEdit |
Definition at line 70 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.fillValueLabel |
Definition at line 72 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.inputVisibilityButton |
Definition at line 133 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.inputVolumeSelector |
Definition at line 121 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.invisibleIcon |
Definition at line 46 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.onApply |
Definition at line 168 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.onInputVisibilityButtonClicked |
Definition at line 135 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.onInputVolumeChanged |
Definition at line 131 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.onOutputVisibilityButtonClicked |
Definition at line 157 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.onOutputVolumeChanged |
Definition at line 153 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.operationRadioButtons |
Definition at line 43 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.outputVisibilityButton |
Definition at line 155 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.outputVolumeSelector |
Definition at line 142 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.softEdgeMmChanged |
Definition at line 118 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.softEdgeMmLabel |
Definition at line 117 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.softEdgeMmSpinBox |
Definition at line 109 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.updatingGUIFromMRML |
Definition at line 44 of file SegmentEditorMaskVolumeEffect.py.
| SegmentEditorEffects.SegmentEditorMaskVolumeEffect.SegmentEditorMaskVolumeEffect.visibleIcon |
Definition at line 45 of file SegmentEditorMaskVolumeEffect.py.