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