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

Function vtkSessionClear

Serialization/Manager/vtkSession.cxx:510–513  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

508
509 //-------------------------------------------------------------------------------
510 void vtkSessionClear(vtkSession session)
511 {
512 session->Manager->Clear();
513 }
514
515 //-------------------------------------------------------------------------------
516 size_t vtkSessionGetTotalBlobMemoryUsage(vtkSession session)

Callers 1

ClearMethod · 0.85

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected