Slicer
5.2
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 279 of file SegmentEditorLogicalEffect.py.
string SegmentEditorLogicalEffect.LOGICAL_COPY = 'COPY' |
Definition at line 274 of file SegmentEditorLogicalEffect.py.
string SegmentEditorLogicalEffect.LOGICAL_FILL = 'FILL' |
Definition at line 280 of file SegmentEditorLogicalEffect.py.
string SegmentEditorLogicalEffect.LOGICAL_INTERSECT = 'INTERSECT' |
Definition at line 276 of file SegmentEditorLogicalEffect.py.
string SegmentEditorLogicalEffect.LOGICAL_INVERT = 'INVERT' |
Definition at line 278 of file SegmentEditorLogicalEffect.py.
string SegmentEditorLogicalEffect.LOGICAL_SUBTRACT = 'SUBTRACT' |
Definition at line 277 of file SegmentEditorLogicalEffect.py.
string SegmentEditorLogicalEffect.LOGICAL_UNION = 'UNION' |
Definition at line 275 of file SegmentEditorLogicalEffect.py.