Go to the documentation of this file.
22 #ifndef vtkQImageToImageSource_h
23 #define vtkQImageToImageSource_h
25 #include "vtkRenderingQtModule.h"
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
~vtkQImageToImageSource() override
virtual void Modified()
Update the modification time for this object.
Generic algorithm superclass for image algs.
const QImage * GetQImage()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
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.
static vtkAlgorithm * New()
void SetQImage(QImage *image)
Set/Get QImage surface to be used.