Go to the documentation of this file.
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;
void ReleaseGraphicsResources(vtkWindow *w)
Release graphics resources and ask components to release their own resources.
vtkCameraPass()
Default constructor.
window superclass for vtkRenderWindow
virtual void GetTiledSizeAndOrigin(const vtkRenderState *render_state, int *width, int *height, int *originX, int *originY)
a simple class to control print indentation
static vtkCameraPass * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Implement the camera render pass.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual void Render(const vtkRenderState *s)
Perform rendering according to a render state s.
Context in which a vtkRenderPass will render.
virtual ~vtkCameraPass()
Destructor.
Perform part of the rendering of a vtkRenderer.
virtual void SetDelegatePass(vtkRenderPass *delegatePass)