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