vtkQImageToImageSource Class Reference

#include <vtkQImageToImageSource.h>

Inheritance diagram for vtkQImageToImageSource:

Inheritance graph
[legend]
Collaboration diagram for vtkQImageToImageSource:

Collaboration graph
[legend]

List of all members.


Detailed Description

Create image data from a QImage.

vtkQImageToImageSource produces image data from a QImage.

Tests:
vtkQImageToImageSource (Tests)

Definition at line 33 of file vtkQImageToImageSource.h.


Public Types

typedef vtkImageAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void SetQImage (QImage *image)
const QImage * GetQImage ()

Static Public Member Functions

static vtkQImageToImageSourceNew ()
static int IsTypeOf (const char *type)
static vtkQImageToImageSourceSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkQImageToImageSource ()
 ~vtkQImageToImageSource ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int RequestInformation (vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *outputVector)

Protected Attributes

const QImage * QtImage
int DataExtent [6]

Member Typedef Documentation

Reimplemented from vtkImageAlgorithm.

Definition at line 37 of file vtkQImageToImageSource.h.


Constructor & Destructor Documentation

vtkQImageToImageSource::vtkQImageToImageSource (  )  [protected]

vtkQImageToImageSource::~vtkQImageToImageSource (  )  [inline, protected]

Definition at line 49 of file vtkQImageToImageSource.h.


Member Function Documentation

static vtkQImageToImageSource* vtkQImageToImageSource::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

virtual const char* vtkQImageToImageSource::GetClassName (  )  [virtual]

Reimplemented from vtkImageAlgorithm.

static int vtkQImageToImageSource::IsTypeOf ( const char *  name  )  [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageAlgorithm.

virtual int vtkQImageToImageSource::IsA ( const char *  name  )  [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageAlgorithm.

static vtkQImageToImageSource* vtkQImageToImageSource::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkImageAlgorithm.

void vtkQImageToImageSource::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkImageAlgorithm.

void vtkQImageToImageSource::SetQImage ( QImage *  image  )  [inline]

Set/Get QImage surface to be used.

Definition at line 42 of file vtkQImageToImageSource.h.

const QImage* vtkQImageToImageSource::GetQImage (  )  [inline]

Set/Get QImage surface to be used.

Definition at line 44 of file vtkQImageToImageSource.h.

virtual int vtkQImageToImageSource::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkImageAlgorithm.

int vtkQImageToImageSource::RequestInformation ( vtkInformation vtkNotUsedrequest,
vtkInformationVector **  vtkNotUsedinputVector,
vtkInformationVector outputVector 
) [protected]


Member Data Documentation

const QImage* vtkQImageToImageSource::QtImage [protected]

Definition at line 49 of file vtkQImageToImageSource.h.

Definition at line 52 of file vtkQImageToImageSource.h.


The documentation for this class was generated from the following file:

Generated on Mon Sep 27 18:43:47 2010 for VTK by  doxygen 1.5.6