15 #ifndef vtkOpenGLVertexBufferObjectCache_h
16 #define vtkOpenGLVertexBufferObjectCache_h
19 #include "vtkRenderingOpenGL2Module.h"
22 VTK_ABI_NAMESPACE_BEGIN
49 typedef std::map<vtkDataArray*, vtkOpenGLVertexBufferObject*>
VBOMap;
std::map< vtkDataArray *, vtkOpenGLVertexBufferObject * > VBOMap
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.
record modification and/or execution time
manage vertex buffer objects shared within a context
a simple class to control print indentation
abstract superclass for arrays of numeric data
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...