13 #ifndef _QMITKTOFVISUALISATIONSETTINGSWIDGET_H_INCLUDED 14 #define _QMITKTOFVISUALISATIONSETTINGSWIDGET_H_INCLUDED 16 #include <MitkToFUIExports.h> 17 #include "ui_QmitkToFVisualisationSettingsWidgetControls.h" 23 #include <vtkColorTransferFunction.h> 48 virtual void CreateQtPartControl(QWidget *parent);
50 virtual void CreateConnections();
64 vtkColorTransferFunction* GetWidget1ColorTransferFunction();
69 vtkColorTransferFunction* GetWidget2ColorTransferFunction();
74 vtkColorTransferFunction* GetWidget3ColorTransferFunction();
79 vtkColorTransferFunction* GetSelectedColorTransferFunction();
83 int GetSelectedImageIndex();
86 void OnShowAdvancedOptionsCheckboxChecked(
bool checked);
88 void OnSetXValueColor();
96 void OnSpanChanged (
int lower,
int upper);
100 void OnTransferFunctionReset();
104 void OnWidgetSelected(
int index);
108 void OnRangeSliderMaxChanged();
112 void OnRangeSliderMinChanged();
116 void OnTransferFunctionTypeSelected(
int index);
152 void UpdateSurfaceProperty();
162 void ResetTransferFunction(vtkColorTransferFunction* colorTransferFunction,
int type,
double min,
double max);
168 void ReinitTransferFunction(
int widget,
int type);
171 #endif // _QMITKTOFVISUALISATIONSETTINGSWIDGET_H_INCLUDED
Class for nodes of the DataTree.