Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
SegmentEditorEffects.SegmentEditorLogicalEffect Namespace Reference

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"
 

Variable Documentation

◆ LOGICAL_CLEAR

str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_CLEAR = "CLEAR"

Definition at line 282 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_COPY

str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_COPY = "COPY"

Definition at line 277 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_FILL

str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_FILL = "FILL"

Definition at line 283 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_INTERSECT

str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_INTERSECT = "INTERSECT"

Definition at line 279 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_INVERT

str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_INVERT = "INVERT"

Definition at line 281 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_SUBTRACT

str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_SUBTRACT = "SUBTRACT"

Definition at line 280 of file SegmentEditorLogicalEffect.py.

◆ LOGICAL_UNION

str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_UNION = "UNION"

Definition at line 278 of file SegmentEditorLogicalEffect.py.