25#ifndef vtkQImageToImageSource_h
26#define vtkQImageToImageSource_h
28#include "vtkRenderingQtModule.h"
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.
int RequestInformation(vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *outputVector)
void SetQImage(QImage *image)
Set/Get QImage surface to be used.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called in response to a REQUEST_DATA request from the executive.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
~vtkQImageToImageSource()
const QImage * GetQImage()
static vtkQImageToImageSource * New()