10#ifndef vtkFrameBufferObjectBase_h
11#define vtkFrameBufferObjectBase_h
14#include "vtkRenderingCoreModule.h"
16VTK_ABI_NAMESPACE_BEGIN
abstract interface to OpenGL FBOs
virtual void GetLastSize(int &_arg1, int &_arg2)=0
Dimensions in pixels of the framebuffer.
~vtkFrameBufferObjectBase() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void GetLastSize(int _arg[2])=0
Dimensions in pixels of the framebuffer.
vtkFrameBufferObjectBase()
virtual int * GetLastSize()=0
Dimensions in pixels of the framebuffer.
a simple class to control print indentation
abstract base class for most VTK objects
abstract superclass for all actors, volumes and annotations
abstract specification for renderers