22 #ifndef vtkFrameBufferObjectBase_h 
   23 #define vtkFrameBufferObjectBase_h 
   25 #include "vtkRenderingCoreModule.h"  
   42   virtual int *GetLastSize() = 0;
 
   43   virtual void GetLastSize (
int &_arg1, 
int &_arg2) = 0;
 
   44   virtual void GetLastSize (
int _arg[2]) = 0;
 
abstract superclass for all actors, volumes and annotations 
 
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. 
 
abstract specification for renderers 
 
abstract interface to OpenGL FBOs 
 
a simple class to control print indentation