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

Method StopServices

Rendering/Parallel/vtkParallelRenderManager.cxx:402–418  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

400
401//------------------------------------------------------------------------------
402void vtkParallelRenderManager::StopServices()
403{
404 vtkDebugMacro("StopServices");
405
406 if (!this->Controller)
407 {
408 vtkErrorMacro("Must set Controller before stopping service");
409 return;
410 }
411 if (this->Controller->GetLocalProcessId() != this->RootProcessId)
412 {
413 vtkErrorMacro("Can only stop services on root node");
414 return;
415 }
416
417 this->Controller->TriggerRMIOnAllChildren(vtkMultiProcessController::BREAK_RMI_TAG);
418}
419
420//------------------------------------------------------------------------------
421void vtkParallelRenderManager::GenericStartRenderCallback()

Callers 15

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

Calls 2

GetLocalProcessIdMethod · 0.45

Tested by 7

ExecuteMethod · 0.64
ExecuteMethod · 0.64
TestPResampleWithDataSetFunction · 0.64