-------------------------------------------------------------------------------
| 216 | |
| 217 | //------------------------------------------------------------------------------- |
| 218 | bool vtkRemoteSession::ResetCamera(vtkTypeUInt32 object) |
| 219 | { |
| 220 | return vtkSessionResetCamera(this->Session, object) == vtkSessionResultSuccess; |
| 221 | } |
| 222 | |
| 223 | //------------------------------------------------------------------------------- |
| 224 | bool vtkRemoteSession::StartEventLoop(vtkTypeUInt32 object) |
nothing calls this directly
no test coverage detected