25 #ifndef vtkExternalOpenGLCamera_h 26 #define vtkExternalOpenGLCamera_h 28 #include "vtkRenderingExternalModule.h" 47 void SetViewTransformMatrix(
const double elements[16]);
52 void SetProjectionTransformMatrix(
const double elements[16]);
65 bool UserProvidedViewTransform;
static vtkOpenGLCamera * New()
abstract specification for renderers
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
virtual void ComputeViewTransform()
These methods should only be used within vtkCamera.cxx.
~vtkExternalOpenGLCamera() override