|
Slicer
4.10
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 | 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 | |
Visualization objects and pipeline for each slice view for drawing
Definition at line 135 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.__init__ | ( | self, | |
| scriptedEffect, | |||
| sliceWidget | |||
| ) |
Definition at line 138 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.addPoint | ( | self, | |
| ras | |||
| ) |
Definition at line 176 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.apply | ( | self | ) |
Definition at line 220 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.createPolyData | ( | self | ) |
Definition at line 157 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.deleteLastPoint | ( | self | ) |
Definition at line 252 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.positionActors | ( | self | ) |
Definition at line 208 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.resetPolyData | ( | self | ) |
Definition at line 241 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.DrawPipeline.setLineMode | ( | self, | |
mode = "solid" |
|||
| ) |
Definition at line 201 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.actionState |
Definition at line 143 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.activeSlice |
Definition at line 141 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.actor |
Definition at line 150 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.lastInsertSliceNodeMTime |
Definition at line 142 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.mapper |
Definition at line 149 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.polyData |
Definition at line 147 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.rasPoints |
Definition at line 146 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.scriptedEffect |
Definition at line 139 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.sliceWidget |
Definition at line 140 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.DrawPipeline.xyPoints |
Definition at line 145 of file SegmentEditorDrawEffect.py.
1.8.14