Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Classes | |
class | SegmentEditorLogicalEffect |
Variables | |
string | LOGICAL_CLEAR = 'CLEAR' |
string | LOGICAL_COPY = 'COPY' |
string | LOGICAL_FILL = 'FILL' |
string | LOGICAL_INTERSECT = 'INTERSECT' |
string | LOGICAL_INVERT = 'INVERT' |
string | LOGICAL_SUBTRACT = 'SUBTRACT' |
string | LOGICAL_UNION = 'UNION' |
string SegmentEditorLogicalEffect.LOGICAL_CLEAR = 'CLEAR' |
Definition at line 267 of file SegmentEditorLogicalEffect.py.
string SegmentEditorLogicalEffect.LOGICAL_COPY = 'COPY' |
Definition at line 262 of file SegmentEditorLogicalEffect.py.
string SegmentEditorLogicalEffect.LOGICAL_FILL = 'FILL' |
Definition at line 268 of file SegmentEditorLogicalEffect.py.
string SegmentEditorLogicalEffect.LOGICAL_INTERSECT = 'INTERSECT' |
Definition at line 264 of file SegmentEditorLogicalEffect.py.
string SegmentEditorLogicalEffect.LOGICAL_INVERT = 'INVERT' |
Definition at line 266 of file SegmentEditorLogicalEffect.py.
string SegmentEditorLogicalEffect.LOGICAL_SUBTRACT = 'SUBTRACT' |
Definition at line 265 of file SegmentEditorLogicalEffect.py.
string SegmentEditorLogicalEffect.LOGICAL_UNION = 'UNION' |
Definition at line 263 of file SegmentEditorLogicalEffect.py.