Use tiling to generate a large rendering.
More...
#include <vtkRenderLargeImage.h>
Inherits vtkAlgorithm.
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.
vtkRenderLargeImage::vtkRenderLargeImage |
( |
| ) |
|
|
protected |
vtkRenderLargeImage::~vtkRenderLargeImage |
( |
| ) |
|
|
protected |
static int vtkRenderLargeImage::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkRenderLargeImage::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkRenderLargeImage::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkRenderLargeImage::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
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
void vtkRenderLargeImage::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
void vtkRenderLargeImage::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
virtual int vtkRenderLargeImage::FillOutputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
void vtkRenderLargeImage::Rescale2DActors |
( |
| ) |
|
|
protected |
void vtkRenderLargeImage::Shift2DActors |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
protected |
void vtkRenderLargeImage::Restore2DActors |
( |
| ) |
|
|
protected |
int vtkRenderLargeImage::Magnification |
|
protected |
vtkRenderer* vtkRenderLargeImage::Input |
|
protected |
vtkRenderLargeImage2DHelperClass* vtkRenderLargeImage::StoredData |
|
protected |
The documentation for this class was generated from the following file: