CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Protected Attributes | List of all members
vtkScalarsToColorsContextItem Class Reference

#include <Libs/Visualization/VTK/Core/vtkScalarsToColorsContextItem.h>

Inheritance diagram for vtkScalarsToColorsContextItem:
Inheritance graph
[legend]
Collaboration diagram for vtkScalarsToColorsContextItem:
Collaboration graph
[legend]

Protected Attributes

vtkSmartPointer< vtkDiscretizableColorTransferFunction > ColorTransferFunction
 
vtkSmartPointer< vtkDiscretizableColorTransferChartEditorChart
 
vtkSmartPointer< vtkScalarsToColorsHistogramChartHistogramChart
 
vtkSmartPointer< vtkScalarsToColorsPreviewChartPreviewChart
 

Detailed Description

This class uses three charts to combine an histogram from a dataset, a color transfer function editor, and a preview of the resulting color transfer function.

Definition at line 42 of file vtkScalarsToColorsContextItem.h.

Member Data Documentation

◆ ColorTransferFunction

vtkSmartPointer<vtkDiscretizableColorTransferFunction> vtkScalarsToColorsContextItem::ColorTransferFunction
protected

Definition at line 107 of file vtkScalarsToColorsContextItem.h.

◆ EditorChart

vtkSmartPointer<vtkDiscretizableColorTransferChart> vtkScalarsToColorsContextItem::EditorChart
protected

Definition at line 103 of file vtkScalarsToColorsContextItem.h.

◆ HistogramChart

vtkSmartPointer<vtkScalarsToColorsHistogramChart> vtkScalarsToColorsContextItem::HistogramChart
protected

Definition at line 105 of file vtkScalarsToColorsContextItem.h.

◆ PreviewChart

vtkSmartPointer<vtkScalarsToColorsPreviewChart> vtkScalarsToColorsContextItem::PreviewChart
protected

Definition at line 104 of file vtkScalarsToColorsContextItem.h.


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