Slicer  4.10
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 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)
 

Public Attributes

 lastXY
 
 levelTracingPipelines
 

Detailed Description

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

Definition at line 7 of file SegmentEditorLevelTracingEffect.py.

Constructor & Destructor Documentation

◆ __init__()

def SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.__init__ (   self,
  scriptedEffect 
)

Definition at line 12 of file SegmentEditorLevelTracingEffect.py.

Member Function Documentation

◆ clone()

def SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.clone (   self)

Definition at line 20 of file SegmentEditorLevelTracingEffect.py.

◆ deactivate()

def SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.deactivate (   self)

Definition at line 40 of file SegmentEditorLevelTracingEffect.py.

◆ helpText()

def SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.helpText (   self)

Definition at line 32 of file SegmentEditorLevelTracingEffect.py.

◆ icon()

def SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.icon (   self)

Definition at line 26 of file SegmentEditorLevelTracingEffect.py.

◆ pipelineForWidget()

def SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.pipelineForWidget (   self,
  sliceWidget 
)

Definition at line 100 of file SegmentEditorLevelTracingEffect.py.

◆ processInteractionEvents()

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

Definition at line 47 of file SegmentEditorLevelTracingEffect.py.

◆ processViewNodeEvents()

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

Definition at line 88 of file SegmentEditorLevelTracingEffect.py.

Member Data Documentation

◆ lastXY

SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.lastXY

Definition at line 18 of file SegmentEditorLevelTracingEffect.py.

◆ levelTracingPipelines

SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.levelTracingPipelines

Definition at line 17 of file SegmentEditorLevelTracingEffect.py.


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