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