![]() |
Slicer 5.4
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 | |
activeSliceOffset | |
actor | |
lastInsertSliceNodeMTime | |
mapper | |
polyData | |
rasPoints | |
scriptedEffect | |
sliceWidget | |
tcoords | |
texture | |
xyPoints | |
Visualization objects and pipeline for each slice view for drawing
Definition at line 162 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.__init__ | ( | self, | |
scriptedEffect, | |||
sliceWidget ) |
Definition at line 166 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.addPoint | ( | self, | |
ras ) |
Definition at line 232 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.apply | ( | self | ) |
Definition at line 285 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.createPolyData | ( | self | ) |
Definition at line 224 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.createStippleTexture | ( | self, | |
lineStipplePattern, | |||
lineStippleRepeat ) |
Definition at line 187 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.deleteLastPoint | ( | self | ) |
Definition at line 315 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.positionActors | ( | self | ) |
Definition at line 273 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.resetPolyData | ( | self | ) |
Definition at line 307 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.setLineMode | ( | self, | |
mode = "solid" ) |
Definition at line 258 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.actionState |
Definition at line 171 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.activeSliceOffset |
Definition at line 169 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.actor |
Definition at line 178 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.lastInsertSliceNodeMTime |
Definition at line 170 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.mapper |
Definition at line 177 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.polyData |
Definition at line 175 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.rasPoints |
Definition at line 174 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.scriptedEffect |
Definition at line 167 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.sliceWidget |
Definition at line 168 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.tcoords |
Definition at line 188 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.texture |
Definition at line 189 of file SegmentEditorDrawEffect.py.
SegmentEditorDrawEffect.DrawPipeline.xyPoints |
Definition at line 173 of file SegmentEditorDrawEffect.py.