OGS
|
Some data conversion helper functions.
Definition at line 24 of file VtkVisHelper.h.
#include <VtkVisHelper.h>
Static Public Member Functions | |
static vtkImageData * | QImageToVtkImageData (QImage &img) |
Converts a QImage to vtkImageData. | |
static vtkTexture * | QImageToVtkTexture (QImage &img) |
Converts a QImage-object into a vtkTexture-object. | |
|
static |
Converts a QImage to vtkImageData.
Definition at line 26 of file VtkVisHelper.cpp.
Referenced by QImageToVtkTexture().
|
static |
Converts a QImage-object into a vtkTexture-object.
Definition at line 56 of file VtkVisHelper.cpp.
References QImageToVtkImageData().