25#ifndef vtkExternalOpenGLCamera_h
26#define vtkExternalOpenGLCamera_h
28#include "vtkRenderingExternalModule.h"
29#include "vtkOpenGLCamera.h"
73 bool UserProvidedProjectionTransform;
74 bool UserProvidedViewTransform;
void SetProjectionTransformMatrix(const double elements[16])
Set the projection matrix.
vtkExternalOpenGLCamera()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkExternalOpenGLCamera * New()
void Render(vtkRenderer *ren)
Implement base class method.
void ComputeViewTransform()
These methods should only be used within vtkCamera.cxx.
~vtkExternalOpenGLCamera()
void SetViewTransformMatrix(const double elements[16])
Set the view transform matrix.
void ComputeProjectionTransform(double aspect, double nearz, double farz)
These methods should only be used within vtkCamera.cxx.
a simple class to control print indentation
abstract specification for renderers