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

Method Export

Web/WebAssemblySession/vtkRemoteSession.cxx:290–293  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

288
289//-------------------------------------------------------------------------------
290void vtkRemoteSession::Export(const std::string& fileName)
291{
292 return vtkSessionExport(this->Session, fileName.c_str());
293}
294
295//-------------------------------------------------------------------------------
296void vtkRemoteSession::Import(const std::string& stateFileName, const std::string& blobFileName)

Callers 1

GetArrayMethod · 0.45

Calls 2

vtkSessionExportFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected