29#ifndef vtkQImageToImageSource_h
30#define vtkQImageToImageSource_h
33#include "vtkRenderingQtModule.h"
37VTK_ABI_NAMESPACE_BEGIN
51 this->QtImage = image;
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.
void SetQImage(QImage *image)
Set/Get QImage surface to be used.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkQImageToImageSource() override=default
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
const QImage * GetQImage()
static vtkQImageToImageSource * New()