Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes | Variables
SegmentEditorLogicalEffect Namespace Reference

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'
 

Variable Documentation

◆ LOGICAL_CLEAR

string SegmentEditorLogicalEffect.LOGICAL_CLEAR = 'CLEAR'

Definition at line 279 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_COPY

string SegmentEditorLogicalEffect.LOGICAL_COPY = 'COPY'

Definition at line 274 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_FILL

string SegmentEditorLogicalEffect.LOGICAL_FILL = 'FILL'

Definition at line 280 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_INTERSECT

string SegmentEditorLogicalEffect.LOGICAL_INTERSECT = 'INTERSECT'

Definition at line 276 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_INVERT

string SegmentEditorLogicalEffect.LOGICAL_INVERT = 'INVERT'

Definition at line 278 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_SUBTRACT

string SegmentEditorLogicalEffect.LOGICAL_SUBTRACT = 'SUBTRACT'

Definition at line 277 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_UNION

string SegmentEditorLogicalEffect.LOGICAL_UNION = 'UNION'

Definition at line 275 of file SegmentEditorLogicalEffect.py.