ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
vtkutils.cpp File Reference
#include "vtkutils.h"
#include <QVTKOpenGLNativeWidget.h>
#include <vtkActor.h>
#include <vtkDelaunay2D.h>
#include <vtkDiskSource.h>
#include <vtkDoubleArray.h>
#include <vtkImageData.h>
#include <vtkIntArray.h>
#include <vtkPlaneSource.h>
#include <vtkPointData.h>
#include <vtkPoints.h>
#include <vtkPolyData.h>
#include <vtkPolyDataMapper.h>
#include <vtkQImageToImageSource.h>
#include <vtkRenderWindow.h>
#include <vtkRenderer.h>
#include <vtkSphereSource.h>
#include <vtkVRMLExporter.h>
#include <QDebug>
#include <QThreadPool>
#include "actorexporter.h"
Include dependency graph for vtkutils.cpp:

Go to the source code of this file.

Namespaces

 VtkUtils
 

Functions

QImage VtkUtils::vtkImageDataToQImage (vtkImageData *imageData)
 
void VtkUtils::qImageToVtkImage (QImage &img, vtkImageData *imageData)
 
QImage VtkUtils::vtkWidgetSnapshot (QVTKOpenGLNativeWidget *widget)
 
void VtkUtils::exportActorToFile (vtkActor *actor, const QString &outfile)