-------------------------------------------------------------------------------
| 228 | |
| 229 | //------------------------------------------------------------------------------- |
| 230 | bool vtkRemoteSession::StopEventLoop(vtkTypeUInt32 object) |
| 231 | { |
| 232 | return vtkSessionStopEventLoop(this->Session, object) == vtkSessionResultSuccess; |
| 233 | } |
| 234 | |
| 235 | //------------------------------------------------------------------------------- |
| 236 | bool vtkRemoteSession::BindRenderWindow(vtkTypeUInt32 object, const std::string canvasSelector) |
nothing calls this directly
no test coverage detected