#include <QBrush>
#include <QPen>
#include <QPixmap>
#include <QWidget>
#include <QtGui>
#include <windows.h>
#include <gl/gl.h>
#include <cmath>
#include "histogram.h"
#include "logger.h"
#include "interpolateData.h"
Go to the source code of this file.
Classes | |
class | TransferFunctionDisplayWidget |
A widget for displaying and manipulating the transfer function. More... |