MCPcopy Create free account
hub / github.com/Kitware/VTK / CacheDataArray

Method CacheDataArray

Rendering/OpenGL2/vtkOpenGLVertexBufferObjectGroup.cxx:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void vtkOpenGLVertexBufferObjectGroup::CacheDataArray(
107 const char* attribute, vtkDataArray* da, vtkViewport* vp, int destType)
108{
109 vtkOpenGLRenderWindow* renWin = vtkOpenGLRenderWindow::SafeDownCast(vp->GetVTKWindow());
110 vtkOpenGLVertexBufferObjectCache* cache = renWin->GetVBOCache();
111 this->CacheDataArray(attribute, da, cache, destType);
112}
113
114void vtkOpenGLVertexBufferObjectGroup::CacheDataArray(
115 const char* attribute, vtkDataArray* da, vtkOpenGLVertexBufferObjectCache* cache, int destType)

Callers 9

BuildBufferObjectsMethod · 0.80
BuildBufferObjectsMethod · 0.80
UpdateVBOMethod · 0.80
UpdateVBOMethod · 0.80
CreateVBOMethod · 0.80
RenderParticlesMethod · 0.80
BuildBufferObjectsMethod · 0.80
BuildVBOMethod · 0.80

Calls 15

RemoveAttributeMethod · 0.95
GetVTKWindowMethod · 0.80
GetVBOCacheMethod · 0.80
DeleteMethod · 0.65
GetNumberOfTuplesMethod · 0.45
findMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45
clearMethod · 0.45
RegisterMethod · 0.45
push_backMethod · 0.45
GetVBOMethod · 0.45

Tested by

no test coverage detected