42#ifndef vtkRenderLargeImage_h
43#define vtkRenderLargeImage_h
46#include "vtkFiltersHybridModule.h"
49VTK_ABI_NAMESPACE_BEGIN
53class vtkRenderLargeImage2DHelperClass;
66 vtkSetMacro(Magnification,
int);
67 vtkGetMacro(Magnification,
int);
Superclass for all sources, filters, and sinks in VTK.
create and manipulate ordered lists of objects
topologically and geometrically regular array of data
a simple class to control print indentation
Use tiling to generate a large rendering.
void RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkRenderLargeImage2DHelperClass * StoredData
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkRenderLargeImage() override
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkImageData * GetOutput()
Get the output data object for a port on this algorithm.
void RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual void SetInput(vtkRenderer *)
Indicates what renderer to get the pixel data from.
void Shift2DActors(int x, int y)
static vtkRenderLargeImage * New()
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
abstract specification for renderers