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

Method Import

Web/WebAssemblySession/vtkRemoteSession.cxx:296–299  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

294
295//-------------------------------------------------------------------------------
296void vtkRemoteSession::Import(const std::string& stateFileName, const std::string& blobFileName)
297{
298 return vtkSessionImport(this->Session, stateFileName.c_str(), blobFileName.c_str());
299}
300
301//-------------------------------------------------------------------------------
302void vtkRemoteSession::UpdateObjectsFromStates()

Callers

nothing calls this directly

Calls 2

vtkSessionImportFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected