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

Function vtkSessionExport

Serialization/Manager/vtkSession.cxx:468–471  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

466
467 //-------------------------------------------------------------------------------
468 void vtkSessionExport(vtkSession session, const char* fileName)
469 {
470 session->Manager->Export(fileName);
471 }
472
473 //-------------------------------------------------------------------------------
474 void vtkSessionImport(vtkSession session, const char* stateFileName, const char* blobFileName)

Callers 1

ExportMethod · 0.85

Calls 1

ExportMethod · 0.45

Tested by

no test coverage detected