32 #ifndef vtkCameraPass_h
33 #define vtkCameraPass_h
35 #include "vtkRenderingOpenGLModule.h"
76 vtkGetMacro(AspectRatioOverride,
double);
91 int* width,
int*
height,
int *originX,
Implement the camera render pass.
virtual void SetDelegatePass(vtkRenderPass *delegatePass)
void ReleaseGraphicsResources(vtkWindow *w)
Release graphics resources and ask components to release their own resources.
virtual ~vtkCameraPass()
Destructor.
double AspectRatioOverride
virtual void GetTiledSizeAndOrigin(const vtkRenderState *render_state, int *width, int *height, int *originX, int *originY)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkCameraPass * New()
virtual void Render(const vtkRenderState *s)
Perform rendering according to a render state s.
vtkRenderPass * DelegatePass
vtkCameraPass()
Default constructor.
a simple class to control print indentation
Perform part of the rendering of a vtkRenderer.
Context in which a vtkRenderPass will render.
window superclass for vtkRenderWindow
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.