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.PreviewPipeline Class Reference

Public Member Functions

 __init__ (self)
 

Public Attributes

 actor = vtk.vtkActor2D()
 
 colorMapper = vtk.vtkImageMapToRGBA()
 
int customRendererTag = 0
 
 dummyImage = vtk.vtkImageData()
 
 lookupTable = vtk.vtkLookupTable()
 
 mapper = vtk.vtkImageMapper()
 
 thresholdFilter = vtk.vtkImageThreshold()
 

Detailed Description

Visualization objects and pipeline for each slice view for threshold preview

Definition at line 1000 of file SegmentEditorThresholdEffect.py.

Constructor & Destructor Documentation

◆ __init__()

SegmentEditorEffects.SegmentEditorThresholdEffect.PreviewPipeline.__init__ ( self)

Definition at line 1003 of file SegmentEditorThresholdEffect.py.

Member Data Documentation

◆ actor

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

Definition at line 1022 of file SegmentEditorThresholdEffect.py.

◆ colorMapper

SegmentEditorEffects.SegmentEditorThresholdEffect.PreviewPipeline.colorMapper = vtk.vtkImageMapToRGBA()

Definition at line 1009 of file SegmentEditorThresholdEffect.py.

◆ customRendererTag

int SegmentEditorEffects.SegmentEditorThresholdEffect.PreviewPipeline.customRendererTag = 0

Definition at line 1034 of file SegmentEditorThresholdEffect.py.

◆ dummyImage

SegmentEditorEffects.SegmentEditorThresholdEffect.PreviewPipeline.dummyImage = vtk.vtkImageData()

Definition at line 1019 of file SegmentEditorThresholdEffect.py.

◆ lookupTable

SegmentEditorEffects.SegmentEditorThresholdEffect.PreviewPipeline.lookupTable = vtk.vtkLookupTable()

Definition at line 1004 of file SegmentEditorThresholdEffect.py.

◆ mapper

SegmentEditorEffects.SegmentEditorThresholdEffect.PreviewPipeline.mapper = vtk.vtkImageMapper()

Definition at line 1018 of file SegmentEditorThresholdEffect.py.

◆ thresholdFilter

SegmentEditorEffects.SegmentEditorThresholdEffect.PreviewPipeline.thresholdFilter = vtk.vtkImageThreshold()

Definition at line 1012 of file SegmentEditorThresholdEffect.py.


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