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
SegmentEditorDrawEffect.DrawPipeline Class Reference

Public Member Functions

def __init__ (self, scriptedEffect, sliceWidget)
 
def addPoint (self, ras)
 
def apply (self)
 
def createPolyData (self)
 
def createStippleTexture (self, lineStipplePattern, lineStippleRepeat)
 
def deleteLastPoint (self)
 
def positionActors (self)
 
def resetPolyData (self)
 
def setLineMode (self, mode="solid")
 

Public Attributes

 actionState
 
 activeSliceOffset
 
 actor
 
 lastInsertSliceNodeMTime
 
 mapper
 
 polyData
 
 rasPoints
 
 scriptedEffect
 
 sliceWidget
 
 tcoords
 
 texture
 
 xyPoints
 

Detailed Description

Visualization objects and pipeline for each slice view for drawing

Definition at line 156 of file SegmentEditorDrawEffect.py.

Constructor & Destructor Documentation

◆ __init__()

def SegmentEditorDrawEffect.DrawPipeline.__init__ (   self,
  scriptedEffect,
  sliceWidget 
)

Definition at line 160 of file SegmentEditorDrawEffect.py.

Member Function Documentation

◆ addPoint()

def SegmentEditorDrawEffect.DrawPipeline.addPoint (   self,
  ras 
)

Definition at line 226 of file SegmentEditorDrawEffect.py.

◆ apply()

def SegmentEditorDrawEffect.DrawPipeline.apply (   self)

Definition at line 279 of file SegmentEditorDrawEffect.py.

◆ createPolyData()

def SegmentEditorDrawEffect.DrawPipeline.createPolyData (   self)

Definition at line 218 of file SegmentEditorDrawEffect.py.

◆ createStippleTexture()

def SegmentEditorDrawEffect.DrawPipeline.createStippleTexture (   self,
  lineStipplePattern,
  lineStippleRepeat 
)

Definition at line 181 of file SegmentEditorDrawEffect.py.

◆ deleteLastPoint()

def SegmentEditorDrawEffect.DrawPipeline.deleteLastPoint (   self)

Definition at line 309 of file SegmentEditorDrawEffect.py.

◆ positionActors()

def SegmentEditorDrawEffect.DrawPipeline.positionActors (   self)

Definition at line 267 of file SegmentEditorDrawEffect.py.

◆ resetPolyData()

def SegmentEditorDrawEffect.DrawPipeline.resetPolyData (   self)

Definition at line 301 of file SegmentEditorDrawEffect.py.

◆ setLineMode()

def SegmentEditorDrawEffect.DrawPipeline.setLineMode (   self,
  mode = "solid" 
)

Definition at line 252 of file SegmentEditorDrawEffect.py.

Member Data Documentation

◆ actionState

SegmentEditorDrawEffect.DrawPipeline.actionState

Definition at line 165 of file SegmentEditorDrawEffect.py.

◆ activeSliceOffset

SegmentEditorDrawEffect.DrawPipeline.activeSliceOffset

Definition at line 163 of file SegmentEditorDrawEffect.py.

◆ actor

SegmentEditorDrawEffect.DrawPipeline.actor

Definition at line 172 of file SegmentEditorDrawEffect.py.

◆ lastInsertSliceNodeMTime

SegmentEditorDrawEffect.DrawPipeline.lastInsertSliceNodeMTime

Definition at line 164 of file SegmentEditorDrawEffect.py.

◆ mapper

SegmentEditorDrawEffect.DrawPipeline.mapper

Definition at line 171 of file SegmentEditorDrawEffect.py.

◆ polyData

SegmentEditorDrawEffect.DrawPipeline.polyData

Definition at line 169 of file SegmentEditorDrawEffect.py.

◆ rasPoints

SegmentEditorDrawEffect.DrawPipeline.rasPoints

Definition at line 168 of file SegmentEditorDrawEffect.py.

◆ scriptedEffect

SegmentEditorDrawEffect.DrawPipeline.scriptedEffect

Definition at line 161 of file SegmentEditorDrawEffect.py.

◆ sliceWidget

SegmentEditorDrawEffect.DrawPipeline.sliceWidget

Definition at line 162 of file SegmentEditorDrawEffect.py.

◆ tcoords

SegmentEditorDrawEffect.DrawPipeline.tcoords

Definition at line 182 of file SegmentEditorDrawEffect.py.

◆ texture

SegmentEditorDrawEffect.DrawPipeline.texture

Definition at line 183 of file SegmentEditorDrawEffect.py.

◆ xyPoints

SegmentEditorDrawEffect.DrawPipeline.xyPoints

Definition at line 167 of file SegmentEditorDrawEffect.py.


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