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

Public Member Functions

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

Public Attributes

 actionState
 
 activeSlice
 
 actor
 
 lastInsertSliceNodeMTime
 
 mapper
 
 polyData
 
 rasPoints
 
 scriptedEffect
 
 sliceWidget
 
 xyPoints
 

Detailed Description

Visualization objects and pipeline for each slice view for drawing

Definition at line 135 of file SegmentEditorDrawEffect.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 138 of file SegmentEditorDrawEffect.py.

Member Function Documentation

◆ addPoint()

def SegmentEditorDrawEffect.DrawPipeline.addPoint (   self,
  ras 
)

Definition at line 176 of file SegmentEditorDrawEffect.py.

◆ apply()

def SegmentEditorDrawEffect.DrawPipeline.apply (   self)

Definition at line 220 of file SegmentEditorDrawEffect.py.

◆ createPolyData()

def SegmentEditorDrawEffect.DrawPipeline.createPolyData (   self)

Definition at line 157 of file SegmentEditorDrawEffect.py.

◆ deleteLastPoint()

def SegmentEditorDrawEffect.DrawPipeline.deleteLastPoint (   self)

Definition at line 252 of file SegmentEditorDrawEffect.py.

◆ positionActors()

def SegmentEditorDrawEffect.DrawPipeline.positionActors (   self)

Definition at line 208 of file SegmentEditorDrawEffect.py.

◆ resetPolyData()

def SegmentEditorDrawEffect.DrawPipeline.resetPolyData (   self)

Definition at line 241 of file SegmentEditorDrawEffect.py.

◆ setLineMode()

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

Definition at line 201 of file SegmentEditorDrawEffect.py.

Member Data Documentation

◆ actionState

SegmentEditorDrawEffect.DrawPipeline.actionState

Definition at line 143 of file SegmentEditorDrawEffect.py.

◆ activeSlice

SegmentEditorDrawEffect.DrawPipeline.activeSlice

Definition at line 141 of file SegmentEditorDrawEffect.py.

◆ actor

SegmentEditorDrawEffect.DrawPipeline.actor

Definition at line 150 of file SegmentEditorDrawEffect.py.

◆ lastInsertSliceNodeMTime

SegmentEditorDrawEffect.DrawPipeline.lastInsertSliceNodeMTime

Definition at line 142 of file SegmentEditorDrawEffect.py.

◆ mapper

SegmentEditorDrawEffect.DrawPipeline.mapper

Definition at line 149 of file SegmentEditorDrawEffect.py.

◆ polyData

SegmentEditorDrawEffect.DrawPipeline.polyData

Definition at line 147 of file SegmentEditorDrawEffect.py.

◆ rasPoints

SegmentEditorDrawEffect.DrawPipeline.rasPoints

Definition at line 146 of file SegmentEditorDrawEffect.py.

◆ scriptedEffect

SegmentEditorDrawEffect.DrawPipeline.scriptedEffect

Definition at line 139 of file SegmentEditorDrawEffect.py.

◆ sliceWidget

SegmentEditorDrawEffect.DrawPipeline.sliceWidget

Definition at line 140 of file SegmentEditorDrawEffect.py.

◆ xyPoints

SegmentEditorDrawEffect.DrawPipeline.xyPoints

Definition at line 145 of file SegmentEditorDrawEffect.py.


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