|
Slicer
5.2
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 | computePreviewLabelmap (self, mergedImage, outputLabelmap) |
| def | helpText (self) |
| def | icon (self) |
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 9 of file SegmentEditorFillBetweenSlicesEffect.py.
| def SegmentEditorFillBetweenSlicesEffect.SegmentEditorFillBetweenSlicesEffect.__init__ | ( | self, | |
| scriptedEffect | |||
| ) |
Definition at line 15 of file SegmentEditorFillBetweenSlicesEffect.py.
| def SegmentEditorFillBetweenSlicesEffect.SegmentEditorFillBetweenSlicesEffect.clone | ( | self | ) |
Definition at line 19 of file SegmentEditorFillBetweenSlicesEffect.py.
| def SegmentEditorFillBetweenSlicesEffect.SegmentEditorFillBetweenSlicesEffect.computePreviewLabelmap | ( | self, | |
| mergedImage, | |||
| outputLabelmap | |||
| ) |
Definition at line 44 of file SegmentEditorFillBetweenSlicesEffect.py.
| def SegmentEditorFillBetweenSlicesEffect.SegmentEditorFillBetweenSlicesEffect.helpText | ( | self | ) |
Definition at line 31 of file SegmentEditorFillBetweenSlicesEffect.py.
| def SegmentEditorFillBetweenSlicesEffect.SegmentEditorFillBetweenSlicesEffect.icon | ( | self | ) |
Definition at line 25 of file SegmentEditorFillBetweenSlicesEffect.py.
1.8.14