-------------------------------------------------------------------------------
| 330 | |
| 331 | //------------------------------------------------------------------------------- |
| 332 | void vtkRemoteSession::Clear() |
| 333 | { |
| 334 | return vtkSessionClear(this->Session); |
| 335 | } |
| 336 | |
| 337 | //------------------------------------------------------------------------------- |
| 338 | std::size_t vtkRemoteSession::GetTotalBlobMemoryUsage() |
nothing calls this directly
no test coverage detected