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

Function vtkSessionImport

Serialization/Manager/vtkSession.cxx:474–477  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

472
473 //-------------------------------------------------------------------------------
474 void vtkSessionImport(vtkSession session, const char* stateFileName, const char* blobFileName)
475 {
476 session->Manager->Import(stateFileName, blobFileName);
477 }
478
479 //-------------------------------------------------------------------------------
480 void vtkSessionUpdateObjectsFromStates(vtkSession session)

Callers 1

ImportMethod · 0.85

Calls 1

ImportMethod · 0.45

Tested by

no test coverage detected