VTK/Examples/Cxx/Qt/ImageDataToQImage: Revision history

From KitwarePublic
Jump to navigationJump to search

There is no edit history for this page.

This page does not exist. The deletion, protection, and move log for the page are provided below for reference.

  • 03:18, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Qt/ImageDataToQImage (content was: "This example shows how a {{class|vtkImageData}} can be converted into a [//doc.qt.io/qt-5/qimage.html QImage]. See also the QImageToImageSource example. ==ImageDataToQImage.cxx== <source lang="cpp" highlight="40-68"> #include <vtkVersion.h> #include <vtkImageData.h> #include <vtkSmartPointer.h> #include <QImage> #include <QColor> #include <QApplication> // Create a green 50x50 imageData for demonstration purposes vtkSmartPointer<...")