24 #ifndef vtkExternalOpenGLCamera_h 
   25 #define vtkExternalOpenGLCamera_h 
   27 #include "vtkRenderingExternalModule.h"  
   28 #include "vtkOpenGLCamera.h" 
   42   void SetViewTransformMatrix(
const double elements[16]);
 
   45   void SetProjectionTransformMatrix(
const double elements[16]);
 
   64   bool UserProvidedProjectionTransform;
 
   65   bool UserProvidedViewTransform;
 
static vtkOpenGLCamera * New()
abstract specification for renderers 
virtual void ComputeProjectionTransform(double aspect, double nearz, double farz)
a simple class to control print indentation 
virtual void ComputeViewTransform()
virtual void PrintSelf(ostream &os, vtkIndent indent)
void Render(vtkRenderer *ren)
~vtkExternalOpenGLCamera()