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