 |
VTK
9.0.1
|
Go to the documentation of this file.
60 #ifndef vtkOpenGLVertexBufferObjectGroup_h
61 #define vtkOpenGLVertexBufferObjectGroup_h
64 #include "vtkRenderingOpenGL2Module.h"
88 int GetNumberOfComponents(
const char* attribute);
94 int GetNumberOfTuples(
const char* attribute);
101 void ReleaseGraphicsResources(
vtkWindow*);
119 void RemoveAttribute(
const char* attribute);
143 void AppendDataArray(
const char* attribute,
vtkDataArray* da,
int destType);
165 void ClearAllDataArrays();
176 std::map<std::string, vtkOpenGLVertexBufferObject*>
UsedVBOs;
std::map< std::string, std::vector< vtkDataArray * > > UsedDataArrays
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract base class for most VTK objects
abstract superclass for arrays of numeric data
window superclass for vtkRenderWindow
manage vertex buffer objects shared within a mapper
virtual vtkMTimeType GetMTime()
Return this object's modified time.
The ShaderProgram uses one or more Shader objects.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
std::map< std::string, vtkOpenGLVertexBufferObject * > UsedVBOs
abstract specification for Viewports
std::map< std::string, std::map< vtkDataArray *, vtkIdType > > UsedDataArrayMaps
std::map< std::string, vtkIdType > UsedDataArraySizes
manage vertex buffer objects shared within a context
The VertexArrayObject class uses, or emulates, vertex array objects.
vtkTypeUInt32 vtkMTimeType