VTK
|
Use tiling to generate a large rendering. More...
#include <vtkRenderLargeImage.h>
Use tiling to generate a large rendering.
vtkRenderLargeImage provides methods needed to read a region from a file.
Definition at line 39 of file vtkRenderLargeImage.h.
Reimplemented from vtkAlgorithm.
Definition at line 43 of file vtkRenderLargeImage.h.
vtkRenderLargeImage::vtkRenderLargeImage | ( | ) | [protected] |
vtkRenderLargeImage::~vtkRenderLargeImage | ( | ) | [protected] |
static vtkRenderLargeImage* vtkRenderLargeImage::New | ( | ) | [static] |
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.
static vtkRenderLargeImage* vtkRenderLargeImage::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
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
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.
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] |
int vtkRenderLargeImage::Magnification [protected] |
Definition at line 75 of file vtkRenderLargeImage.h.
vtkRenderer* vtkRenderLargeImage::Input [protected] |
Definition at line 76 of file vtkRenderLargeImage.h.
vtkRenderLargeImage2DHelperClass* vtkRenderLargeImage::StoredData [protected] |
Definition at line 93 of file vtkRenderLargeImage.h.