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 Namespace Reference

Namespaces

namespace  AbstractScriptedSegmentEditorAutoCompleteEffect
 
namespace  AbstractScriptedSegmentEditorEffect
 
namespace  AbstractScriptedSegmentEditorLabelEffect
 
namespace  AbstractScriptedSegmentEditorPaintEffect
 
namespace  SegmentEditorDrawEffect
 
namespace  SegmentEditorFillBetweenSlicesEffect
 
namespace  SegmentEditorGrowFromSeedsEffect
 
namespace  SegmentEditorHollowEffect
 
namespace  SegmentEditorIslandsEffect
 
namespace  SegmentEditorLevelTracingEffect
 
namespace  SegmentEditorLogicalEffect
 
namespace  SegmentEditorMarginEffect
 
namespace  SegmentEditorMaskVolumeEffect
 
namespace  SegmentEditorSmoothingEffect
 
namespace  SegmentEditorThresholdEffect
 

Functions

 registerEffects ()
 

Variables

list editorEffectNames
 

Function Documentation

◆ registerEffects()

SegmentEditorEffects.registerEffects ( )

Definition at line 39 of file __init__.py.

Variable Documentation

◆ editorEffectNames

list SegmentEditorEffects.editorEffectNames
Initial value:
1= [
2 "SegmentEditorDrawEffect",
3 "SegmentEditorFillBetweenSlicesEffect",
4 "SegmentEditorGrowFromSeedsEffect",
5 "SegmentEditorHollowEffect",
6 "SegmentEditorIslandsEffect",
7 "SegmentEditorLevelTracingEffect",
8 "SegmentEditorLogicalEffect",
9 "SegmentEditorMarginEffect",
10 "SegmentEditorMaskVolumeEffect",
11 "SegmentEditorSmoothingEffect",
12 "SegmentEditorThresholdEffect",
13]

Definition at line 24 of file __init__.py.