13#ifndef vtkExternalOpenGLCamera_h 
   14#define vtkExternalOpenGLCamera_h 
   17#include "vtkRenderingExternalModule.h"  
   19VTK_ABI_NAMESPACE_BEGIN
 
   48  bool UserProvidedViewTransform;
 
~vtkExternalOpenGLCamera() override=default
 
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 ComputeViewTransform() override
These methods should only be used within vtkCamera.cxx.
 
void SetViewTransformMatrix(const double elements[16])
Set the view transform matrix.
 
a simple class to control print indentation