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

Method DownloadColor3

Rendering/OpenGL2/vtkOpenGLFramebufferObject.cxx:1406–1411  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1404
1405//------------------------------------------------------------------------------
1406vtkPixelBufferObject* vtkOpenGLFramebufferObject::DownloadColor3(int extent[4], int vtkType)
1407{
1408 assert(this->Context);
1409
1410 return this->Download(extent, vtkType, 3, this->GetOpenGLType(vtkType), GL_RGB);
1411}
1412
1413//------------------------------------------------------------------------------
1414vtkPixelBufferObject* vtkOpenGLFramebufferObject::DownloadColor1(

Callers

nothing calls this directly

Calls 3

DownloadMethod · 0.95
GetOpenGLTypeMethod · 0.95
assertFunction · 0.50

Tested by

no test coverage detected