-------------------------------------------------------------------------------
| 210 | |
| 211 | //------------------------------------------------------------------------------- |
| 212 | bool vtkRemoteSession::Render(vtkTypeUInt32 object) |
| 213 | { |
| 214 | return vtkSessionRender(this->Session, object) == vtkSessionResultSuccess; |
| 215 | } |
| 216 | |
| 217 | //------------------------------------------------------------------------------- |
| 218 | bool vtkRemoteSession::ResetCamera(vtkTypeUInt32 object) |
nothing calls this directly
no test coverage detected