![]() |
Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Public Member Functions | |
__init__ (self, thresholdEffect, scriptedEffect, sliceWidget, brushMode) | |
addPoint (self, ras) | |
removeActors (self) | |
setPoint1 (self, ras) | |
setPoint2 (self, ras) | |
updateBrushModel (self) | |
Public Attributes | |
actor = vtk.vtkActor2D() | |
brushCubeSource = vtk.vtkCubeSource() | |
brushCylinderSource = vtk.vtkCylinderSource() | |
brushLineSource = vtk.vtkLineSource() | |
brushMode = brushMode | |
brushToWorldOriginTransform = vtk.vtkTransform() | |
brushToWorldOriginTransformer = vtk.vtkTransformPolyDataFilter() | |
brushTubeSource = vtk.vtkTubeFilter() | |
cutter = vtk.vtkCutter() | |
mapper = vtk.vtkPolyDataMapper2D() | |
normalFilter = vtk.vtkPolyDataNormals() | |
point1 = None | |
point2 = None | |
polyData = vtk.vtkPolyData() | |
rasPoints = vtk.vtkPoints() | |
scriptedEffect = scriptedEffect | |
slicePlane = vtk.vtkPlane() | |
sliceWidget = sliceWidget | |
state = HISTOGRAM_STATE_OFF | |
thinActor = None | |
thinMapper = vtk.vtkPolyDataMapper2D() | |
thinPolyData = vtk.vtkPolyData() | |
thinRASPoints = vtk.vtkPoints() | |
thinWorldToSliceTransformer = vtk.vtkTransformPolyDataFilter() | |
thresholdEffect = thresholdEffect | |
worldOriginToWorldTransform = vtk.vtkTransform() | |
worldOriginToWorldTransformer = vtk.vtkTransformPolyDataFilter() | |
worldToSliceTransform = vtk.vtkTransform() | |
worldToSliceTransformer = vtk.vtkTransformPolyDataFilter() | |
Definition at line 1081 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.__init__ | ( | self, | |
thresholdEffect, | |||
scriptedEffect, | |||
sliceWidget, | |||
brushMode ) |
Definition at line 1082 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.addPoint | ( | self, | |
ras ) |
Definition at line 1196 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.removeActors | ( | self | ) |
Definition at line 1182 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.setPoint1 | ( | self, | |
ras ) |
Definition at line 1188 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.setPoint2 | ( | self, | |
ras ) |
Definition at line 1192 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.updateBrushModel | ( | self | ) |
Definition at line 1218 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.actor = vtk.vtkActor2D() |
Definition at line 1150 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushCubeSource = vtk.vtkCubeSource() |
Definition at line 1096 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushCylinderSource = vtk.vtkCylinderSource() |
Definition at line 1093 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushLineSource = vtk.vtkLineSource() |
Definition at line 1098 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushMode = brushMode |
Definition at line 1086 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushToWorldOriginTransform = vtk.vtkTransform() |
Definition at line 1104 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushToWorldOriginTransformer = vtk.vtkTransformPolyDataFilter() |
Definition at line 1105 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushTubeSource = vtk.vtkTubeFilter() |
Definition at line 1099 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.cutter = vtk.vtkCutter() |
Definition at line 1129 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.mapper = vtk.vtkPolyDataMapper2D() |
Definition at line 1146 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.normalFilter = vtk.vtkPolyDataNormals() |
Definition at line 1109 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.point1 = None |
Definition at line 1089 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.point2 = None |
Definition at line 1090 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.polyData = vtk.vtkPolyData() |
Definition at line 1135 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.rasPoints = vtk.vtkPoints() |
Definition at line 1133 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.scriptedEffect = scriptedEffect |
Definition at line 1084 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.slicePlane = vtk.vtkPlane() |
Definition at line 1126 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.sliceWidget = sliceWidget |
Definition at line 1085 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.state = HISTOGRAM_STATE_OFF |
Definition at line 1087 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinActor = None |
Definition at line 1161 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinMapper = vtk.vtkPolyDataMapper2D() |
Definition at line 1170 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinPolyData = vtk.vtkPolyData() |
Definition at line 1142 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinRASPoints = vtk.vtkPoints() |
Definition at line 1140 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinWorldToSliceTransformer = vtk.vtkTransformPolyDataFilter() |
Definition at line 1166 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thresholdEffect = thresholdEffect |
Definition at line 1083 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.worldOriginToWorldTransform = vtk.vtkTransform() |
Definition at line 1114 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.worldOriginToWorldTransformer = vtk.vtkTransformPolyDataFilter() |
Definition at line 1115 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.worldToSliceTransform = vtk.vtkTransform() |
Definition at line 1120 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.worldToSliceTransformer = vtk.vtkTransformPolyDataFilter() |
Definition at line 1121 of file SegmentEditorThresholdEffect.py.