![]() |
Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Public Member Functions | |
__init__ (self, scriptedEffect, sliceWidget) | |
addPoint (self, ras) | |
apply (self) | |
createPolyData (self) | |
createStippleTexture (self, lineStipplePattern, lineStippleRepeat) | |
deleteLastPoint (self) | |
positionActors (self) | |
resetPolyData (self) | |
setLineMode (self, mode="solid") | |
Public Attributes | |
actionState = None | |
activeSliceOffset = None | |
actor = vtk.vtkTexturedActor2D() | |
lastInsertSliceNodeMTime = None | |
mapper = vtk.vtkPolyDataMapper2D() | |
polyData = self.createPolyData() | |
rasPoints = vtk.vtkPoints() | |
scriptedEffect = scriptedEffect | |
sliceWidget = sliceWidget | |
tcoords = vtk.vtkDoubleArray() | |
texture = vtk.vtkTexture() | |
xyPoints = vtk.vtkPoints() | |
Visualization objects and pipeline for each slice view for drawing
Definition at line 169 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.__init__ | ( | self, | |
scriptedEffect, | |||
sliceWidget ) |
Definition at line 172 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.addPoint | ( | self, | |
ras ) |
Definition at line 238 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.apply | ( | self | ) |
Definition at line 291 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.createPolyData | ( | self | ) |
Definition at line 230 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.createStippleTexture | ( | self, | |
lineStipplePattern, | |||
lineStippleRepeat ) |
Definition at line 193 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.deleteLastPoint | ( | self | ) |
Definition at line 321 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.positionActors | ( | self | ) |
Definition at line 279 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.resetPolyData | ( | self | ) |
Definition at line 313 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.setLineMode | ( | self, | |
mode = "solid" ) |
Definition at line 264 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.actionState = None |
Definition at line 177 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.activeSliceOffset = None |
Definition at line 175 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.actor = vtk.vtkTexturedActor2D() |
Definition at line 184 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.lastInsertSliceNodeMTime = None |
Definition at line 176 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.mapper = vtk.vtkPolyDataMapper2D() |
Definition at line 183 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.polyData = self.createPolyData() |
Definition at line 181 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.rasPoints = vtk.vtkPoints() |
Definition at line 180 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.scriptedEffect = scriptedEffect |
Definition at line 173 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.sliceWidget = sliceWidget |
Definition at line 174 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.tcoords = vtk.vtkDoubleArray() |
Definition at line 194 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.texture = vtk.vtkTexture() |
Definition at line 195 of file SegmentEditorDrawEffect.py.
SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.xyPoints = vtk.vtkPoints() |
Definition at line 179 of file SegmentEditorDrawEffect.py.