#include <math.h>
#include <QPainter>
#include <QPainterPath>
#include <QtDebug>
#include <QFileDialog>
#include <QMessageBox>
#include <QMouseEvent>
#include "TransferFunction.h"
#include "ColorPicker.h"
Go to the source code of this file.