41#ifndef vtkQImageToImageSource_h
42#define vtkQImageToImageSource_h
45#include "vtkRenderingQtModule.h"
61 this->QtImage = image;
Generic algorithm superclass for image algs.
a simple class to control print indentation
virtual void Modified()
Update the modification time for this object.
Create image data from a QImage.
void SetQImage(QImage *image)
Set/Get QImage surface to be used.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkQImageToImageSource() override=default
int RequestInformation(vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *outputVector) override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
const QImage * GetQImage()
static vtkQImageToImageSource * New()