Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline Class Reference

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()
 

Detailed Description

Definition at line 1081 of file SegmentEditorThresholdEffect.py.

Constructor & Destructor Documentation

◆ __init__()

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.__init__ ( self,
thresholdEffect,
scriptedEffect,
sliceWidget,
brushMode )

Definition at line 1082 of file SegmentEditorThresholdEffect.py.

Member Function Documentation

◆ addPoint()

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.addPoint ( self,
ras )

Definition at line 1196 of file SegmentEditorThresholdEffect.py.

◆ removeActors()

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.removeActors ( self)

Definition at line 1182 of file SegmentEditorThresholdEffect.py.

◆ setPoint1()

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.setPoint1 ( self,
ras )

Definition at line 1188 of file SegmentEditorThresholdEffect.py.

◆ setPoint2()

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.setPoint2 ( self,
ras )

Definition at line 1192 of file SegmentEditorThresholdEffect.py.

◆ updateBrushModel()

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.updateBrushModel ( self)

Definition at line 1218 of file SegmentEditorThresholdEffect.py.

Member Data Documentation

◆ actor

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.actor = vtk.vtkActor2D()

Definition at line 1150 of file SegmentEditorThresholdEffect.py.

◆ brushCubeSource

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushCubeSource = vtk.vtkCubeSource()

Definition at line 1096 of file SegmentEditorThresholdEffect.py.

◆ brushCylinderSource

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushCylinderSource = vtk.vtkCylinderSource()

Definition at line 1093 of file SegmentEditorThresholdEffect.py.

◆ brushLineSource

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushLineSource = vtk.vtkLineSource()

Definition at line 1098 of file SegmentEditorThresholdEffect.py.

◆ brushMode

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushMode = brushMode

Definition at line 1086 of file SegmentEditorThresholdEffect.py.

◆ brushToWorldOriginTransform

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushToWorldOriginTransform = vtk.vtkTransform()

Definition at line 1104 of file SegmentEditorThresholdEffect.py.

◆ brushToWorldOriginTransformer

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushToWorldOriginTransformer = vtk.vtkTransformPolyDataFilter()

Definition at line 1105 of file SegmentEditorThresholdEffect.py.

◆ brushTubeSource

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushTubeSource = vtk.vtkTubeFilter()

Definition at line 1099 of file SegmentEditorThresholdEffect.py.

◆ cutter

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.cutter = vtk.vtkCutter()

Definition at line 1129 of file SegmentEditorThresholdEffect.py.

◆ mapper

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.mapper = vtk.vtkPolyDataMapper2D()

Definition at line 1146 of file SegmentEditorThresholdEffect.py.

◆ normalFilter

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.normalFilter = vtk.vtkPolyDataNormals()

Definition at line 1109 of file SegmentEditorThresholdEffect.py.

◆ point1

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.point1 = None

Definition at line 1089 of file SegmentEditorThresholdEffect.py.

◆ point2

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.point2 = None

Definition at line 1090 of file SegmentEditorThresholdEffect.py.

◆ polyData

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.polyData = vtk.vtkPolyData()

Definition at line 1135 of file SegmentEditorThresholdEffect.py.

◆ rasPoints

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.rasPoints = vtk.vtkPoints()

Definition at line 1133 of file SegmentEditorThresholdEffect.py.

◆ scriptedEffect

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.scriptedEffect = scriptedEffect

Definition at line 1084 of file SegmentEditorThresholdEffect.py.

◆ slicePlane

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.slicePlane = vtk.vtkPlane()

Definition at line 1126 of file SegmentEditorThresholdEffect.py.

◆ sliceWidget

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.sliceWidget = sliceWidget

Definition at line 1085 of file SegmentEditorThresholdEffect.py.

◆ state

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.state = HISTOGRAM_STATE_OFF

Definition at line 1087 of file SegmentEditorThresholdEffect.py.

◆ thinActor

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinActor = None

Definition at line 1161 of file SegmentEditorThresholdEffect.py.

◆ thinMapper

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinMapper = vtk.vtkPolyDataMapper2D()

Definition at line 1170 of file SegmentEditorThresholdEffect.py.

◆ thinPolyData

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinPolyData = vtk.vtkPolyData()

Definition at line 1142 of file SegmentEditorThresholdEffect.py.

◆ thinRASPoints

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinRASPoints = vtk.vtkPoints()

Definition at line 1140 of file SegmentEditorThresholdEffect.py.

◆ thinWorldToSliceTransformer

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinWorldToSliceTransformer = vtk.vtkTransformPolyDataFilter()

Definition at line 1166 of file SegmentEditorThresholdEffect.py.

◆ thresholdEffect

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thresholdEffect = thresholdEffect

Definition at line 1083 of file SegmentEditorThresholdEffect.py.

◆ worldOriginToWorldTransform

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.worldOriginToWorldTransform = vtk.vtkTransform()

Definition at line 1114 of file SegmentEditorThresholdEffect.py.

◆ worldOriginToWorldTransformer

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.worldOriginToWorldTransformer = vtk.vtkTransformPolyDataFilter()

Definition at line 1115 of file SegmentEditorThresholdEffect.py.

◆ worldToSliceTransform

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.worldToSliceTransform = vtk.vtkTransform()

Definition at line 1120 of file SegmentEditorThresholdEffect.py.

◆ worldToSliceTransformer

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.worldToSliceTransformer = vtk.vtkTransformPolyDataFilter()

Definition at line 1121 of file SegmentEditorThresholdEffect.py.


The documentation for this class was generated from the following file: