CustusX
16.5.0-rc9
An IGT application
|
#include "cxViewCollectionImageWriter.h"
#include <QPixmap>
#include "cxPatientModelService.h"
#include <QtConcurrent>
#include <QDesktopWidget>
#include <QApplication>
#include "cxReporter.h"
#include "boost/bind.hpp"
#include <QScreen>
#include <QVBoxLayout>
#include "cxViewService.h"
#include "cxViewCollectionWidget.h"
#include "vtkRenderer.h"
#include "vtkWindowToImageFilter.h"
#include "vtkRenderWindow.h"
#include "vtkPNGWriter.h"
#include "vtkUnsignedCharArray.h"
#include <QPainter>
#include "cxVolumeHelpers.h"
#include "vtkImageImport.h"
#include <QTime>
Go to the source code of this file.
Namespaces | |
cx | |
Namespace for all CustusX production code. | |