|
Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
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 | |
Visualization objects and pipeline for each slice view for drawing
Definition at line 156 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.__init__ | ( | self, | |
| scriptedEffect, | |||
| sliceWidget | |||
| ) |
Definition at line 160 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.addPoint | ( | self, | |
| ras | |||
| ) |
Definition at line 226 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.apply | ( | self | ) |
Definition at line 279 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.createPolyData | ( | self | ) |
Definition at line 218 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.createStippleTexture | ( | self, | |
| lineStipplePattern, | |||
| lineStippleRepeat | |||
| ) |
Definition at line 181 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.deleteLastPoint | ( | self | ) |
Definition at line 309 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.positionActors | ( | self | ) |
Definition at line 267 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.resetPolyData | ( | self | ) |
Definition at line 301 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.setLineMode | ( | self, | |
mode = "solid" |
|||
| ) |
Definition at line 252 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.actionState |
Definition at line 165 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.activeSliceOffset |
Definition at line 163 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.actor |
Definition at line 172 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.lastInsertSliceNodeMTime |
Definition at line 164 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.mapper |
Definition at line 171 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.polyData |
Definition at line 169 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.rasPoints |
Definition at line 168 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.scriptedEffect |
Definition at line 161 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.sliceWidget |
Definition at line 162 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.tcoords |
Definition at line 182 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.texture |
Definition at line 183 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.xyPoints |
Definition at line 167 of file SegmentEditorDrawEffect.py.
1.8.14