vtkRenderLargeImage Class Reference

#include <vtkRenderLargeImage.h>

Inheritance diagram for vtkRenderLargeImage:

Inheritance graph
[legend]
Collaboration diagram for vtkRenderLargeImage:

Collaboration graph
[legend]

List of all members.


Detailed Description

Use tiling to generate a large rendering.

vtkRenderLargeImage provides methods needed to read a region from a file.

Examples:
vtkRenderLargeImage (Examples)
Tests:
vtkRenderLargeImage (Tests)

Definition at line 38 of file vtkRenderLargeImage.h.


Public Types

typedef vtkAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetInput (vtkRenderer *)
vtkImageDataGetOutput ()
virtual void SetMagnification (int)
virtual int GetMagnification ()
virtual vtkRendererGetInput ()
virtual int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Static Public Member Functions

static vtkRenderLargeImageNew ()
static int IsTypeOf (const char *type)
static vtkRenderLargeImageSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkRenderLargeImage ()
 ~vtkRenderLargeImage ()
void RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillOutputPortInformation (int port, vtkInformation *info)
void Rescale2DActors ()
void Shift2DActors (int x, int y)
void Restore2DActors ()

Protected Attributes

int Magnification
vtkRendererInput
vtkRenderLargeImage2DHelperClass * StoredData

Member Typedef Documentation

Reimplemented from vtkAlgorithm.

Definition at line 42 of file vtkRenderLargeImage.h.


Constructor & Destructor Documentation

vtkRenderLargeImage::vtkRenderLargeImage (  )  [protected]

vtkRenderLargeImage::~vtkRenderLargeImage (  )  [protected]


Member Function Documentation

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

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

Reimplemented from vtkAlgorithm.

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

Reimplemented from vtkAlgorithm.

static int vtkRenderLargeImage::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkAlgorithm.

virtual int vtkRenderLargeImage::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkAlgorithm.

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

Reimplemented from vtkAlgorithm.

void vtkRenderLargeImage::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 vtkAlgorithm.

virtual void vtkRenderLargeImage::SetMagnification ( int   )  [virtual]

The magnification of the current render window

virtual int vtkRenderLargeImage::GetMagnification (  )  [virtual]

The magnification of the current render window

virtual void vtkRenderLargeImage::SetInput ( vtkRenderer  )  [virtual]

Indicates what renderer to get the pixel data from.

virtual vtkRenderer* vtkRenderLargeImage::GetInput (  )  [virtual]

Returns which renderer is being used as the source for the pixel data.

vtkImageData* vtkRenderLargeImage::GetOutput (  ) 

Get the output data object for a port on this algorithm.

virtual int vtkRenderLargeImage::ProcessRequest ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [virtual]

see vtkAlgorithm for details

Reimplemented from vtkAlgorithm.

void vtkRenderLargeImage::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected]

void vtkRenderLargeImage::RequestInformation ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected]

virtual int vtkRenderLargeImage::FillOutputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkAlgorithm.

void vtkRenderLargeImage::Rescale2DActors (  )  [protected]

void vtkRenderLargeImage::Shift2DActors ( int  x,
int  y 
) [protected]

void vtkRenderLargeImage::Restore2DActors (  )  [protected]


Member Data Documentation

Definition at line 74 of file vtkRenderLargeImage.h.

Definition at line 75 of file vtkRenderLargeImage.h.

vtkRenderLargeImage2DHelperClass* vtkRenderLargeImage::StoredData [protected]

Definition at line 92 of file vtkRenderLargeImage.h.


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

Generated on Sat Dec 27 13:47:29 2008 for VTK by  doxygen 1.5.6