![]() |
Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Classes | |
class | SegmentEditorLogicalEffect |
Variables | |
str | LOGICAL_CLEAR = "CLEAR" |
str | LOGICAL_COPY = "COPY" |
str | LOGICAL_FILL = "FILL" |
str | LOGICAL_INTERSECT = "INTERSECT" |
str | LOGICAL_INVERT = "INVERT" |
str | LOGICAL_SUBTRACT = "SUBTRACT" |
str | LOGICAL_UNION = "UNION" |
str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_CLEAR = "CLEAR" |
Definition at line 282 of file SegmentEditorLogicalEffect.py.
str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_COPY = "COPY" |
Definition at line 277 of file SegmentEditorLogicalEffect.py.
str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_FILL = "FILL" |
Definition at line 283 of file SegmentEditorLogicalEffect.py.
str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_INTERSECT = "INTERSECT" |
Definition at line 279 of file SegmentEditorLogicalEffect.py.
str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_INVERT = "INVERT" |
Definition at line 281 of file SegmentEditorLogicalEffect.py.
str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_SUBTRACT = "SUBTRACT" |
Definition at line 280 of file SegmentEditorLogicalEffect.py.
str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_UNION = "UNION" |
Definition at line 278 of file SegmentEditorLogicalEffect.py.