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


Public Member Functions | |
| __init__ (self, scriptedEffect) | |
| clone (self) | |
| computePreviewLabelmap (self, mergedImage, outputLabelmap) | |
| helpText (self) | |
| icon (self) | |
Public Member Functions inherited from SegmentEditorEffects.AbstractScriptedSegmentEditorAutoCompleteEffect.AbstractScriptedSegmentEditorAutoCompleteEffect | |
| __del__ (self) | |
| __init__ (self, scriptedEffect) | |
| cleanup (self) | |
| createCursor (self, widget) | |
| effectiveExtentChanged (self) | |
| getPreviewNode (self) | |
| getPreviewOpacity (self) | |
| getPreviewShow3D (self) | |
| observeSegmentation (self, observationEnabled) | |
| onApply (self) | |
| onCancel (self) | |
| onPreview (self) | |
| onSegmentationModified (self, caller, event) | |
| preview (self) | |
| reset (self) | |
| setMRMLDefaults (self) | |
| setPreviewOpacity (self, opacity) | |
| setPreviewShow3D (self, show) | |
| setupOptionsFrame (self) | |
| updateGUIFromMRML (self) | |
| updateMRMLFromGUI (self) | |
Public Member Functions inherited from SegmentEditorEffects.AbstractScriptedSegmentEditorEffect.AbstractScriptedSegmentEditorEffect | |
| __init__ (self, scriptedEffect) | |
| 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) | |
AutoCompleteEffect is an effect that can create a full segmentation from a partial segmentation (not all slices are segmented or only part of the target structures are painted).
Definition at line 11 of file SegmentEditorFillBetweenSlicesEffect.py.
| SegmentEditorEffects.SegmentEditorFillBetweenSlicesEffect.SegmentEditorFillBetweenSlicesEffect.__init__ | ( | self, | |
| scriptedEffect ) |
Definition at line 17 of file SegmentEditorFillBetweenSlicesEffect.py.
| SegmentEditorEffects.SegmentEditorFillBetweenSlicesEffect.SegmentEditorFillBetweenSlicesEffect.clone | ( | self | ) |
Definition at line 22 of file SegmentEditorFillBetweenSlicesEffect.py.
| SegmentEditorEffects.SegmentEditorFillBetweenSlicesEffect.SegmentEditorFillBetweenSlicesEffect.computePreviewLabelmap | ( | self, | |
| mergedImage, | |||
| outputLabelmap ) |
Definition at line 48 of file SegmentEditorFillBetweenSlicesEffect.py.
| SegmentEditorEffects.SegmentEditorFillBetweenSlicesEffect.SegmentEditorFillBetweenSlicesEffect.helpText | ( | self | ) |
Definition at line 35 of file SegmentEditorFillBetweenSlicesEffect.py.
| SegmentEditorEffects.SegmentEditorFillBetweenSlicesEffect.SegmentEditorFillBetweenSlicesEffect.icon | ( | self | ) |
Definition at line 29 of file SegmentEditorFillBetweenSlicesEffect.py.