-------------------------------------------------------------------------------
| 198 | |
| 199 | //------------------------------------------------------------------------------- |
| 200 | void vtkRemoteSession::UpdateStateFromObject(vtkTypeUInt32 object) |
| 201 | { |
| 202 | return vtkSessionUpdateStateFromObject(this->Session, object); |
| 203 | } |
| 204 | |
| 205 | //------------------------------------------------------------------------------- |
| 206 | bool vtkRemoteSession::SetSize(vtkTypeUInt32 object, int width, int height) |
nothing calls this directly
no test coverage detected