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);
94 int* width,
int*
height,
int *originX,
double AspectRatioOverride
~vtkCameraPass() override
Destructor.
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()
Implement the camera render pass.
void ReleaseGraphicsResources(vtkWindow *w) override
Release graphics resources and ask components to release their own resources.
vtkRenderPass * DelegatePass
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Context in which a vtkRenderPass will render.
void Render(const vtkRenderState *s) override
Perform rendering according to a render state s.
Perform part of the rendering of a vtkRenderer.
virtual void SetDelegatePass(vtkRenderPass *delegatePass)