|
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) |
| def | clone (self) |
| def | deactivate (self) |
| def | helpText (self) |
| def | icon (self) |
| def | pipelineForWidget (self, sliceWidget) |
| def | processInteractionEvents (self, callerInteractor, eventId, viewWidget) |
| def | processViewNodeEvents (self, callerViewNode, eventId, viewWidget) |
| def | setupOptionsFrame (self) |
Public Attributes | |
| drawPipelines | |
DrawEffect is a LabelEffect implementing the interactive draw
tool in the segment editor
Definition at line 12 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.SegmentEditorDrawEffect.__init__ | ( | self, | |
| scriptedEffect | |||
| ) |
Definition at line 17 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.SegmentEditorDrawEffect.clone | ( | self | ) |
Definition at line 22 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.SegmentEditorDrawEffect.deactivate | ( | self | ) |
Definition at line 43 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.SegmentEditorDrawEffect.helpText | ( | self | ) |
Definition at line 34 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.SegmentEditorDrawEffect.icon | ( | self | ) |
Definition at line 28 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.SegmentEditorDrawEffect.pipelineForWidget | ( | self, | |
| sliceWidget | |||
| ) |
Definition at line 135 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.SegmentEditorDrawEffect.processInteractionEvents | ( | self, | |
| callerInteractor, | |||
| eventId, | |||
| viewWidget | |||
| ) |
Definition at line 52 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.SegmentEditorDrawEffect.processViewNodeEvents | ( | self, | |
| callerViewNode, | |||
| eventId, | |||
| viewWidget | |||
| ) |
Definition at line 115 of file SegmentEditorDrawEffect.py.
| def SegmentEditorDrawEffect.SegmentEditorDrawEffect.setupOptionsFrame | ( | self | ) |
Definition at line 49 of file SegmentEditorDrawEffect.py.
| SegmentEditorDrawEffect.SegmentEditorDrawEffect.drawPipelines |
Definition at line 19 of file SegmentEditorDrawEffect.py.
1.8.14