|
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) | |
| activate (self) | |
| clone (self) | |
| deactivate (self) | |
| helpText (self) | |
| icon (self) | |
| pipelineForWidget (self, sliceWidget) | |
| processInteractionEvents (self, callerInteractor, eventId, viewWidget) | |
| processViewNodeEvents (self, callerViewNode, eventId, viewWidget) | |
| setupOptionsFrame (self) | |
Public Member Functions inherited from SegmentEditorEffects.AbstractScriptedSegmentEditorEffect.AbstractScriptedSegmentEditorEffect | |
| rasToXy (self, ras, viewWidget) | |
| register (self) | |
| setWidgetMinMaxStepFromImageSpacing (self, spinbox, imageData) | |
| xyToIjk (self, xy, viewWidget, image, parentTransformNode=None) | |
| xyToRas (self, xy, viewWidget) | |
| xyzToIjk (self, xyz, viewWidget, image, parentTransformNode=None) | |
| xyzToRas (self, xyz, viewWidget) | |
Public Attributes | |
| lastXY | |
| levelTracingPipelines | |
| sliceRotatedErrorLabel | |
Public Attributes inherited from SegmentEditorEffects.AbstractScriptedSegmentEditorEffect.AbstractScriptedSegmentEditorEffect | |
| scriptedEffect | |
LevelTracingEffect is a LabelEffect implementing level tracing fill using intensity-based isolines
Definition at line 14 of file SegmentEditorLevelTracingEffect.py.
| SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.__init__ | ( | self, | |
| scriptedEffect ) |
Reimplemented from SegmentEditorEffects.AbstractScriptedSegmentEditorLabelEffect.AbstractScriptedSegmentEditorLabelEffect.
Definition at line 19 of file SegmentEditorLevelTracingEffect.py.
| SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.activate | ( | self | ) |
Definition at line 55 of file SegmentEditorLevelTracingEffect.py.
| SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.clone | ( | self | ) |
Definition at line 28 of file SegmentEditorLevelTracingEffect.py.
| SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.deactivate | ( | self | ) |
Definition at line 58 of file SegmentEditorLevelTracingEffect.py.
| SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.helpText | ( | self | ) |
Definition at line 41 of file SegmentEditorLevelTracingEffect.py.
| SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.icon | ( | self | ) |
Definition at line 35 of file SegmentEditorLevelTracingEffect.py.
| SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.pipelineForWidget | ( | self, | |
| sliceWidget ) |
Definition at line 133 of file SegmentEditorLevelTracingEffect.py.
| SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.processInteractionEvents | ( | self, | |
| callerInteractor, | |||
| eventId, | |||
| viewWidget ) |
Definition at line 65 of file SegmentEditorLevelTracingEffect.py.
| SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.processViewNodeEvents | ( | self, | |
| callerViewNode, | |||
| eventId, | |||
| viewWidget ) |
Definition at line 121 of file SegmentEditorLevelTracingEffect.py.
| SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.setupOptionsFrame | ( | self | ) |
Definition at line 49 of file SegmentEditorLevelTracingEffect.py.
| SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.lastXY |
Definition at line 26 of file SegmentEditorLevelTracingEffect.py.
| SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.levelTracingPipelines |
Definition at line 25 of file SegmentEditorLevelTracingEffect.py.
| SegmentEditorEffects.SegmentEditorLevelTracingEffect.SegmentEditorLevelTracingEffect.sliceRotatedErrorLabel |
Definition at line 50 of file SegmentEditorLevelTracingEffect.py.