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

Method SetPrototype

Remoting/ServerManager/vtkSMProxy.cxx:2372–2379  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2370
2371//---------------------------------------------------------------------------
2372void vtkSMProxy::SetPrototype(bool proto)
2373{
2374 this->Superclass::SetPrototype(proto);
2375 for (unsigned int cc = 0; cc < this->GetNumberOfSubProxies(); cc++)
2376 {
2377 this->GetSubProxy(cc)->SetPrototype(proto);
2378 }
2379}
2380//---------------------------------------------------------------------------
2381void vtkSMProxy::UpdateSelfAndAllInputs()
2382{

Callers 6

PrototypeOnMethod · 0.95
PrototypeOffMethod · 0.95
GetPrototypeProxyMethod · 0.80
helperProxyMethod · 0.80
createProxyMethod · 0.80

Calls 2

GetNumberOfSubProxiesMethod · 0.95
GetSubProxyMethod · 0.95

Tested by 1

helperProxyMethod · 0.64