Slicer  4.11
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
Inheritance diagram for SegmentEditorDrawEffect.DrawPipeline:
Inheritance graph
[legend]
Collaboration diagram for SegmentEditorDrawEffect.DrawPipeline:
Collaboration graph
[legend]

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 142 of file SegmentEditorDrawEffect.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 145 of file SegmentEditorDrawEffect.py.

Member Function Documentation

◆ addPoint()

def SegmentEditorDrawEffect.DrawPipeline.addPoint (   self,
  ras 
)

Definition at line 172 of file SegmentEditorDrawEffect.py.

◆ apply()

def SegmentEditorDrawEffect.DrawPipeline.apply (   self)

Definition at line 216 of file SegmentEditorDrawEffect.py.

◆ createPolyData()

def SegmentEditorDrawEffect.DrawPipeline.createPolyData (   self)

Definition at line 164 of file SegmentEditorDrawEffect.py.

◆ deleteLastPoint()

def SegmentEditorDrawEffect.DrawPipeline.deleteLastPoint (   self)

Definition at line 247 of file SegmentEditorDrawEffect.py.

◆ positionActors()

def SegmentEditorDrawEffect.DrawPipeline.positionActors (   self)

Definition at line 204 of file SegmentEditorDrawEffect.py.

◆ resetPolyData()

def SegmentEditorDrawEffect.DrawPipeline.resetPolyData (   self)

Definition at line 239 of file SegmentEditorDrawEffect.py.

◆ setLineMode()

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

Definition at line 197 of file SegmentEditorDrawEffect.py.

Member Data Documentation

◆ actionState

SegmentEditorDrawEffect.DrawPipeline.actionState

Definition at line 150 of file SegmentEditorDrawEffect.py.

◆ activeSlice

SegmentEditorDrawEffect.DrawPipeline.activeSlice

Definition at line 148 of file SegmentEditorDrawEffect.py.

◆ actor

SegmentEditorDrawEffect.DrawPipeline.actor

Definition at line 157 of file SegmentEditorDrawEffect.py.

◆ lastInsertSliceNodeMTime

SegmentEditorDrawEffect.DrawPipeline.lastInsertSliceNodeMTime

Definition at line 149 of file SegmentEditorDrawEffect.py.

◆ mapper

SegmentEditorDrawEffect.DrawPipeline.mapper

Definition at line 156 of file SegmentEditorDrawEffect.py.

◆ polyData

SegmentEditorDrawEffect.DrawPipeline.polyData

Definition at line 154 of file SegmentEditorDrawEffect.py.

◆ rasPoints

SegmentEditorDrawEffect.DrawPipeline.rasPoints

Definition at line 153 of file SegmentEditorDrawEffect.py.

◆ scriptedEffect

SegmentEditorDrawEffect.DrawPipeline.scriptedEffect

Definition at line 146 of file SegmentEditorDrawEffect.py.

◆ sliceWidget

SegmentEditorDrawEffect.DrawPipeline.sliceWidget

Definition at line 147 of file SegmentEditorDrawEffect.py.

◆ xyPoints

SegmentEditorDrawEffect.DrawPipeline.xyPoints

Definition at line 152 of file SegmentEditorDrawEffect.py.


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