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
SegmentEditorDrawEffect.SegmentEditorDrawEffect Class Reference
Inheritance diagram for SegmentEditorDrawEffect.SegmentEditorDrawEffect:
Inheritance graph
[legend]
Collaboration diagram for SegmentEditorDrawEffect.SegmentEditorDrawEffect:
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)
 
def setupOptionsFrame (self)
 

Public Attributes

 drawPipelines
 

Detailed Description

DrawEffect is a LabelEffect implementing the interactive draw
    tool in the segment editor

Definition at line 6 of file SegmentEditorDrawEffect.py.

Constructor & Destructor Documentation

◆ __init__()

def SegmentEditorDrawEffect.SegmentEditorDrawEffect.__init__ (   self,
  scriptedEffect 
)

Definition at line 11 of file SegmentEditorDrawEffect.py.

Member Function Documentation

◆ clone()

def SegmentEditorDrawEffect.SegmentEditorDrawEffect.clone (   self)

Definition at line 16 of file SegmentEditorDrawEffect.py.

◆ deactivate()

def SegmentEditorDrawEffect.SegmentEditorDrawEffect.deactivate (   self)

Definition at line 37 of file SegmentEditorDrawEffect.py.

◆ helpText()

def SegmentEditorDrawEffect.SegmentEditorDrawEffect.helpText (   self)

Definition at line 28 of file SegmentEditorDrawEffect.py.

◆ icon()

def SegmentEditorDrawEffect.SegmentEditorDrawEffect.icon (   self)

Definition at line 22 of file SegmentEditorDrawEffect.py.

◆ pipelineForWidget()

def SegmentEditorDrawEffect.SegmentEditorDrawEffect.pipelineForWidget (   self,
  sliceWidget 
)

Definition at line 115 of file SegmentEditorDrawEffect.py.

◆ processInteractionEvents()

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

Definition at line 46 of file SegmentEditorDrawEffect.py.

◆ processViewNodeEvents()

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

Definition at line 95 of file SegmentEditorDrawEffect.py.

◆ setupOptionsFrame()

def SegmentEditorDrawEffect.SegmentEditorDrawEffect.setupOptionsFrame (   self)

Definition at line 43 of file SegmentEditorDrawEffect.py.

Member Data Documentation

◆ drawPipelines

SegmentEditorDrawEffect.SegmentEditorDrawEffect.drawPipelines

Definition at line 13 of file SegmentEditorDrawEffect.py.


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