----------------------------------------------------------------------------
| 51 | } |
| 52 | //---------------------------------------------------------------------------- |
| 53 | vtkObject* vtkSIObject::GetRemoteObject(vtkTypeUInt32 globalid) |
| 54 | { |
| 55 | if (this->SessionCore) |
| 56 | { |
| 57 | return this->SessionCore->GetRemoteObject(globalid); |
| 58 | } |
| 59 | return nullptr; |
| 60 | } |
| 61 | |
| 62 | //---------------------------------------------------------------------------- |
| 63 | vtkClientServerInterpreter* vtkSIObject::GetInterpreter() |
no outgoing calls
no test coverage detected