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.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 955 of file SegmentEditorThresholdEffect.py.

Constructor & Destructor Documentation

◆ __init__()

SegmentEditorEffects.SegmentEditorThresholdEffect.PreviewPipeline.__init__ ( self)

Definition at line 958 of file SegmentEditorThresholdEffect.py.

Member Data Documentation

◆ actor

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

Definition at line 977 of file SegmentEditorThresholdEffect.py.

◆ colorMapper

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

Definition at line 964 of file SegmentEditorThresholdEffect.py.

◆ customRendererTag

int SegmentEditorEffects.SegmentEditorThresholdEffect.PreviewPipeline.customRendererTag = 0

Definition at line 989 of file SegmentEditorThresholdEffect.py.

◆ dummyImage

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

Definition at line 974 of file SegmentEditorThresholdEffect.py.

◆ lookupTable

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

Definition at line 959 of file SegmentEditorThresholdEffect.py.

◆ mapper

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

Definition at line 973 of file SegmentEditorThresholdEffect.py.

◆ thresholdFilter

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

Definition at line 967 of file SegmentEditorThresholdEffect.py.


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