|
Slicer 5.8
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 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 |
Definition at line 177 of file SegmentEditorDrawEffect.py.
| SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.activeSliceOffset |
Definition at line 175 of file SegmentEditorDrawEffect.py.
| SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.actor |
Definition at line 184 of file SegmentEditorDrawEffect.py.
| SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.lastInsertSliceNodeMTime |
Definition at line 176 of file SegmentEditorDrawEffect.py.
| SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.mapper |
Definition at line 183 of file SegmentEditorDrawEffect.py.
| SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.polyData |
Definition at line 181 of file SegmentEditorDrawEffect.py.
| SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.rasPoints |
Definition at line 180 of file SegmentEditorDrawEffect.py.
| SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.scriptedEffect |
Definition at line 173 of file SegmentEditorDrawEffect.py.
| SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.sliceWidget |
Definition at line 174 of file SegmentEditorDrawEffect.py.
| SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.tcoords |
Definition at line 194 of file SegmentEditorDrawEffect.py.
| SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.texture |
Definition at line 195 of file SegmentEditorDrawEffect.py.
| SegmentEditorEffects.SegmentEditorDrawEffect.DrawPipeline.xyPoints |
Definition at line 179 of file SegmentEditorDrawEffect.py.