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
SegmentEditorLogicalEffect.py File Reference

Go to the source code of this file.

Classes

class  SegmentEditorEffects.SegmentEditorLogicalEffect.SegmentEditorLogicalEffect
 

Namespaces

namespace  SegmentEditorEffects
 
namespace  SegmentEditorEffects.SegmentEditorLogicalEffect
 

Variables

str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_CLEAR = "CLEAR"
 
str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_COPY = "COPY"
 
str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_FILL = "FILL"
 
str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_INTERSECT = "INTERSECT"
 
str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_INVERT = "INVERT"
 
str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_SUBTRACT = "SUBTRACT"
 
str SegmentEditorEffects.SegmentEditorLogicalEffect.LOGICAL_UNION = "UNION"