MCPcopy Create free account
hub / github.com/Kitware/VTK / StartServices

Method StartServices

Rendering/Parallel/vtkParallelRenderManager.cxx:383–399  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

381
382//------------------------------------------------------------------------------
383void vtkParallelRenderManager::StartServices()
384{
385 vtkDebugMacro("StartServices");
386
387 if (!this->Controller)
388 {
389 vtkErrorMacro("Must set Controller before starting service");
390 return;
391 }
392 if (this->Controller->GetLocalProcessId() == this->RootProcessId)
393 {
394 vtkWarningMacro("Starting service on root process (probably not what you wanted to do)");
395 }
396
397 this->InitializeRMIs();
398 this->Controller->ProcessRMIs();
399}
400
401//------------------------------------------------------------------------------
402void vtkParallelRenderManager::StopServices()

Callers 15

StartInteractorMethod · 0.95
PLSDynaReaderFunction · 0.80
PSLACReaderLinearMethodFunction · 0.80
TestPOpenFOAMReaderFunction · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80

Calls 3

InitializeRMIsMethod · 0.95
GetLocalProcessIdMethod · 0.45
ProcessRMIsMethod · 0.45