17 #ifndef QMITKTRANSFERFUNCTIONWIDGET_H
18 #define QMITKTRANSFERFUNCTIONWIDGET_H
21 #include "ui_QmitkTransferFunctionWidget.h"
30 #include <QPushButton>
50 void SetScalarLabel(
const QString &scalarLabel);
52 void ShowScalarOpacityFunction(
bool show);
53 void ShowColorFunction(
bool show);
54 void ShowGradientOpacityFunction(
bool show);
56 void SetScalarOpacityFunctionEnabled(
bool enable);
57 void SetColorFunctionEnabled(
bool enable);
58 void SetGradientOpacityFunctionEnabled(
bool enable);
62 void SetXValueScalar(
const QString text);
63 void SetYValueScalar(
const QString text);
64 void SetXValueGradient(
const QString text);
65 void SetYValueGradient(
const QString text);
66 void SetXValueColor(
const QString text);
68 void OnUpdateCanvas();
72 void OnSpanChanged(
int lower,
int upper);
Organizes the rendering process.
DataCollection - Class to facilitate loading/accessing structured data.
virtual void SetDataNode(DataNode *dataNode) override
Class for nodes of the DataTree.