35 #ifndef vtkCameraPass_h
36 #define vtkCameraPass_h
38 #include "vtkRenderingOpenGL2Module.h"
79 vtkGetMacro(AspectRatioOverride,
double);
94 int* width,
int*
height,
int *originX,
100 double AspectRatioOverride;
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.
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.
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.