-------------------------------------------------------------------------------
| 34 | |
| 35 | //------------------------------------------------------------------------------- |
| 36 | bool vtkRemoteSession::UnRegisterState(vtkTypeUInt32 object) |
| 37 | { |
| 38 | return vtkSessionUnRegisterState(this->Session, object) == vtkSessionResultSuccess; |
| 39 | } |
| 40 | |
| 41 | //------------------------------------------------------------------------------- |
| 42 | emscripten::val vtkRemoteSession::GetState(vtkTypeUInt32 object) |
nothing calls this directly
no test coverage detected