-------------------------------------------------------------------------------
| 204 | |
| 205 | //------------------------------------------------------------------------------- |
| 206 | bool vtkRemoteSession::SetSize(vtkTypeUInt32 object, int width, int height) |
| 207 | { |
| 208 | return vtkSessionSetSize(this->Session, object, width, height) == vtkSessionResultSuccess; |
| 209 | } |
| 210 | |
| 211 | //------------------------------------------------------------------------------- |
| 212 | bool vtkRemoteSession::Render(vtkTypeUInt32 object) |
nothing calls this directly
no test coverage detected