Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 1036 of file SegmentEditorThresholdEffect.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 1037 of file SegmentEditorThresholdEffect.py.

Member Function Documentation

◆ addPoint()

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

Definition at line 1151 of file SegmentEditorThresholdEffect.py.

◆ removeActors()

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.removeActors ( self)

Definition at line 1137 of file SegmentEditorThresholdEffect.py.

◆ setPoint1()

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

Definition at line 1143 of file SegmentEditorThresholdEffect.py.

◆ setPoint2()

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

Definition at line 1147 of file SegmentEditorThresholdEffect.py.

◆ updateBrushModel()

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.updateBrushModel ( self)

Definition at line 1173 of file SegmentEditorThresholdEffect.py.

Member Data Documentation

◆ actor

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

Definition at line 1105 of file SegmentEditorThresholdEffect.py.

◆ brushCubeSource

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

Definition at line 1051 of file SegmentEditorThresholdEffect.py.

◆ brushCylinderSource

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

Definition at line 1048 of file SegmentEditorThresholdEffect.py.

◆ brushLineSource

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

Definition at line 1053 of file SegmentEditorThresholdEffect.py.

◆ brushMode

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.brushMode = brushMode

Definition at line 1041 of file SegmentEditorThresholdEffect.py.

◆ brushToWorldOriginTransform

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

Definition at line 1059 of file SegmentEditorThresholdEffect.py.

◆ brushToWorldOriginTransformer

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

Definition at line 1060 of file SegmentEditorThresholdEffect.py.

◆ brushTubeSource

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

Definition at line 1054 of file SegmentEditorThresholdEffect.py.

◆ cutter

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

Definition at line 1084 of file SegmentEditorThresholdEffect.py.

◆ mapper

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

Definition at line 1101 of file SegmentEditorThresholdEffect.py.

◆ normalFilter

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

Definition at line 1064 of file SegmentEditorThresholdEffect.py.

◆ point1

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.point1 = None

Definition at line 1044 of file SegmentEditorThresholdEffect.py.

◆ point2

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.point2 = None

Definition at line 1045 of file SegmentEditorThresholdEffect.py.

◆ polyData

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

Definition at line 1090 of file SegmentEditorThresholdEffect.py.

◆ rasPoints

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

Definition at line 1088 of file SegmentEditorThresholdEffect.py.

◆ scriptedEffect

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.scriptedEffect = scriptedEffect

Definition at line 1039 of file SegmentEditorThresholdEffect.py.

◆ slicePlane

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

Definition at line 1081 of file SegmentEditorThresholdEffect.py.

◆ sliceWidget

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.sliceWidget = sliceWidget

Definition at line 1040 of file SegmentEditorThresholdEffect.py.

◆ state

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.state = HISTOGRAM_STATE_OFF

Definition at line 1042 of file SegmentEditorThresholdEffect.py.

◆ thinActor

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thinActor = None

Definition at line 1116 of file SegmentEditorThresholdEffect.py.

◆ thinMapper

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

Definition at line 1125 of file SegmentEditorThresholdEffect.py.

◆ thinPolyData

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

Definition at line 1097 of file SegmentEditorThresholdEffect.py.

◆ thinRASPoints

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

Definition at line 1095 of file SegmentEditorThresholdEffect.py.

◆ thinWorldToSliceTransformer

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

Definition at line 1121 of file SegmentEditorThresholdEffect.py.

◆ thresholdEffect

SegmentEditorEffects.SegmentEditorThresholdEffect.HistogramPipeline.thresholdEffect = thresholdEffect

Definition at line 1038 of file SegmentEditorThresholdEffect.py.

◆ worldOriginToWorldTransform

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

Definition at line 1069 of file SegmentEditorThresholdEffect.py.

◆ worldOriginToWorldTransformer

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

Definition at line 1070 of file SegmentEditorThresholdEffect.py.

◆ worldToSliceTransform

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

Definition at line 1075 of file SegmentEditorThresholdEffect.py.

◆ worldToSliceTransformer

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

Definition at line 1076 of file SegmentEditorThresholdEffect.py.


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