Slicer  5.3
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Member Functions | Public Attributes
SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect Class Reference
Inheritance diagram for SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect:
Inheritance graph
[legend]
Collaboration diagram for SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, scriptedEffect)
 
def activate (self)
 
def clone (self)
 
def deactivate (self)
 
def helpText (self)
 
def icon (self)
 
def pipelineForWidget (self, sliceWidget)
 
def processInteractionEvents (self, callerInteractor, eventId, viewWidget)
 
def processViewNodeEvents (self, callerViewNode, eventId, viewWidget)
 
def setupOptionsFrame (self)
 

Public Attributes

 lastXY
 
 levelTracingPipelines
 
 sliceRotatedErrorLabel
 

Detailed Description

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

Definition at line 13 of file SegmentEditorLevelTracingEffect.py.

Constructor & Destructor Documentation

◆ __init__()

def SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.__init__ (   self,
  scriptedEffect 
)

Definition at line 18 of file SegmentEditorLevelTracingEffect.py.

Member Function Documentation

◆ activate()

def SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.activate (   self)

Definition at line 52 of file SegmentEditorLevelTracingEffect.py.

◆ clone()

def SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.clone (   self)

Definition at line 26 of file SegmentEditorLevelTracingEffect.py.

◆ deactivate()

def SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.deactivate (   self)

Definition at line 55 of file SegmentEditorLevelTracingEffect.py.

◆ helpText()

def SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.helpText (   self)

Definition at line 38 of file SegmentEditorLevelTracingEffect.py.

◆ icon()

def SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.icon (   self)

Definition at line 32 of file SegmentEditorLevelTracingEffect.py.

◆ pipelineForWidget()

def SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.pipelineForWidget (   self,
  sliceWidget 
)

Definition at line 123 of file SegmentEditorLevelTracingEffect.py.

◆ processInteractionEvents()

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

Definition at line 62 of file SegmentEditorLevelTracingEffect.py.

◆ processViewNodeEvents()

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

Definition at line 111 of file SegmentEditorLevelTracingEffect.py.

◆ setupOptionsFrame()

def SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.setupOptionsFrame (   self)

Definition at line 46 of file SegmentEditorLevelTracingEffect.py.

Member Data Documentation

◆ lastXY

SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.lastXY

Definition at line 24 of file SegmentEditorLevelTracingEffect.py.

◆ levelTracingPipelines

SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.levelTracingPipelines

Definition at line 23 of file SegmentEditorLevelTracingEffect.py.

◆ sliceRotatedErrorLabel

SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.sliceRotatedErrorLabel

Definition at line 47 of file SegmentEditorLevelTracingEffect.py.


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