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