#include <vtkRenderLargeImage.h>
Inheritance diagram for vtkRenderLargeImage:
vtkRenderLargeImage provides methods needed to read a region from a file.
Definition at line 38 of file vtkRenderLargeImage.h.
Public Types | |
typedef vtkImageSource | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetInput (vtkRenderer *) |
virtual void | SetMagnification (int) |
virtual int | GetMagnification () |
virtual vtkRenderer * | GetInput () |
Static Public Member Functions | |
static vtkRenderLargeImage * | New () |
static int | IsTypeOf (const char *type) |
static vtkRenderLargeImage * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkRenderLargeImage () | |
~vtkRenderLargeImage () | |
void | ExecuteData (vtkDataObject *data) |
void | ExecuteInformation () |
Protected Attributes | |
int | Magnification |
vtkRenderer * | Input |
|
Reimplemented from vtkImageSource. Definition at line 42 of file vtkRenderLargeImage.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkImageSource. |
|
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 vtkImageSource. |
|
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 vtkImageSource. |
|
Reimplemented from vtkImageSource. |
|
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 vtkImageSource. |
|
The magnification of the current render window |
|
The magnification of the current render window |
|
Indicates what renderer to get the pixel data from. |
|
Returns which renderer is being used as the source for the pixel data. |
|
|
|
Reimplemented from vtkSource. |
|
Definition at line 64 of file vtkRenderLargeImage.h. |
|
Definition at line 65 of file vtkRenderLargeImage.h. |