10 #ifndef vtkFrameBufferObjectBase_h
11 #define vtkFrameBufferObjectBase_h
14 #include "vtkRenderingCoreModule.h"
16 VTK_ABI_NAMESPACE_BEGIN
31 virtual int* GetLastSize() = 0;
32 virtual void GetLastSize(
int& _arg1,
int& _arg2) = 0;
33 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