MCPcopy 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
643vtkWebGLObject* vtkWebGLExporter::GetWebGLObject(int index)
644{
645 return this->Internal->Objects[index];
646}
647
648int vtkWebGLExporter::GetNumberOfObjects()
649{

Callers 4

exportStaticSceneMethod · 0.95
GetWebGLSceneMetaDataMethod · 0.80
GetWebGLBinaryDataMethod · 0.80
WriteDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected