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

Method Clear

Web/WebAssemblySession/vtkRemoteSession.cxx:332–335  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

330
331//-------------------------------------------------------------------------------
332void vtkRemoteSession::Clear()
333{
334 return vtkSessionClear(this->Session);
335}
336
337//-------------------------------------------------------------------------------
338std::size_t vtkRemoteSession::GetTotalBlobMemoryUsage()

Callers

nothing calls this directly

Calls 1

vtkSessionClearFunction · 0.85

Tested by

no test coverage detected