VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkRenderLargeImage Class Reference

Use tiling to generate a large rendering. More...

#include <vtkRenderLargeImage.h>

Inheritance diagram for vtkRenderLargeImage:
Inheritance graph
[legend]
Collaboration diagram for vtkRenderLargeImage:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkRenderLargeImageNewInstance () const
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 (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 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

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 39 of file vtkRenderLargeImage.h.


Member Typedef Documentation

Reimplemented from vtkAlgorithm.

Definition at line 43 of file vtkRenderLargeImage.h.


Constructor & Destructor Documentation


Member Function Documentation

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

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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkAlgorithm.

Reimplemented from vtkAlgorithm.

virtual vtkObjectBase* vtkRenderLargeImage::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkAlgorithm.

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

The magnification of the current render window

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

Indicates what renderer to get the pixel data from.

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

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

see vtkAlgorithm for details

Reimplemented from vtkAlgorithm.

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::Shift2DActors ( int  x,
int  y 
) [protected]

Member Data Documentation

Definition at line 75 of file vtkRenderLargeImage.h.

Definition at line 76 of file vtkRenderLargeImage.h.

vtkRenderLargeImage2DHelperClass* vtkRenderLargeImage::StoredData [protected]

Definition at line 93 of file vtkRenderLargeImage.h.


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