![]() |
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 1036 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.__init__ | ( | self, | |
thresholdEffect, | |||
scriptedEffect, | |||
sliceWidget, | |||
brushMode ) |
Definition at line 1037 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.addPoint | ( | self, | |
ras ) |
Definition at line 1151 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.removeActors | ( | self | ) |
Definition at line 1137 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.setPoint1 | ( | self, | |
ras ) |
Definition at line 1143 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.setPoint2 | ( | self, | |
ras ) |
Definition at line 1147 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.updateBrushModel | ( | self | ) |
Definition at line 1173 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.actor = vtk.vtkActor2D() |
Definition at line 1105 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushCubeSource = vtk.vtkCubeSource() |
Definition at line 1051 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushCylinderSource = vtk.vtkCylinderSource() |
Definition at line 1048 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushLineSource = vtk.vtkLineSource() |
Definition at line 1053 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushMode = brushMode |
Definition at line 1041 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushToWorldOriginTransform = vtk.vtkTransform() |
Definition at line 1059 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushToWorldOriginTransformer = vtk.vtkTransformPolyDataFilter() |
Definition at line 1060 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushTubeSource = vtk.vtkTubeFilter() |
Definition at line 1054 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.cutter = vtk.vtkCutter() |
Definition at line 1084 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.mapper = vtk.vtkPolyDataMapper2D() |
Definition at line 1101 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.normalFilter = vtk.vtkPolyDataNormals() |
Definition at line 1064 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.point1 = None |
Definition at line 1044 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.point2 = None |
Definition at line 1045 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.polyData = vtk.vtkPolyData() |
Definition at line 1090 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.rasPoints = vtk.vtkPoints() |
Definition at line 1088 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.scriptedEffect = scriptedEffect |
Definition at line 1039 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.slicePlane = vtk.vtkPlane() |
Definition at line 1081 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.sliceWidget = sliceWidget |
Definition at line 1040 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.state = HISTOGRAM_STATE_OFF |
Definition at line 1042 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinActor = None |
Definition at line 1116 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinMapper = vtk.vtkPolyDataMapper2D() |
Definition at line 1125 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinPolyData = vtk.vtkPolyData() |
Definition at line 1097 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinRASPoints = vtk.vtkPoints() |
Definition at line 1095 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinWorldToSliceTransformer = vtk.vtkTransformPolyDataFilter() |
Definition at line 1121 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thresholdEffect = thresholdEffect |
Definition at line 1038 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.worldOriginToWorldTransform = vtk.vtkTransform() |
Definition at line 1069 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.worldOriginToWorldTransformer = vtk.vtkTransformPolyDataFilter() |
Definition at line 1070 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.worldToSliceTransform = vtk.vtkTransform() |
Definition at line 1075 of file SegmentEditorThresholdEffect.py.
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.worldToSliceTransformer = vtk.vtkTransformPolyDataFilter() |
Definition at line 1076 of file SegmentEditorThresholdEffect.py.