Go to the documentation of this file.
35 #ifndef vtkCameraPass_h
36 #define vtkCameraPass_h
38 #include "vtkRenderingOpenGL2Module.h"
78 vtkSetMacro(AspectRatioOverride,
double);
79 vtkGetMacro(AspectRatioOverride,
double);
92 virtual void GetTiledSizeAndOrigin(
94 int* width,
int*
height,
int *originX,
double AspectRatioOverride
virtual void ReleaseGraphicsResources(vtkWindow *w)
Release graphics resources and ask components to release their own resources.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual void Render(const vtkRenderState *s)=0
Perform rendering according to a render state s.
window superclass for vtkRenderWindow
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Implement the camera render pass.
vtkRenderPass * DelegatePass
Context in which a vtkRenderPass will render.
Perform part of the rendering of a vtkRenderer.