Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetWebGLObject
Method
GetWebGLObject
Web/WebGLExporter/vtkWebGLExporter.cxx:643–646 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
}
642
643
vtkWebGLObject* vtkWebGLExporter::GetWebGLObject(int index)
644
{
645
return this->Internal->Objects[index];
646
}
647
648
int vtkWebGLExporter::GetNumberOfObjects()
649
{
Callers
4
exportStaticScene
Method · 0.95
GetWebGLSceneMetaData
Method · 0.80
GetWebGLBinaryData
Method · 0.80
WriteData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected