 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
21 #ifndef __ctkVTKDiscretizableColorTransferWidget_h
22 #define __ctkVTKDiscretizableColorTransferWidget_h
25 #include "ctkVisualizationVTKWidgetsExport.h"
26 class ctkVTKDiscretizableColorTransferWidgetPrivate;
30 #include <vtkSmartPointer.h>
31 class vtkAlgorithmOutput;
32 class vtkDiscretizableColorTransferFunction;
33 class vtkImageAccumulate;
34 class vtkPiecewiseFunction;
35 class vtkScalarsToColors;
50 Q_PROPERTY(QColor viewBackgroundColor READ viewBackgroundColor WRITE setViewBackgroundColor)
121 QScopedPointer<ctkVTKDiscretizableColorTransferWidgetPrivate>
d_ptr;
135 #endif // __ctkVTKDiscretizableColorTransferWidget_h