MCPcopy Create free account
hub / github.com/Kitware/ParaView / GetRemoteObject

Method GetRemoteObject

Remoting/ServerManager/vtkSIObject.cxx:53–60  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 15

mapIdToProxyMethod · 0.45
idToProxyFunction · 0.45
UndoMethod · 0.45
RedoMethod · 0.45
LoadStateMethod · 0.45
LoadStateMethod · 0.45
RevertToStateMethod · 0.45
GetObjectBaseMethod · 0.45
LocateProxyMethod · 0.45
NewProxyMethod · 0.45
PushStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected