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

Method HandleCustomProxyDefinitions

Remoting/ServerManager/vtkSMStateLoader.cxx:440–445  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

438
439//---------------------------------------------------------------------------
440void vtkSMStateLoader::HandleCustomProxyDefinitions(vtkPVXMLElement* element)
441{
442 vtkSMSessionProxyManager* pm = this->GetSessionProxyManager();
443 assert(pm != nullptr);
444 pm->LoadCustomProxyDefinitions(element);
445}
446
447//---------------------------------------------------------------------------
448int vtkSMStateLoader::HandleLinks(vtkPVXMLElement* element)

Callers 1

LoadStateInternalMethod · 0.95

Calls 2

Tested by

no test coverage detected