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

Method DownloadDepth

Rendering/OpenGL2/vtkOpenGLFramebufferObject.cxx:1390–1395  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1388
1389//------------------------------------------------------------------------------
1390vtkPixelBufferObject* vtkOpenGLFramebufferObject::DownloadDepth(int extent[4], int vtkType)
1391{
1392 assert(this->Context);
1393
1394 return this->Download(extent, vtkType, 1, this->GetOpenGLType(vtkType), GL_DEPTH_COMPONENT);
1395}
1396
1397//------------------------------------------------------------------------------
1398vtkPixelBufferObject* vtkOpenGLFramebufferObject::DownloadColor4(int extent[4], int vtkType)

Callers

nothing calls this directly

Calls 3

DownloadMethod · 0.95
GetOpenGLTypeMethod · 0.95
assertFunction · 0.50

Tested by

no test coverage detected