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.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect Class Reference
Inheritance diagram for SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect:
Collaboration diagram for SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect:

Public Member Functions

 __init__ (self, scriptedEffect)
 
 activate (self)
 
 clone (self)
 
 deactivate (self)
 
 helpText (self)
 
 icon (self)
 
 pipelineForWidget (self, sliceWidget)
 
 processInteractionEvents (self, callerInteractor, eventId, viewWidget)
 
 processViewNodeEvents (self, callerViewNode, eventId, viewWidget)
 
 setupOptionsFrame (self)
 
- Public Member Functions inherited from SegmentEditorEffects.AbstractScriptedSegmentEditorLabelEffect.AbstractScriptedSegmentEditorLabelEffect
 __init__ (self, scriptedEffect)
 
- Public Member Functions inherited from SegmentEditorEffects.AbstractScriptedSegmentEditorEffect.AbstractScriptedSegmentEditorEffect
 __init__ (self, scriptedEffect)
 
 cleanup (self)
 
 rasToXy (self, ras, viewWidget)
 
 register (self)
 
 setWidgetMinMaxStepFromImageSpacing (self, spinbox, imageData)
 
 xyToIjk (self, xy, viewWidget, image, parentTransformNode=None)
 
 xyToRas (self, xy, viewWidget)
 
 xyzToIjk (self, xyz, viewWidget, image, parentTransformNode=None)
 
 xyzToRas (self, xyz, viewWidget)
 

Public Attributes

 lastXY = None
 
dict levelTracingPipelines = {}
 
 sliceRotatedErrorLabel = qt.QLabel()
 
- Public Attributes inherited from SegmentEditorEffects.AbstractScriptedSegmentEditorEffect.AbstractScriptedSegmentEditorEffect
 scriptedEffect = scriptedEffect
 

Detailed Description

LevelTracingEffect is a LabelEffect implementing level tracing fill using intensity-based isolines

Definition at line 14 of file SegmentEditorLevelTracingEffect.py.

Constructor & Destructor Documentation

◆ __init__()

SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.__init__ ( self,
scriptedEffect )

Definition at line 19 of file SegmentEditorLevelTracingEffect.py.

Member Function Documentation

◆ activate()

SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.activate ( self)

Definition at line 55 of file SegmentEditorLevelTracingEffect.py.

◆ clone()

SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.clone ( self)

Definition at line 28 of file SegmentEditorLevelTracingEffect.py.

◆ deactivate()

SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.deactivate ( self)

Definition at line 58 of file SegmentEditorLevelTracingEffect.py.

◆ helpText()

SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.helpText ( self)

Definition at line 41 of file SegmentEditorLevelTracingEffect.py.

◆ icon()

SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.icon ( self)

Definition at line 35 of file SegmentEditorLevelTracingEffect.py.

◆ pipelineForWidget()

SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.pipelineForWidget ( self,
sliceWidget )

Definition at line 133 of file SegmentEditorLevelTracingEffect.py.

◆ processInteractionEvents()

SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.processInteractionEvents ( self,
callerInteractor,
eventId,
viewWidget )

Definition at line 65 of file SegmentEditorLevelTracingEffect.py.

◆ processViewNodeEvents()

SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.processViewNodeEvents ( self,
callerViewNode,
eventId,
viewWidget )

Definition at line 121 of file SegmentEditorLevelTracingEffect.py.

◆ setupOptionsFrame()

SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.setupOptionsFrame ( self)

Definition at line 49 of file SegmentEditorLevelTracingEffect.py.

Member Data Documentation

◆ lastXY

SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.lastXY = None

Definition at line 26 of file SegmentEditorLevelTracingEffect.py.

◆ levelTracingPipelines

dict SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.levelTracingPipelines = {}

Definition at line 25 of file SegmentEditorLevelTracingEffect.py.

◆ sliceRotatedErrorLabel

SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.sliceRotatedErrorLabel = qt.QLabel()

Definition at line 50 of file SegmentEditorLevelTracingEffect.py.


The documentation for this class was generated from the following file: