#include "QmitkHistogram.h"
#include "QmitkExtExports.h"
#include "mitkImage.h"
#include "mitkPlanarFigure.h"
#include <qlayout.h>
#include <qtextedit.h>
#include <qdialog.h>
#include <itkHistogram.h>
#include <vtkQtChartWidget.h>
#include <vtkQtBarChart.h>
#include <QStandardItemModel>
Go to the source code of this file.
Classes | |
class | QmitkVtkHistogramWidget |
Widget for displaying image histograms based on the vtkQtChart framework. More... |