Slicer  4.10
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 267 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_COPY

string SegmentEditorLogicalEffect.LOGICAL_COPY = 'COPY'

Definition at line 262 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_FILL

string SegmentEditorLogicalEffect.LOGICAL_FILL = 'FILL'

Definition at line 268 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_INTERSECT

string SegmentEditorLogicalEffect.LOGICAL_INTERSECT = 'INTERSECT'

Definition at line 264 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_INVERT

string SegmentEditorLogicalEffect.LOGICAL_INVERT = 'INVERT'

Definition at line 266 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_SUBTRACT

string SegmentEditorLogicalEffect.LOGICAL_SUBTRACT = 'SUBTRACT'

Definition at line 265 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_UNION

string SegmentEditorLogicalEffect.LOGICAL_UNION = 'UNION'

Definition at line 263 of file SegmentEditorLogicalEffect.py.