-------------------------------------------------------------------------------
| 294 | |
| 295 | //------------------------------------------------------------------------------- |
| 296 | void 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 | //------------------------------------------------------------------------------- |
| 302 | void vtkRemoteSession::UpdateObjectsFromStates() |
nothing calls this directly
no test coverage detected