33 #ifndef vtkOpenGLModelViewProjectionMonitor_h 
   34 #define vtkOpenGLModelViewProjectionMonitor_h 
   36 #include "vtkRenderingOpenGLModule.h"  
   65   void SetProjection(
float *val);
 
   66   void SetModelView(
float *val);
 
   71   { this->Initialize(); }
 
abstract base class for most VTK objects 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses. 
 
virtual void Update()
Updates the extensions string. 
 
~vtkOpenGLModelViewProjectionMonitor()
 
a simple class to control print indentation 
 
tracks state of OpenGL model-view and projection matrices. 
 
vtkOpenGLModelViewProjectionMonitor()
 
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...